Quote:
Originally posted by ipn1nj4
If you scroll down you can see his XF86config file. HorizSync and VertRefresh rates are
HorizSync 29.0-65.0
VertRefresh 60.0
This should definitely help you. Now of course if you are using FC2 you will not have this file, you will have Xorg.conf.
|
That's right, just edit your /etc/X11/xorg.conf.
Take a look at my Monitor section
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "ViewSonic E70fb-2"
DisplaySize 320 240
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 150.0
Option "dpms"
EndSection
and my screen section
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
You can edit all this numbers by hand.