View Single Post
Old 03-03-2005, 06:09 AM   #4 (permalink)
Latch
In Your Dreams
 
Latch's Avatar
 
Location: City of Lights
crazybill has a good point... if you have any visuals screen

If you don't (or just wanna change it text based) edit /etc/X11/XFree86.conf

Code:
Section "Monitor"
    Identifier  "Samsung SyncMaster 753dfx"
    HorizSync   30.0 - 71.0
    VertRefresh 50.0 - 160.0
EndSection
The Identifier isn't important.. it's freetext.

The HorizSync and VertRefresh is something you'll want to change (probably). Doco on your monitor type should give you the values you want....

If you still have problems.. try running (as root in a console window): X -configure. It should create a XFree86.conf file in the directory you're in (or maybe just in /root). You can either run that file with the command it tells you to test with, or copy the file to /etc/X11 (overwriting the current XFree86.conf).

Good luck
Latch is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73