[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Modelines in Xfree 4.0.3



Hi all,

I've calculated a modeline 1024x768x16 with a refresh rate at 100Hz, but
don't know where to put it in XF86Config-4. I've got only a standard
VESA Mode (1280x1024 or so at 86Hz). Some parts of my config file:

Section "Monitor"
        Identifier      "F520"
        HorizSync       30-70
        VertRefresh     50-160
#       Option          "DPMS"
        ModeLine        "1024x768" 113.76 1024 1072 1312 1408 768 770
782 808 #100Hz
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Generic Video Card"
        Monitor         "F520"
        DefaultDepth     16     
        SubSection "Display"
                Depth           1
        EndSubSection
        SubSection "Display"
                Depth           4
        EndSubSection
        SubSection "Display"
                Depth           8
        EndSubSection
        SubSection "Display"
                Depth           15
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           24
        EndSubSection
EndSection

Thanks, Sven



Reply to: