PDA

View Full Version : About Refresh Rate


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

Paul_Vandenberg
30th January 2007, 06:12 PM
In GNOME, under System/Preferences/Screen Resolution, you can specify the refresh rate. KDE also has the ability to do this. In the Control Center, Peripherals, Display you can set it.

Paul

Buddha123
31st January 2007, 04:53 AM

In GNOME, under System/Preferences/Screen Resolution, you can specify the refresh rate. KDE also has the ability to do this. In the Control Center, Peripherals, Display you can set it.

Paul
Sorry I can't change the refresh rate because there is only one option (75Hz) here.