Section "Module" Load "dbe" # Double buffer extension Load "extmod" SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "type1" Load "freetype" Load "glx" Load "GLcore" # Load "dri" Load "record" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" # FontPath "/usr/X11R6/lib/X11/fonts/local/" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/TrueType/" # FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" # FontPath "/usr/X11R6/share/AbiSuite/fonts/" FontPath "/usr/X11R6/lib/X11/fonts/artwiz-fonts" FontPath "/usr/X11R6/lib/X11/fonts/webfonts/" EndSection Section "ServerFlags" # Option "NoTrapSignals" # Option "DontZap" # Option "Dont Zoom" # Option "DisableVidModeExtension" # Option "AllowNonLocalXvidtune" # Option "DisableModInDev" # Option "AllowNonLocalModInDev" # Option "AllowMouseOpenFail" Option "blank time" "10" Option "standby time" "0" Option "suspend time" "0" Option "off time" "12" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "Keyboard" # Option "Protocol" "Xqueue" Option "AutoRepeat" "500 30" # Option "Xleds" "1 2 3" # Option "LeftAlt" "Meta" # Option "RightAlt" "ModeShift" # Option "XkbOptions" "ctrl:swapcaps" Option "XkbRules" "xfree86" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/sysmouse" # Option "Protocol" "Xqueue" # Option "BaudRate" "9600" # Option "SampleRate" "150" Option "Emulate3Buttons" # Option "Emulate3Timeout" "50" # Option "ChordMiddle" Option "ZAxisMapping" "4 5" Option "Buttons" "5" EndSection Section "Monitor" Identifier "LCD" HorizSync 31.5 - 57.0 VertRefresh 50-100 EndSection #Section "Monitor" # Identifier "Goldstar" # HorizSync 31.5 - 57.0 # VertRefresh 50-90 #EndSection Section "Device" Identifier "Head0" VideoRam 8000 Driver "i810" # Driver "vesa" BusID "PCI:0:2:0" # Option "NoVBE" # Option "NoDDC" # Option "NoINT10" Option "sw_cursor" EndSection #Section "Device" # Identifier "Head1" # VideoRam 8000 # Driver "i810" # BusID "PCI:0:2:1" # Option "NoVBE" # Option "NoDDC" # Option "NoINT10" #EndSection Section "Screen" Identifier "LaptopScreen" Device "Head0" Monitor "LCD" DefaultDepth 24 DefaultFbBpp 32 # Option "XaaNoSolidFillRect" Subsection "Display" Depth 24 FbBpp 32 Modes "1024x768" "640x480" "800x600" "1152x864" "1280x1024" # Modes "640x480" # Virtual 1152 870 # ViewPort 0 0 EndSubsection EndSection #Section "Screen" # Identifier "DesktopScreen" # Device "Head1" # Monitor "Goldstar" # DefaultDepth 24 # DefaultFbBpp 32 # Option "XaaNoSolidFillRect" # # Subsection "Display" # Depth 24 # FbBpp 32 # Modes "1024x768" "640x480" "800x600" "1152x864" "1280x1024" # Virtual 1152 870 # ViewPort 0 0 # EndSubsection #EndSection Section "ServerLayout" Identifier "Single" # Screen "DesktopScreen" LeftOf "LaptopScreen" Screen "LaptopScreen" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection