Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "ServerFlags" # Set the DPMS timeouts. These are set here because they are global # rather than screen-specific. These settings alone don't enable DPMS. # It is enabled per-screen (or per-monitor), and even then only when # the driver supports it. Option "standby time" "10" Option "suspend time" "20" Option "off time" "30" EndSection Section "Files" RgbPath "/usr/lib/X11/rgb" # ModulePath "/usr/lib/modules" FontPath "unix/:-1" # FontPath "/usr/share/fonts/misc/" # FontPath "/usr/share/fonts/TTF/" # FontPath "/usr/share/fonts/Type1/" # FontPath "/usr/share/fonts/CID/" # FontPath "/usr/share/fonts/75dpi/" # FontPath "/usr/share/fonts/100dpi/" EndSection Section "Module" Load "glx" Load "extmod" Load "dri" Load "dbe" Load "record" Load "xtrap" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" # Option "XkbModel" "en_US+itouch" Option "XkbModel" "itouch" Option "XkbLayout" "en_US" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" #DisplaySize 340 270 # mm Identifier "Monitor0" VendorName "SAM" ModelName "SyncMaster" HorizSync 31.5 - 79.0 VertRefresh 50.0 - 70.0 Option "DPMS" EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #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" # [] #Option "TexturedVideo" # [] #Option "Crtc2Half" # [] #Option "Crtc2Ram" # #Option "Int10" # [] Option "AGPMode" "4" # #Option "AGPSize" # #Option "DigitalScreen1" # [] #Option "DigitalScreen2" # [] #Option "TV" # [] #Option "TVStandard" # [] #Option "CableType" # [] #Option "NoHal" # [] #Option "SwappedHead" # [] #Option "DRI" # [] #Option "MergedFB" # [] #Option "Monitor2HSync" # [] #Option "Monitor2VRefresh" # [] #Option "Monitor2Position" # [] #Option "MetaModes" # [] Identifier "Card0" Driver "mga" VendorName "Matrox Graphics, Inc." BoardName "MGA G400 AGP" BusID "PCI:1:5:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" # Viewport 0 0 Modes "1280x1024" "1024x768" Depth 16 EndSubSection SubSection "Display" # Viewport 0 0 Modes "1280x1024" "1024x768" Depth 24 EndSubSection EndSection Section "DRI" Mode 0666 EndSection