Linux/Unix环境下最早的图形系统是Xorg图形系统,Xorg图形系统通过扩展的方式以适应显卡和桌面图形发展的需要,然而随着软硬件的发展,特别是嵌入式系统的发展,Xorg显得庞大而落后。开源社区开发开发了一些新的图形系统,比如Wayland图形系统。 由于图形系统、3D图形本身的复杂...
分类:
系统相关 时间:
2014-11-28 20:05:21
阅读次数:
377
查看log:
cat /var/log/Xorg.0.log | grep EE[ 75.403] (EE) Failed to load module "modesetting" (module does not exist, 0)[ 75.403] (EE) Failed to load module "fbdev" (module does not exist, 0)[...
分类:
其他好文 时间:
2014-10-24 11:07:22
阅读次数:
259
GUI_DispString()函数源码 void GUI_DispString(const char GUI_UNI_PTR *s) { int xAdjust, yAdjust, xOrg; int FontSizeY; if (!s) return; GUI_LOCK(); F...
分类:
其他好文 时间:
2014-10-20 21:09:51
阅读次数:
435
以下皆在VM虚拟机下(1)ctr+alt+f4 进入命令行(2)sudo apt-get updatesudo apt-get install xserver-xorg-lts-quantal sudo dpkg-reconfigure xserver-xorg-lts-quantal sudo.....
分类:
系统相关 时间:
2014-10-16 13:36:42
阅读次数:
240
XManager是一个简单易用的高性能的运行在Windows平台上的X-Server软件,而Gnome和KDE就是X-Client,Linux下的X-Server则为Xorg。它能把远端Unix/Linux的桌面无缝地带到你的Windows上,甚至当你的电脑是在内网或防火墙后,你也能通过SSH协议安...
安装xorg-x11-apps 包:yum install xorg-x11-apps。终端输入 xinput list找到 PS/2记录后面的IDxinput list? Virtual core pointer id=2 [master pointer (3)]? ? Virtual cor.....
分类:
其他好文 时间:
2014-09-15 12:44:48
阅读次数:
1985
今天突然间update 一些软件后,就遇到了无法启动桌面,就是输入正确的用户名和密码后还是无法进入系统。重启后,一直停留在waiting for network configuration, 然后显示waiting up to 60 more seconds for networking confi...
分类:
其他好文 时间:
2014-08-20 01:22:55
阅读次数:
477
1.基础系统搭建: sudo?apt-get?install?xorg?lxde-common?lxsession?desktop-file-utils?openbox
sudo?apt-get?install?build-essential?leafpad?lxterminal?obconf
sudo?apt-get?install?xarch...
分类:
其他好文 时间:
2014-08-19 13:02:44
阅读次数:
245
【现象】有终端输入用户名,密码后,桌面环境启动失败。
【报错】log文件中显示:
(EE)
Fatal server error:
(EE) xf86OpenConsole: VT_ACTIVATE failed: Operation not permitted
【原因】由xorg升级引起,具体描述如下:
FS#41257 - [xorg-server] take ad...
分类:
系统相关 时间:
2014-08-19 11:03:44
阅读次数:
249
自己在家笔记本装来个双系统玩玩,发现触摸板很烦人,禁用!1、安装一个小神器yum install xorg-x11-apps2、查看你到输入硬件对应的id,方便禁用命令[root@huangzhen yum.repos.d]# xinput list? Virtual core pointer .....
分类:
其他好文 时间:
2014-07-23 11:44:06
阅读次数:
331