解决方法:在/etc/X11/xorg.conf文件的Monitor段里,添加
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-81
VertRefresh 56-75
EndSection
红色的两行。又看了下Screen段,发现里边已经有类似下面的描述,不用更改了:
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Monitor "Generic Monitor"
DefaultDepth 24
。
。
。
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "720x400" "640x480"
EndSubSection
EndSection
保存修改,重启Ubuntu。桌面就又回到了1024x768x24bit@75Hz。
Ubuntu 7.04下没有1024分辨率的解决
内容版权声明:除非注明,否则皆为本站原创文章。
转载注明出处:https://www.heiqu.com/e0a32ce28bc247c6695f1d82e03abfd1.html