新装的系统,把所有该装的装了以后,就想修改登录界面分辨率
那个分辨率实在是太大了,输密码那个框框跑到屏幕左边界,只有指甲缝宽
网上说sudo gedit /etc/X11/xorg.conf
找到以下几行
代码:
Section “Screen”
Identifier “Default Screen”
Monitor “Configured Monitor”
Device “Configured Video Device”
Depth 24
Virtual 1024 768
Endsection
Virtual后就是你的分辨率,改成你合适的。
可是我的没有Section “Screen”
只有Section “另一个词”
抱着试试看的想法,就插了一行Virtual 1024 768

现在进不了图形界面了,怎么办啊?
我的/etc/X11/xorg.conf 有备份,但我不知道怎么恢复?谢谢大家指点
