here's how i got the max resolutions on my monitors:
comment out the "Modes" line in 'Section "Screen"' so you have something 
like this:
Section "Screen"
        Identifier      "Screen[Tri-Tib]"
        Device          "Device[Trident]"
        Monitor         "Monitor[Tiburon]"
        DefaultDepth    16
        Subsection      "Display"
                ViewPort        0 0
                Depth   16
#               Modes   "1152x768" "1024x768" "800x600" "720x400"
        EndSubsection
EndSection

you'll need to ctrl-alt-+ to find a resolutions that work, and you can 
find out what they are with xvidtune (you don't need to mess with any of 
the settings on xvidtune).  you can then add these resolutions to the 
"Modes" line.  you shouldn't need to use "modelines" with xfree86 4.3.0.
for 'Section "Monitor"' you'll want to get your HorizSync and VertRefresh 
from your monitor specs (xfree86 can probe for them, but i only get 31-60 
for my HorizSync and 56-60 for my VertRefresh).

Section "Monitor"
        Identifier      "Monitor[Tiburon]"
        HorizSync       28-61
        VertRefresh     43-76
EndSection

hope this helps,
dave

--
[EMAIL PROTECTED] mailing list

Reply via email to