# /etc/X11/xorg.conf (xorg X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the /etc/X11/xorg.conf manual page. # (Type "man /etc/X11/xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following commands: # # cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom # sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum' # sudo dpkg-reconfigure xserver-xorg Section "Files" FontPath "unix/:-1" # local font server #FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/share/fonts/misc" #FontPath "/usr/share/fonts/cyrillic" FontPath "/usr/share/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/100dpi" FontPath "/usr/share/fonts/75dpi" EndSection Section "Module" Load "bitmap" Load "dbe" Load "kbd" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "GLcore" Load "int10" Load "record" Load "type1" Load "vbe" Load "wacom" Load "synaptics" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us" #Option "XkbLayout" "en_US" #Option "XkbOptions" "nodeadkeys" EndSection Section "InputDevice" Identifier "Configured Mouse Portrait" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" Option "Rotate" "CW" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/input/event1" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" Option "TapButton2" "1" Option "AccelFactor" "0.0007" Option "EdgeMotionMaxSpeed" "150" #Option "SHMConfig" "on" #Option "UseShm" "true" EndSection Section "InputDevice" Identifier "Cursor" Driver "wacom" Option "Device" "/dev/ttyS2" Option "Type" "cursor" Option "ForceDevice" "ISDV4" Option "Mode" "Absolute" Option "Button2" "3" Option "TopX" "0" #Option "TopY" "150" Option "TopY" "0" Option "BottomX" "24700" Option "BottomY" "18520" EndSection Section "InputDevice" Identifier "Stylus" Driver "wacom" Option "Device" "/dev/ttyS2" Option "Type" "stylus" Option "ForceDevice" "ISDV4" Option "Mode" "Absolute" Option "Button2" "3" Option "TopX" "0" #Option "TopY" "150" Option "TopY" "0" Option "BottomX" "24700" Option "BottomY" "18520" EndSection Section "InputDevice" Identifier "Eraser" Driver "wacom" Option "Device" "/dev/ttyS2" Option "Type" "eraser" Option "ForceDevice" "ISDV4" Option "Mode" "Absolute" Option "Button2" "3" #Option "TopX" "280" #Option "TopY" "370" Option "TopX" "0" Option "TopY" "0" #Option "BottomX" "24380" #Option "BottomY" "18300" Option "BottomX" "25000" Option "BottomY" "18521" EndSection Section "Device" Identifier "Intel Corporation I915GM" Driver "i810" BusID "PCI:0:2:0" Option "DRI" "true" #Option "AGPMode" "4" #Option "AGPFastWrite" "True" #Option "DynamicClocks" "on" Option "VBERestore" "true" EndSection Section "Device" Identifier "Intel Corporation I915GM 2" Driver "i810" BusID "PCI:0:2:1" Option "VBERestore" "true" EndSection Section "Monitor" Identifier "Generic Monitor" Option "DPMS" Option "SuspendTime" "2" EndSection Section "Screen" Identifier "Landscape Screen" Device "Intel Corporation I915GM" Monitor "Generic Monitor" DefaultDepth 16 #DefaultDepth 24 #using 16bit instead of 24 should save some power SubSection "Display" Depth 16 Modes "1024x768" "1280x1024" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" EndSubSection EndSection Section "ServerLayout" Identifier "Landscape" Screen "Landscape Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad" InputDevice "Cursor" "SendCoreEvents" InputDevice "Stylus" "SendCoreEvents" InputDevice "Eraser" "SendCoreEvents" EndSection Section "DRI" Mode 0666 EndSection #Section "Extensions" # Option "Composite" "true" #EndSection