XF86Config_401


 BACK ..

 # XF86Config  (Version 4.xx)
 ============================


 Section "ServerLayout"
         Identifier     "XFree86 Configured"
         Screen      0  "Screen0" 0 0
         InputDevice    "Mouse0" "CorePointer"
         InputDevice    "Keyboard0" "CoreKeyboard"
 EndSection

 Section "Files"
         RgbPath      "/usr/X11R6/lib/X11/rgb"
         ModulePath   "/usr/X11R6/lib/modules"
         FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
         FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
         FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
         FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
         FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
 EndSection

 Section "Module"
         Load  "extmod"
         Load  "xie"
         Load  "pex5"
         Load  "glx"
         Load  "dri"
         Load  "GLcore"
         Load  "dbe"
         Load  "record"
 EndSection

 Section "InputDevice"
         Identifier  "Keyboard0"
         Driver      "keyboard"
     Option      "XkbModel"      "pc102"
     Option      "XkbLayout"     "de"
 EndSection

 Section "InputDevice"
         Identifier  "Mouse0"
         Driver      "mouse"
         Option      "Protocol" "microsoft"
         Option      "Device" "/dev/cuaa0"
 #       Option      "Buttons"   "3"
         Option      "Emulate3Buttons"
 EndSection

 Section "Monitor"
         Identifier   "Monitor0"
         VendorName   "Monitor Vendor"
         ModelName    "Monitor Model"
         Option       "DPMS"
     HorizSync       31.5-85.0
     VertRefresh     85-100


 # ModeLines fuer XFree86
 #
 # www-sop.inria.fr/cgi-bin/koala/nph-colas-modelines
 #
 # Bandwidth=54MHz / Vertical=75Hz / Horizontal=48kHz
 ModeLine "800x600x75" 53.76 800 840 1040 1120 600 602 614 640 #75Hz
 #
 # Bandwidth=58MHz / Vertical=80Hz / Horizontal=52kHz
 ModeLine "800x600x80" 57.34 800 840 1040 1120 600 602 614 640 #80Hz
 #
 # Bandwidth=61MHz / Vertical=85Hz / Horizontal=54kHz
 ModeLine "800x600x85" 60.92 800 840 1040 1120 600 602 614 640 #85Hz
 #
 # Bandwidth=97MHz / Vertical=85Hz / Horizontal=68kHz
 ModeLine "1024x768x85" 96.70 1024 1072 1312 1408 768 770 782 808 #85Hz
 #
 # Bandwidth=66MHz / Vertical=92Hz / Horizontal=58kHz
 ModeLine "800x600x92" 65.94 800 840 1040 1120 600 602 614 640 #92Hz
 #
 # Bandwidth=105MHz / Vertical=92Hz / Horizontal=74kHz
 ModeLine "1024x768x92" 104.66 1024 1072 1312 1408 768 770 782 808 #92Hz
 #
 # Bandwidth=72MHz / Vertical=100Hz / Horizontal=64kHz
 ModeLine "800x600x100" 71.68 800 840 1040 1120 600 602 614 640 #100Hz
 #
 # Bandwidth=114MHz / Vertical=100Hz / Horizontal=80kHz
 ModeLine "1024x768x100" 113.76 1024 1072 1312 1408 768 770 782 808 #100Hz
 EndSection

 Section "Device"
         ### Available Driver options are:-
         #Option     "SWcursor"
         #Option     "HWcursor"
         #Option     "PciRetry"
         #Option     "rgbbits"
         #Option     "NoAccel"
         #Option     "TurboQueue"
         #Option     "SetMClk"
         #Option     "FastVram"
         Identifier  "Card0"
         Driver      "sis"
         VendorName  "SiS"
         BoardName   "6326"
         BusID       "PCI:1:0:0"
 EndSection

 Section "Screen"
         Identifier "Screen0"
         Device     "Card0"
         Monitor    "Monitor0"
 DefaultDepth    24
         SubSection "Display"
                 Depth     1
         EndSubSection
         SubSection "Display"
                 Depth     4
         EndSubSection
         SubSection "Display"
                 Depth     8
         EndSubSection
         SubSection "Display"
                 Depth     15
         EndSubSection
         SubSection "Display"
                 Depth     16
         EndSubSection
         SubSection "Display"
                 Depth     24
                 Modes   "800x600x75" "800x600x80" "800x600x85"
         EndSubSection
 EndSection

 Section "DRI"
 EndSection


   [IMG]