Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 #InputDevice "NippleMouse" "CorePointer" #InputDevice "USBMouse" "SendCoreEvents" #InputDevice "Keyboard0" "CoreKeyboard" #Option "GlxVisuals" "all" EndSection Section "Files" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "record" Load "extmod" Load "xtrap" Load "dri" Load "glx" Load "GLcore" Load "dbe" #Load "type1" Load "freetype" # debugging lockups SubSection "extmod" Option "omit xfree86-dga" EndSubSection EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "NippleMouse" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/psaux" Option "ZAxisMapping" "4 5" Option "CorePointer" EndSection Section "InputDevice" Identifier "USBMouse" Driver "mouse" #Option "Protocol" "auto" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mouse1" Option "ZAxisMapping" "4 5 6 7" Option "SendCoreEvents" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" Option "DPMS" EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [] #Option "SWcursor" # [] #Option "ColorKey" # #Option "CacheLines" # #Option "Dac6Bit" # [] #Option "DRI" # [] #Option "NoDDC" # [] #Option "ShowCache" # [] #Option "XvMCSurfaces" # #Option "PageFlip" # [] Identifier "Card0" Driver "intel" #VendorName "Intel Corporation" #BoardName "Mobile GM965/GL960 Integrated Graphics Controller" #BusID "PCI:0:2:0" #Option "AccelMethod" "XAA" #Option "AccelMethod" "EXA" # EXA might be faster with this: #Option "ExaNoComposite" "true" Option "DRI" "true" #Option "Legacy3D" "false" # debugging lockups #Option "ExaNoComposite" "true" # stop flash from refusing to redraw every few seconds #Option "FrameBufferCompression" "false" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 # need this to be big enough to span both screens # but I think DRI only works if its around 1280 for my r31 #Virtual 1280 1024 #Virtual 2304 1024 # what is the limit for my x61s? DRI at 2304x2048 works, 4096x2048 doesn't #Virtual 4096 2048 #Virtual 2304 1680 # X200, bigger causes corruption?? no Virtual 1680 1050 EndSubSection EndSection Section "ServerFlags" #Option "AIGLX" "off" #Option "GlxVisuals" "all" EndSection Section "Extensions" #Option "XEVIE" "Enable" #Option "Composite" "Disable" Option "Composite" "Enable" EndSection