» 您尚未 登录   注册 | 银行 | 首页调用管理 | 博客 | 帮助 | 社区 | 无图版
华镭社区论坛 -> 安装引导 -> 2。0的刷新率只有60,晃的厉害,怎么调75-85
 XML   RSS 2.0   WAP 

--> 本页主题: 2。0的刷新率只有60,晃的厉害,怎么调75-85 加入收藏 | 收藏主题 | 上一主题 | 下一主题
325802




该用户目前不在线
级别: 新手上路
精华: 0
发帖: 1
威望: 2 点
镭: 2 L
贡献值: 0 点
在线时间:0(小时)
注册时间:2007-02-15
最后登录:2007-12-15
查看作者资料 发送短消息 推荐此帖 引用回复这个帖子

2。0的刷新率只有60,晃的厉害,怎么调75-85

#@@Card1@@
#@@Monitor1@@

Section "ServerLayout"

# The Identifier line must be present
# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens. The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen. In this example, screen 2 is located to the
# right of screen 1.
# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used. Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".
   Identifier   "Xorg Configured"
   Screen     0 "Screen0" 0 0
   InputDevice   "Keyboard0" "CoreKeyboard"
   InputDevice   "PS/2 Mouse" "CorePointer"
   InputDevice   "Serial Mouse" "CorePointer"
   InputDevice   "USB Mouse" "CorePointer"
EndSection

Section "Files"
   FontPath   "/usr/share/fonts/truetype/dongwen"
   FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"

#    Load        "speedo"
#    Load        "type1"        
   Load "ddc"        # ddc probing of monitor
   Load "GLcore"
   Load "dbe"
   Load "extmod"
# This loads the DRI module
   Load "dri"
# This loads the GLX module
   Load "glx"
# This loads the font modules
   Load "bitmap"    # bitmap-fonts
   Load "freetype"
   Load "record"
EndSection

Section "ServerFlags"

# received. This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging
#   Option "NoTrapSignals"
# Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
# (where n is 1 through 12). This allows clients to receive these key
# events.
#   Option "DontVTSwitch"
# Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence
# This allows clients to receive this key event.
#   Option "DontZap"
# Uncomment this to disable the <Ctrl><Alt><KP_+>/<KP_-> mode switching
# sequences. This allows clients to receive these key events.
#   Option "Dont Zoom"
# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.
#   Option "DisableVidModeExtension"
# Uncomment this to enable the use of a non-local xvidtune client.
#   Option "AllowNonLocalXvidtune"
# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings.
#   Option "DisableModInDev"
# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).
#   Option "AllowNonLocalModInDev"
   Option       "AllowMouseOpenFail" "true"
   Option       "BlankTime" "0"
   Option       "StandbyTime" "0"
   Option       "SuspendTime" "0"
   Option       "OffTime" "0"
# Uncomment this to cause a core dump at the spot where a signal is
EndSection

Section "InputDevice"
   Identifier "Keyboard0"
   Driver     "kbd"
   Option       "CoreKeyboard"
   Option       "XkbRules" "xorg"
   Option       "XkbModel" "pc104"
   Option       "XkbLayout" "us"
EndSection

Section "InputDevice"
   Identifier "Serial Mouse"
   Driver     "mouse"
   Option       "Protocol" "Microsoft"
   Option       "Device" "/dev/ttyS0"
   Option       "Emulate3Buttons" "true"
   Option       "Emulate3Timeout" "70"
   Option       "ZAxisMapping" "4 5"
   Option       "SendCoreEvents" "true"
EndSection

Section "InputDevice"
   Identifier "PS/2 Mouse"
   Driver     "mouse"
   Option       "Protocol" "PS/2"
#    Option        "Protocol" "ImPS/2"
   Option       "Device" "/dev/psaux"
   Option       "Emulate3Buttons" "true"
   Option       "Emulate3Timeout" "70"
   Option       "ZAxisMapping" "4 5"
   Option       "SendCoreEvents" "true"
EndSection

Section "InputDevice"
   Identifier "USB Mouse"
   Driver     "mouse"
   Option       "Device" "/dev/input/mice"
   Option       "SendCoreEvents" "true"
   Option       "Emulate3Buttons" "true"
   Option       "Protocol" "ImPS/2"
   Option       "ZAxisMapping" "4 5"
#   Option        "Buttons"           "5"
EndSection

Section "Monitor"
# Warning: This may fry old Monitors
# Very conservative. May flicker.
#    VertRefresh 50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
   # Default modes distilled from
   #     "VESA and Industry Standards and Guide for Computer Display Monitor
   #     Timing", version 1.0, revision 0.8, adopted September 17, 1998.
   # $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
   # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
   Identifier   "Monitor0"
