解决Ubuntu8.10启动时登录界面分辨率问题
首先备份好xorg.conf ,执行如下 命令:
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
然后编辑xorg.conf文件,命令如下:
sudo gedit /etc/X11/xorg.conf
在Section “Screen”段中添加如下子段:
代码:
SubSection “Display”
Depth 24
Modes “1024×768″ #(这里填入你想要的分辨率)
EndSubSection
重启X就解决了。
Leave a Reply