如何是Deepin系统的X windows运行于16色模式
Tofloor
poster avatar
CK1994616
deepin
2014-12-24 05:04
Author
Deepin系统的X windows好像默认运行于32色模式,在控制中心只能更改显示分辨率而不能更改颜色深度,而我在/etc的X11文件里也没找到有任何可以更改Depth的地方,请问如何更改此项,因为一个比较古老的软件要求在16色模式下运行,弄得我找了很久配置没找到如何更改。
Reply Favorite View the author
All Replies
nohappiness
deepin
2014-12-24 19:18
#1
把下面这一段保存到 /etc/X11/xorg.conf.d/10-screen.conf ,重启。
  1. Section "Screen"
  2.         Identifier "Screen0"
  3.         Device     "Card0"
  4.         Monitor    "Monitor0"
  5.         SubSection "Display"
  6.                 Viewport   0 0
  7.                 Depth     16
  8.         EndSubSection
  9. EndSection
Copy the Code
Reply View the author
CK1994616
deepin
2014-12-24 20:13
#2
把下面这一段保存到 /etc/X11/xorg.conf.d/10-screen.conf ,重启。
  1. Section "Screen"
  2.         Identifier "Screen0"
  3.         Device     "Card0"
  4.         Monitor    "Monitor0"
  5.         SubSection "Display"
  6.                 Viewport   0 0
  7.                 Depth     16
  8.         EndSubSection
  9. EndSection
Copy the Code
首先deepin2014.2.R的/etc/X11/xorg.conf.d/文件夹里并无10-screen.conf 文件,我用sudo vim指令创建后系统并重启后,系统无法启动了,无法打开登陆界面。之后我在recover模式下删除文件后才正常。请问大神这是针对deepin几版本的?
Reply View the author
nohappiness
deepin
2014-12-25 21:49
#3
把添加该配置文件后的X日志贴一下吧。

路径 /var/log/Xorg.0.log
首先把配置文件/etc/X11/xorg.conf.d/10-screen.conf 重新添加,重启等待启动失败,然后Ctrl+Alt+F1切换到控制台并登录,将日志文件拷贝到家目录并删除10-screen.conf配置文件;重启。
Reply View the author