Ubuntu 7.04下没有1024分辨率的解决


解决方法:在/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。

相关内容