APeasant 发表于 2006-3-19 22:37:39

刷新率太低了,怎么改

系统: RedHat9.0
图形界面的刷新率弄了很久都没搞好
只能改变分辨率,
显卡是主板集成:82845G这类的
系统好像是能识别显卡设备


XF86Config代码如下:
# XFree86 4 configuration created by redhat-config-xfree86

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "DevInputMice" "AlwaysCore"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection

Section "InputDevice"
Identifier "DevInputMice"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "LXB-HF769A"
DisplaySize 320 240
HorizSync 30.0 - 69.0
VertRefresh 50.0 - 130.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "i810"
VendorName "Videocard vendor"
BoardName "Intel 845"
EndSection

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

Section "DRI"
Group 0
Mode 0666
EndSection

commando 发表于 2006-4-17 03:28:56

怎么还在用RH9,very very old
试试把:Modes "1024x768" "800x600" "640x480"
改为    :Modes "1024x768_85.00" "800x600" "640x480"

txg531 发表于 2006-4-26 16:11:58

换个新内核试试,反正我在845GL主板上安了intel的驱动,改了xfree86config也没用,而且系统信息显示是1024×768@85,但是实际只有800×600@60,现在换了debian, 真是爽

beta5 发表于 2006-4-26 19:47:55

内核版本太低。不支持你的显卡。
页: [1]
查看完整版本: 刷新率太低了,怎么改