# /etc/X11/xorg.conf (xorg X Window System server configuration file) # # File edited by xorg-edit v08.08.06 at Tue Sep 2 10:33:48 2008 Section "Files" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/100dpi" FontPath "/usr/share/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/TTF" ModulePath "/usr/lib/xorg/modules" EndSection Section "ServerFlags" Option "SuspendTime" "5" # Full suspend after 10 minutes Option "OffTime" "10" # Turn off after 15 minutes EndSection Section "Module" # Load "bitmap" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" # Load "type1" Load "vbe" Load "vgahw" Load "xtrap" # Load "record" Load "synaptics" Load "dbe" EndSection Section "InputDevice" Identifier "Keyboard" Driver "evdev" # Option "Device" "/dev/input/event8" # Option "Device" "/dev/input/by-path/platform-i8042-serio-0-event-kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" # Option "XkbModel" "pc105" Option "XkbModel" "evdev" Option "XkbLayout" "cz" EndSection Section "InputDevice" Identifier "Mouse" Driver "evdev" Option "Name" "Logitech USB Receiver" # Option "Protocol" "ExplorerPS/2" # Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "HWHEELRelativeAxisButtons" "7 6" Option "Emulate3Buttons" "no" Option "Sensitivity" "1.5" EndSection Section "InputDevice" Identifier "Touchpad" Driver "synaptics" Option "Device" "/dev/input/mouse0" Option "Protocol" "auto-dev" Option "LeftEdge" "1700" Option "RightEdge" "5300" Option "TopEdge" "1700" Option "BottomEdge" "4200" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "HorizScrollDelta" "0" Option "MinSpeed" "0.06" Option "MaxSpeed" "0.12" Option "AccelFactor" "0.0010" Option "SHMConfig" "on" # Option "Repeater" "/dev/ps2mouse" EndSection Section "Device" # BoardName "Mobile 945GM/GMS/940GML Express Integrated Graphics Controller" Identifier "Intel 945GM" Driver "intel" BusID "PCI:0:2:0" Option "AccelMethod" "EXA" # Option "FramebufferCompression" "on" # Option "Tiling" "on" # Option "DRI" "on" Option "Monitor-LVDS" "LCD 1280x800" Option "XvMC" "true" # Option "XvMCSurfaces" "7" Option "ModeDebug" "on" # Option "MigrationHeuristic" "greedy" EndSection Section "Monitor" # VendorName "LPL" Identifier "LCD 1280x800" DisplaySize 338 211 Option "DPMS" "true" EndSection Section "Screen" Identifier "Default Screen" Device "Intel 945GM" Monitor "LCD 1280x800" DefaultDepth 24 SubSection "Display" # Virtual 2304 1568 Depth 24 Modes "1280x800" "1024x768" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" # InputDevice "Keyboard" InputDevice "Touchpad" # InputDevice "Mouse" "CorePointer" Option "SuspendTime" "5" Option "OffTime" "10" EndSection Section "Extensions" Option "Composite" "Enable" Option "RENDER" "Enable" EndSection Section "DRI" Group "video" Mode 0666 EndSection