Section "ServerLayout" Identifier "Simple" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" Option "BlankTime" "10" # Blank the screen in 10 minutes (Fake) Option "StandbyTime" "20" # Turn off screen in 20 minutes (DPMS) Option "SuspendTime" "30" # Full hibernation in 30 minutes (DPMS) Option "OffTime" "40" # Turn off DPMS monitor (DPMS) Option "AIGLX" "false" Option "DontZap" Option "DontZoom" EndSection Section "Extensions" #Option "Composite" "Enable" EndSection Section "Files" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/75dpi" FontPath "/usr/share/fonts/100dpi" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/texcm-ttf" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/ttf-bitstream-vera" FontPath "/usr/share/fonts/wqy-bitmapfont" FontPath "/usr/share/fonts/kochi-substitute" EndSection Section "Module" Load "dri" Load "glx" Load "extmod" Load "xtrap" Load "record" Load "dbe" Load "freetype" Load "type1" #Load "synaptics" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "InputDevice" Identifier "Touchpad" Driver "synaptics" Option "SendCoreEvents" Option "Device" "/dev/input/event3" # eventX number may vary depending on the laptop model. Option "Protocol" "event" # Next line required only if you want to disable the mousepad while typing: Option "SHMConfig" "on" # The rest of the options are NOT required, just a default similar to the Windows drivers with non of the extra features. Option "LeftEdge" "1900" Option "RightEdge" "5400" Option "TopEdge" "1400" Option "BottomEdge" "4500" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "MinSpeed" "0.02" Option "MaxSpeed" "0.18" Option "AccelFactor" "0.0010" EndSection Section "Monitor" #DisplaySize 290 210 # mm Identifier "LCD" VendorName "Dell" HorizSync 28-49 VertRefresh 43-72 Option "DPMS" "true" #Modeline "1280x800" 101.92 1280 1312 1696 1728 800 816 825 841 EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [] #Option "SWcursor" # [] #Option "Dac6Bit" # [] #Option "Dac8Bit" # [] #Option "BusType" # [] #Option "CPPIOMode" # [] #Option "CPusecTimeout" # #Option "AGPMode" # #Option "AGPFastWrite" # [] #Option "AGPSize" # #Option "GARTSize" # #Option "RingSize" # #Option "BufferSize" # #Option "EnableDepthMoves" # [] #Option "EnablePageFlip" # [] #Option "NoBackBuffer" # [] #Option "DMAForXv" # [] #Option "PanelOff" # [] #Option "DDCMode" # [] #Option "MonitorLayout" # [] #Option "IgnoreEDID" # [] #Option "UseFBDev" # [] #Option "MergedFB" # [] #Option "CRT2HSync" # [] #Option "CRT2VRefresh" # [] #Option "CRT2Position" # [] #Option "MetaModes" # [] #Option "MergedDPI" # [] #Option "MergedXinerama" # [] #Option "MergedXineramaCRT2IsScreen0" # [] #Option "MergedNonRectangular" # [] #Option "MergedMouseRestriction" # [] #Option "DisplayPriority" # [] #Option "PanelSize" # [] #Option "ForceMinDotClock" # #Option "ColorTiling" # [] #Option "VideoKey" # #Option "RageTheatreCrystal" # #Option "RageTheatreTunerPort" # #Option "RageTheatreCompositePort" # #Option "RageTheatreSVideoPort" # #Option "TunerType" # #Option "RageTheatreMicrocPath" # #Option "RageTheatreMicrocType" # #Option "RenderAccel" # [] #Option "SubPixelOrder" # [] #Option "ShowCache" # [] #Option "DynamicClocks" # [] #Option "BIOSHotkeys" # [] #Option "VGAAccess" # [] #Option "ReverseDDC" # [] #Option "LVDSProbePLL" # [] #Option "AccelMethod" # #VideoRam 32768 Identifier "ExtremeGraphics2" Driver "i810" # This is important, otherwise the framebuffer console is messed up when X server exits. Option "VBERestore" "true" Option "NoAccel" "false" Option "DRI" "true" Option "XAANoOffscreenPixmaps" "true" Option "XVideo" "On" VideoRam 32768 EndSection Section "Screen" Identifier "Screen0" DefaultDepth 24 Device "ExtremeGraphics2" Monitor "LCD" SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x800" EndSubSection EndSection Section "DRI" Group 0 Mode 0666 EndSection