### Uncomment if you don't want to default to DDC:
   HorizSync   28.0 - 96.0
   VertRefresh 50.0 - 85.0
   ModeLine   "640x350" 31.5 640 672 736 832 350 382 385 445 +hsync -vsync
   ModeLine   "640x400" 31.5 640 672 736 832 400 401 404 445 -hsync +vsync
   ModeLine   "720x400" 35.5 720 756 828 936 400 401 404 446 -hsync +vsync
   ModeLine   "640x480" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
   ModeLine   "640x480" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync
   ModeLine   "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
   ModeLine   "640x480" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync
   ModeLine   "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
   ModeLine   "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
   ModeLine   "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
   ModeLine   "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
   ModeLine   "800x600" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
   ModeLine   "1024x768" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync interlace
   ModeLine   "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
   ModeLine   "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
   ModeLine   "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
   ModeLine   "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
   ModeLine   "1152x864" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
   ModeLine   "1280x960" 108.0 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync
   ModeLine   "1280x960" 148.5 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync
   ModeLine   "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
   ModeLine   "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
   ModeLine   "1280x1024" 157.5 1280 1328 1488 1728 1024 1025 1028 1072 +hsync +vsync
   ModeLine   "1600x1200" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
   ModeLine   "1600x1200" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
   ModeLine   "1600x1200" 189.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
   ModeLine   "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
   ModeLine   "1600x1200" 229.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
   ModeLine   "1792x1344" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync
   ModeLine   "1792x1344" 261.0 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync
   ModeLine   "1856x1392" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
   ModeLine   "1856x1392" 288.0 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync
   ModeLine   "1920x1440" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
   ModeLine   "1920x1440" 297.0 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync
   ModeLine   "1800x1440" 230.0 1800 1896 2088 2392 1440 1441 1444 1490 +hsync +vsync
   ModeLine   "1800x1440" 250.0 1800 1896 2088 2392 1440 1441 1444 1490 +hsync +vsync
   ModeLine   "640x480" 43.2 640 680 744 848 480 481 484 509 -hsync +vsync
   ModeLine   "768x576" 35.0 768 792 872 976 576 577 580 597 -hsync +vsync
   ModeLine   "768x576" 42.9 768 800 880 992 576 577 580 601 -hsync +vsync
   ModeLine   "768x576" 45.5 768 808 888 1008 576 577 580 602 -hsync +vsync
   ModeLine   "768x576" 51.8 768 808 888 1008 576 577 580 605 -hsync +vsync
   ModeLine   "768x576" 62.6 768 816 896 1024 576 577 580 611 -hsync +vsync
   ModeLine   "800x600" 68.2 800 848 936 1072 600 601 604 636 -hsync +vsync
   ModeLine   "1024x768" 113.3 1024 1096 1208 1392 768 769 772 814 -hsync +vsync
   ModeLine   "1152x864" 81.6 1152 1216 1336 1520 864 865 868 895 -hsync +vsync
   ModeLine   "1152x864" 119.7 1152 1224 1352 1552 864 865 868 907 -hsync +vsync
   ModeLine   "1152x864" 143.5 1152 1232 1360 1568 864 865 868 915 -hsync +vsync
   ModeLine   "1280x960" 124.5 1280 1368 1504 1728 960 961 964 1001 -hsync +vsync
   ModeLine   "1280x960" 129.9 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
   ModeLine   "1280x960" 179.0 1280 1376 1520 1760 960 961 964 1017 -hsync +vsync
   ModeLine   "1280x1024" 191.0 1280 1376 1520 1760 1024 1025 1028 1085 -hsync +vsync
   ModeLine   "1400x1050" 122.6 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
   ModeLine   "1400x1050" 149.3 1400 1496 1648 1896 1050 1051 1054 1094 -hsync +vsync
   ModeLine   "1400x1050" 155.8 1400 1496 1648 1896 1050 1051 1054 1096 -hsync +vsync
   ModeLine   "1400x1050" 179.3 1400 1504 1656 1912 1050 1051 1054 1103 -hsync +vsync
   ModeLine   "1400x1050" 214.4 1400 1512 1664 1928 1050 1051 1054 1112 -hsync +vsync
   ModeLine   "1600x1200" 280.6 1600 1728 1904 2208 1200 1201 1204 1271 -hsync +vsync
   ModeLine   "1680x1050" 154.2 1680 1712 2296 2328 1050 1071 1081 1103
   ModeLine   "1920x1200" 193.2 1920 2048 2256 2592 1200 1201 1204 1242 +hsync -hsync
   Option       "DPMS" "true"
#    HorizSync   28.0 - 78.0 # Warning: This may fry very old Monitors
EndSection

Section "Device"

# Available Driver options are:
# sw_cursor is needed for some ati and radeon cards
    #Option   "sw_cursor"
    #Option   "hw_cursor"
    #Option   "NoAccel"
    #Option   "ShowCache"
    #Option   "ShadowFB"
    #Option   "UseFBDev"
    #Option   "Rotate"
# The chipset line is optional in most cases. It can be used to override
# the driver's chipset detection, and should not normally be specified.
#   Chipset    "generic"
# The Driver line must be present. When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module. Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.
# The following line is auto-generated by rays-xconf-gen
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for. When this line isn't present, a device
# section can only match up with the primary video device. For PCI
# devices a line like the following could be used. This line should not
# normally be included unless there is more than one video device
# intalled.
#    BusID     "PCI:1:0:0"
#   VideoRam    256
#   Clocks    25.2 28.3
   Identifier "Card0"
   Driver     "intel"
   VendorName "All"
   BoardName   "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device   "Card0"
   Monitor   "Monitor0"
   DefaultDepth   24
   SubSection "Display"
       Depth   16
       Modes   "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
       Depth   24
       Modes   "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "DRI"
   Mode       0666
EndSection

以上是我的xorg.conf配置,怎么调啊


[楼 主] | Posted: 2007-12-15 15:37
顶端
cylinc




该用户目前不在线
级别: 普通会员
精华: 0
发帖: 53
威望: 54 点
镭: 67 L
贡献值: 0 点
在线时间:35(小时)
注册时间:2006-09-30
最后登录:2008-11-16
查看作者资料 发送短消息 推荐此帖 引用回复这个帖子

确定不是心理作用?

试一下 rays-xorg-config,看看有没有更高的刷新频率选项。

Only an ordinary user.
[1 楼] | Posted: 2007-12-15 20:54 顶端

华镭社区论坛 -> 安装引导