linux_oko 发表于 2008-4-7 17:42:50

xorg.conf如何设置刷新率呀

在:
Section "Screen"
    Identifier "Screen0"
    Device   "Card0 for screen 0"
    Monitor    "Monitor0"
    DefaultDepth   24
    SubSection "Display"
      Depth   24
      Modes    "1024x768"
    EndSubSection
EndSection
可以设置色深和分辨率,可是怎么设置刷新率呀?
Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Undiscovered"
        ModelName    "Undiscovered"
        HorizSync    31.5 - 70.0
        VertRefresh50.0 - 70.0
        Option          "dpms"
EndSection
有文章说DPMS决定刷新率,可是让把它注释掉,那怎么设置具体值呢,我是17纯平,在WIN下设置为1024X768,刷新率为85

[ 本帖最后由 linux_oko 于 2008-4-7 17:49 编辑 ]

linux_oko 发表于 2008-4-7 17:57:12

自己解决一下:是不是将VertRefresh后面的数值改为85就可以了,或者改为85.0 - 100.0,SSH配置的,明天去单位验证一下效果
Section "Monitor"
      Identifier   "Monitor0"
      VendorName   "Undiscovered"
      ModelName    "Undiscovered"
      HorizSync    31.5 - 70.0
      VertRefresh50.0 - 70.0
      Option            "dpms"
EndSection

cnhnln 发表于 2008-4-7 21:55:21

xvidtune
xrandr

walkerxk 发表于 2008-4-8 09:07:46

SubSection "Display"
                Depth   24
                Modes         "1024x768@75"   "1024x768@70"   "832x624@75"    "1024x768@60"   "800x600@60"    "1280x960@60"   "800x600@75"    "800x600@72"    "800x600@56"    "640x480@75"    "640x480@72"    "640x480@60"
      EndSubSection

linux_oko 发表于 2008-4-8 16:00:54

将VertRefresh后面的数值改为85.0 - 100.0,然后就可以了
页: [1]
查看完整版本: xorg.conf如何设置刷新率呀