# 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 xorg.conf manual page. # (Type "man 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 command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "Files" EndSection Section "Module" Load "i2c" Load "xaa" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "type1" Load "vbe" Load "v4l" Load "synaptics" EndSection Section "InputDevice" Identifier "Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "de" EndSection Section "InputDevice" Identifier "Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" EndSection Section "InputDevice" Identifier "Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" EndSection Section "Device" Identifier "Intel i915GM (int)" Driver "intel" BusID "PCI:0:2:0" Screen 0 Option "MonitorLayout" "LVDS,VGA" EndSection Section "Device" Identifier "Intel i915GM (ext)" Driver "intel" BusID "PCI:0:2:0" Screen 1 EndSection Section "Monitor" Identifier "Internal display" ModelName "LVDS" Option "DPMS" EndSection Section "Monitor" Identifier "External display" ModelName "VGA" Option "DPMS" EndSection Section "Screen" Identifier "Internal Screen" Device "Intel i915GM (int)" Monitor "Internal display" DefaultDepth 24 # Virtual 2680 1400 SubSection "Display" Virtual 2680 1400 Modes "1440x1050" "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "External Screen" Device "Intel i915GM (ext)" Monitor "External display" DefaultDepth 24 SubSection "Display" Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerFlags" Option "DefaultServerLayout" "Single Layout" # Option "DefaultServerLayout" "Xinerama Layout" EndSection Section "ServerLayout" Identifier "Single Layout" Screen 0 "Internal Screen" # Screen 1 "External Screen" InputDevice "Keyboard" InputDevice "Mouse" InputDevice "Touchpad" # Option "Xinerama" "true" EndSection Section "ServerLayout" Identifier "Xinerama Layout" Screen 0 "Internal Screen" Screen 1 "External Screen" LeftOf "Internal Screen" InputDevice "Keyboard" InputDevice "Mouse" InputDevice "Touchpad" Option "Xinerama" "false" EndSection