Force Linux to run at 60hz refresh rate
Ok, this is driving me mad.
My monitor flickers like crazy at 1280x1024@85Hz
The only resolution where the screen stops shaking is at 60Hz refresh rate.
My Red Hat 9 is doing a great job at keeping the resolution high, but
it's really hurting my eyes to the point where I can't do anything productive with linux.
How can I set it so that I can run at 60Hz refresh rate? ( I know it sounds weird )
My monitor is HP D2838 M700 17-inch
Horizontal refresh: 30.0-86.0
Vertical: 50.0-160.0
I have a Geforce2 GTS video card ( ASUS V7700 )
Thanks
Here's part of my X86Config:
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "HP D2838 M700 17-inch Display"
DisplaySize 320 240
HorizSync 30.0 - 86.0
VertRefresh 50.0 - 160.0
ModeLine "1280x1024" 147.08 1280 1336 1616 1728 1024 1026 1038 1064 #80Hz
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce 2 GTS (generic)"
Option "NvAGP" "0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Last edited by gfx; 10-26-2003 at 06:00 PM.
|