首页 > 系统 > Linux > 正文

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

2024-08-28 00:20:39
字体:
来源:转载
供稿:网友
解决方法:在/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。
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表