珊瑚虫 发表于 2004-7-21 20:54:48

一个弱问题:为什么我的显示器的刷新率不能更改?

一直是800*600,我用主菜单中系统设置里的显示把它改为1024*768后注销,可还是600*800,这是怎么回事呀?
怎么改呀?

KanKer 发表于 2004-7-22 14:50:50

你手动修改一下/etc/X11/XF86Config吧,将1024x768放到前面,如下:
Section "Screen"
    Driver      "accel"
    Device      "NVIDIA GeForce FX (generic)"
    Monitor   "Dell E152FP"
    DefaultColorDepth   16
    Subsection "Display"
      Depth       8
      Modes       "1024x768" "800x600"
      ViewPort    0 0
    EndSubsection
    Subsection "Display"
      Depth       16
      Modes       "1024x768" "800x600"
      ViewPort    0 0
    EndSubsection
    Subsection "Display"
      Depth       24
      Modes       "1024x768" "800x600"
      ViewPort    0 0
    EndSubsection
    Subsection "Display"
      Depth       32
      Modes       "1024x768" "800x600"
      ViewPort    0 0
    EndSubsection
EndSection

珊瑚虫 发表于 2004-7-22 22:19:27

多谢KanKer.

BOoRFGOnZ 发表于 2004-7-23 08:12:21

有时候不听话 就玩硬的:mrgreen:
页: [1]
查看完整版本: 一个弱问题:为什么我的显示器的刷新率不能更改?