五、最后形成的xorg.conf
=========================================
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
Horizsync 30-81
Vertrefresh 56-75
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Modes "1024x768" "1152x864"
EndSubSection
EndSection
======================================
这个文件中,实质的设定只有三行而已,其它的都是格式。
========================
Horizsync 30-81
Vertrefresh 56-75
Modes "1024x768" "1152x864"
========================
问题完美解决。
特别强调一下,如果你不能确切地搞到显示器的行频HorizSync 和场频VertRefresh,就千万不要写这两个选项,以免损坏显示器。而采用直接填写Modeline选项的办法加以解决。
六、如果你的xorg.conf编写不正确,导致进不了桌面,请在开机的时候选择recovery mode进入,以root身份登陆文本界面,输入:
rm /etc/X11/xorg.conf
这个命令会删除掉xorg.conf文件。