LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1123|回复: 5

设置xorg.conf文件后刷新率还是60,怎么回事

[复制链接]
发表于 2006-8-25 22:11:18 | 显示全部楼层 |阅读模式

  1. # /etc/X11/xorg.conf (xorg X Window System server configuration file)
  2. #
  3. # This file was generated by dexconf, the Debian X Configuration tool, using
  4. # values from the debconf database.
  5. #
  6. # Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
  7. # (Type "man /etc/X11/xorg.conf" at the shell prompt.)
  8. #
  9. # This file is automatically updated on xserver-xorg package upgrades *only*
  10. # if it has not been modified since the last upgrade of the xserver-xorg
  11. # package.
  12. #
  13. # If you have edited this file but would like it to be automatically updated
  14. # again, run the following command:
  15. #   sudo dpkg-reconfigure -phigh xserver-xorg

  16. Section "ServerLayout"
  17.         Identifier     "Default Layout"
  18.         Screen      0  "aticonfig-Screen[0]" 0 0
  19.         InputDevice    "Generic Keyboard"
  20.         InputDevice    "Configured Mouse"
  21. EndSection

  22. Section "Files"

  23.         # path to defoma fonts
  24.         FontPath     "/usr/share/fonts/X11/misc"
  25.         FontPath     "/usr/X11R6/lib/X11/fonts/misc"
  26.         FontPath     "/usr/share/fonts/X11/cyrillic"
  27.         FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
  28.         FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
  29.         FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
  30.         FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
  31.         FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
  32.         FontPath     "/usr/share/fonts/X11/Type1"
  33.         FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
  34.         FontPath     "/usr/share/fonts/X11/100dpi"
  35.         FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
  36.         FontPath     "/usr/share/fonts/X11/75dpi"
  37.         FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
  38.         FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  39. EndSection

  40. Section "Module"
  41.         Load  "i2c"
  42.         Load  "bitmap"
  43.         Load  "ddc"
  44.         Load  "dri"
  45.         Load  "extmod"
  46.         Load  "freetype"
  47.         Load  "glx"
  48.         Load  "int10"
  49.         Load  "type1"
  50.         Load  "vbe"
  51. EndSection

  52. Section "InputDevice"
  53.         Identifier  "Generic Keyboard"
  54.         Driver      "kbd"
  55.         Option            "CoreKeyboard"
  56.         Option            "XkbRules" "xorg"
  57.         Option            "XkbModel" "pc104"
  58.         Option            "XkbLayout" "us"
  59. EndSection

  60. Section "InputDevice"
  61.         Identifier  "Configured Mouse"
  62.         Driver      "mouse"
  63.         Option            "CorePointer"
  64.         Option            "Device" "/dev/input/mice"
  65.         Option            "Protocol" "ExplorerPS/2"
  66.         Option            "Emulate3Buttons" "true"
  67. EndSection

  68. Section "Monitor"
  69.         Identifier   "Generic Monitor"
  70.         HorizSync    28.0 - 51.0
  71.         VertRefresh  43.0 - 100.0
  72.         Option            "DPMS"
  73. EndSection

  74. Section "Monitor"
  75.         Identifier   "aticonfig-Monitor[0]"
  76.         Option            "VendorName" "ATI Proprietary Driver"
  77.         Option            "ModelName" "Generic Autodetecting Monitor"
  78.         Option            "DPMS" "true"
  79. EndSection

  80. Section "Device"
  81.         Identifier  "Generic Video Card"
  82.         Driver      "ati"
  83.         BusID       "PCI:1:5:0"
  84. EndSection

  85. Section "Device"
  86.         Identifier  "aticonfig-Device[0]"
  87.         Driver      "fglrx"
  88. EndSection

  89. Section "Screen"
  90.         Identifier "Default Screen"
  91.         Device     "Generic Video Card"
  92.         Monitor    "Generic Monitor"
  93.         DefaultDepth     24
  94.         SubSection "Display"
  95.                 Depth     1
  96.                 Modes    "1024x768" "800x600"
  97.         EndSubSection
  98.         SubSection "Display"
  99.                 Depth     4
  100.                 Modes    "1024x768" "800x600"
  101.         EndSubSection
  102.         SubSection "Display"
  103.                 Depth     8
  104.                 Modes    "1024x768" "800x600"
  105.         EndSubSection
  106.         SubSection "Display"
  107.                 Depth     15
  108.                 Modes    "1024x768" "800x600"
  109.         EndSubSection
  110.         SubSection "Display"
  111.                 Depth     16
  112.                 Modes    "1024x768" "800x600"
  113.         EndSubSection
  114.         SubSection "Display"
  115.                 Depth     24
  116.                 Modes    "1024x768" "800x600"
  117.         EndSubSection
  118. EndSection

  119. Section "Screen"
  120.         Identifier "aticonfig-Screen[0]"
  121.         Device     "aticonfig-Device[0]"
  122.         Monitor    "aticonfig-Monitor[0]"
  123.         DefaultDepth     24
  124.         SubSection "Display"
  125.                 Viewport   0 0
  126.                 Depth     24
  127.                 Modes    "1024x768"
  128.         EndSubSection
  129. EndSection

  130. Section "DRI"
  131.         Mode         0666
  132. EndSection

复制代码
发表于 2006-8-25 22:31:01 | 显示全部楼层
直接把VertRefresh  43.0 - 100.0  改成85试试
回复 支持 反对

使用道具 举报

发表于 2006-8-26 08:46:29 | 显示全部楼层
lcd的只能是这个
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-8-26 13:00:01 | 显示全部楼层
Post by onalone
直接把VertRefresh  43.0 - 100.0  改成85试试


改了还是不行喔

Post by roadgo
lcd的只能是这个


我的是CRT的,型号是SONY E400
回复 支持 反对

使用道具 举报

发表于 2006-8-27 16:38:18 | 显示全部楼层
Section "Monitor"
        Identifier   "Generic Monitor"
        HorizSync    28.0 - 51.0
        VertRefresh  43.0 - 100.0
        Option            "DPMS"
这里的DPMS选项决定了你的刷新率...
如果是lcd确实没有必要改到85以上...
回复 支持 反对

使用道具 举报

发表于 2006-8-27 16:46:39 | 显示全部楼层
所以试试把DPMS注释掉试试呢?似乎无痛还是手册里有这个内容的啊?
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表