Section "ServerFlags" AllowMouseOpenFail # allows the server to start up even if the mouse does not work EndSection Section "Module" Load "dri2" Load "dri" Load "dbe" # Double-Buffering Extension Load "v4l" # Video for Linux Load "extmod" Load "freetype" Load "glx" # 3D layer EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "gb" Option "XkbOptions" "compose:rwin" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "ExplorerPS/2" Option "Device" "/dev/input/mice" EndSection Section "Monitor" Identifier "LVDS-1" HorizSync 20-170 VertRefresh 60 # ModeLine "1680x1050_60" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync EndSection Section "Device" Identifier "device1" Driver "intel" Option "AccelMethod" "UXA" Option "ModeDebug" "Yes" EndSection Section "Screen" Identifier "screen1" Device "device1" Monitor "LVDS-1" DefaultColorDepth 24 Subsection "Display" Depth 24 Modes "1680x1050" EndSubsection EndSection Section "ServerLayout" Identifier "layout1" InputDevice "Keyboard1" "CoreKeyboard" InputDevice "Mouse1" "CorePointer" Screen "screen1" EndSection