diff --git a/README.md b/README.md index 85890616290887939f372f1b48c1f79da93384d6..eb917aa22342adc5b9aa746ed950b18e2f260f48 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,22 @@ -# The X100 GPU user mode (um) libs,used by buildroot +# The DDK - user mode (um) code +该软件包包含对几种不同的本地Linux窗口系统(nulldrmws、wayland和xorg)的支持。 - 该软件包包含对几种不同的本地Linux窗口系统(nulldrmws、wayland和xorg)的支持。 - - 文件目录结构为: - phytium-linux - ├── nulldrmws - │   ├── etc - │   ├── lib - │   └── usr - ├── wayland - │   ├── etc - │   ├── lib - │   └── usr - └── xorg - ├── etc - ├── lib - └── usr +## 文件目录结构: + ├── nulldrmws + │ ├── etc + │ ├── lib + │ └── usr + ├── wayland + │ ├── etc + │ ├── lib + │ └── usr + └── xorg + ├── etc + ├── lib + └── usr + +## DEB包说明: +主目录下有x100 um驱动安装包,用于xorg窗口系统下,适用于sddm lightdn gdm 等桌面管理器 + +安装方法: `dpkg -i xorg-rogue-umlibs.deb` - 安装时按照系统环境选择安装包(nulldrmws wayland xorg),选择好后将该目录下的 etc 和 usr -拷贝到目标文件系统中,拷贝完成后再将lib拷贝到/usr下,lib目录下存放是x100固件firmware,拷贝 -后目录结构为: - /usr/lib/firmware - - 然后通过命令创建如下链接: ln -s /usr/lib /lib - 查看生成的链接: lrwxrwxrwx 1 root root 7 Aug 9 09:13 lib -> usr/lib/ diff --git a/xorg-rogue-umlibs.deb b/xorg-rogue-umlibs.deb new file mode 100644 index 0000000000000000000000000000000000000000..e116872a2c461a0f2ba88494d5c27d750cf27f71 Binary files /dev/null and b/xorg-rogue-umlibs.deb differ