# XFree86 stuff Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "stylus" "AlwaysCore" InputDevice "eraser" "AlwaysCore" InputDevice "cursor" "AlwaysCore" EndSection Section "Files" FontPath "unix/:7100" EndSection Section "Module" Load "ddc" Load "GLcore" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "pex5" Load "record" Load "xie" Load "freetype" Load "type1" Load "speedo" Load "vbe" Load "int10" EndSection ####################### ## Start Wacom Stuff ## ####################### Section "InputDevice" Identifier "stylus" Driver "wacom" Option "Type" "stylus" Option "Mode" "absolute" Option "Device" "/dev/ttyS0" EndSection Section "InputDevice" Identifier "eraser" Driver "wacom" Option "Type" "eraser" Option "Mode" "absolute" Option "Device" "/dev/ttyS0" EndSection Section "InputDevice" Identifier "cursor" Driver "wacom" Option "Type" "cursor" Option "Mode" "absolute" Option "Device" "/dev/ttyS0" EndSection ##################### ## End Wacom Stuff ## ##################### Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "imps/2" Option "Device" "/dev/psaux" Option "ZAxisMapping" "4 5" Option "Resolution" "1200" EndSection Section "Monitor" Identifier "Monitor0" HorizSync 30.0 - 115.0 VertRefresh 50.0 - 180.0 EndSection Section "Device" ### Available Driver options are:- #Option "SWcursor" #Option "HWcursor" #Option "PciRetry" #Option "SyncOnGreen" #Option "NoAccel" #Option "ShowCache" #Option "Overlay" #Option "MGASDRAM" #Option "ShadowFB" #Option "UseFBDev" #Option "ColorKey" #Option "SetMclk" #Option "OverclockMem" #Option "VideoKey" #Option "Rotate" "ccw" #Option "TexturedVideo" "on" #Option "XAALines" "16" Identifier "Card0" Driver "mga" VendorName "Matrox" BoardName "MGA G400 AGP" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" #DefaultDepth 16 DefaultDepth 24 DefaultFbBpp 32 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 "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480" "640x400" "512x384" "480x300" "400x300" "320x240" "320x200" #Modes "1920x1440" "1800x1440" "1600x1200" "1024x768" "800x600" "640x480" "480x300" "400x300" "320x240" "320x200" EndSubSection SubSection "Display" Depth 24 #Modes "1600x1200" "1024x768" "800x600" "640x480" "480x300" "400x300" "320x240" "320x200" Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480" "640x400" "512x384" "480x300" "400x300" "320x240" "320x200" EndSubSection EndSection Section "DRI" Mode 0666 EndSection