修改/etc/X11/xorg.conf 调整分辨率为1024 768
[root@vitural-linux ~]# gedit /etc/X11/xorg.conf
将其中的screen添加一行 Virtual 1024 768 (其中1024 768可以为任何你想要的分辨率)
以我的计算机为例:
修改前:
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
修改后
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Virtual 1024 768
Depth 24
EndSubSection
修改完后保存修改,注销,再次进入图形界面后就可以在
分辨率设置中找到新添加的1024 768选项,选择它,点确定就可以了!
http://www.zouqingshui.net/