Section "ServerLayout" Identifier "Main Layout" Screen 0 "Screen 1" InputDevice "TouchPad" "CorePointer" InputDevice "MouseUSB" "SendCoreEvents" InputDevice "Keyboard1" "CoreKeyboard" EndSection Section "Files" EndSection Section "Module" Load "synaptics" Load "dbe" Load "extmod" Load "glx" Load "GLcore" SubSection "extmod" Option "omit xfree86-dga" EndSubSection EndSection ################################ Section "ServerFlags" Option "AllowMouseOpenFail" "on" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" Option "XkbRules" "xorg" Option "XkbOptions" "terminate:ctrl_alt_bksp" EndSection # ********************************************************************** # Core Pointer's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "TouchPad" Driver "synaptics" Option "SendCoreEvents" "on" Option "Protocol" "auto-dev" Option "SHMConfig" "on" Option "TapButton1" "1" Option "TapButton2" "2" Option "TapButton3" "3" Option "VertEdgeScroll" "1" Option "VertScrollDelta" "75" Option "HorizEdgeScroll" "1" Option "HorizScrollDelta" "75" EndSection Section "InputDevice" Identifier "MouseUSB" Driver "mouse" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" Option "Emultate3Buttons" "off" EndSection # ********************************************************************** # Monitor section # ********************************************************************** Section "Monitor" Identifier "Generic Monitor" HorizSync 35.0 - 180.0 VertRefresh 75.0 - 75.0 Option "DPMS" EndSection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "VESA" Driver "radeon" Option "AccelMethod" "EXA" Option "AccelDFS" "on" Option "GARTSize" "64" Option "EnablePageFlip" "1" Option "ColorTiling" "1" Option "RenderAccel" "on" Option "Textured2D" "on" Option "TexturedXRender" "on" Option "BackingStore" "true" Option "TexturedVideo" "on" Option "UseFastTLS" "1" Option "MonitorLayout" "LVDS,AUTO" Option "BIOSHotkeys" "on" EndSection # ********************************************************************** # Screen sections. # ********************************************************************** Section "Screen" Identifier "Screen 1" Device "VESA" Monitor "Generic Monitor" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "DRI" Group "video" Mode 0666 EndSection Section "Extensions" #Option "Composite" "Enable" EndSection