# 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 "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "ie" EndSection Section "Device" Identifier "Intel" Driver "intel" Option "Monitor-LVDS" "lvds" Option "Monitor-VGA" "vga" Option "Monitor-TMDS-1" "tmds" Option "monitor-TV" "TV" BusID "PCI:0:2:0" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" EndSection Section "InputDevice" Driver "synaptics" Identifier "synaptics" Option "AccelFactor" "0.1" Option "SendCoreEvents" "true" Option "BottomEdge" "650" Option "Buttons" "5" Option "CircScrollDelta" "0.1" Option "CircScrollTrigger" "2" Option "CircularScrolling" "1" Option "Device" "/dev/psaux" Option "EdgeMotionMaxSpeed" "15" Option "EdgeMotionMinSpeed" "15" Option "Emulate3Buttons" "on" Option "EmulateMidButtonTime" "75" Option "FingerHigh" "15" Option "FingerLow" "14" Option "HorizScrollDelta" "20" Option "InputFashion" "Mouse" Option "LeftEdge" "120" Option "MaxSpeed" "3" Option "MaxTapMove" "110" Option "MaxTapTime" "180" Option "MinSpeed" "0.2" Option "Name" "ALPS;Touchpad" Option "Protocol" "auto-dev" Option "RightEdge" "830" Option "SHMConfig" "on" Option "TopEdge" "120" Option "UpDownScrolling" "1" Option "Vendor" "Sysp" Option "VertScrollDelta" "20" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "TV" Option "Ignore" "True" EndSection Section "Monitor" Identifier "vga" # Option "Rotate" "left" EndSection Section "Monitor" Identifier "tmds" Option "RightOf" "vga" # Option "Rotate" "right" EndSection Section "Monitor" Identifier "lvds" # Option "Enable" "False" EndSection Section "Screen" Identifier "screen" Device "Intel" Monitor "vga" DefaultDepth 24 SubSection "Display" Depth 24 Virtual 3200 1200 EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "synaptics" # Uncomment if you have a wacom tablet # # InputDevice "stylus" "SendCoreEvents" # # InputDevice "cursor" "SendCoreEvents" # # InputDevice "eraser" "SendCoreEvents" # InputDevice "Synaptics Touchpad" EndSection