Buddha123
30th January 2007, 04:57 PM
Hello everybody!
I have a 19-inch LCD Monitor. When I install Fedora Core 6, its refresh rate is automatically set to 75Hz. The manufacturer of my monitor recommend that I should set the refresh rate to 60 Hz. So I changed the refresh rate parameters in xorg.conf but it wasn't successful. Below is my xorg.conf
# Xorg configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "i810"
EndSection
Section "Monitor"
Identifier "SyncMaster"
HorizSync 31-69
VertRefresh 56-65
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "SyncMaster"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
I have a 19-inch LCD Monitor. When I install Fedora Core 6, its refresh rate is automatically set to 75Hz. The manufacturer of my monitor recommend that I should set the refresh rate to 60 Hz. So I changed the refresh rate parameters in xorg.conf but it wasn't successful. Below is my xorg.conf
# Xorg configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "i810"
EndSection
Section "Monitor"
Identifier "SyncMaster"
HorizSync 31-69
VertRefresh 56-65
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "SyncMaster"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection