# xorg.conf (X.Org 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 "ServerLayout" Identifier "Default Layout" Screen "LaptopScreen" Option "AIGLX" "true" InputDevice "Touchpad" InputDevice "Mouse" InputDevice "Keyboard" EndSection #Section "ServerLayout" # Identifier "Dual" # Screen0 "ExternalScreen" # Screen1 "LaptopScreen" RightOf "ExternalScreen" # Option "AIGLX" "true" # InputDevice "Touchpad" "CorePointer" # InputDevice "Mouse" "AlwaysCore" # InputDevice "Keyboard" "CoreKeyboard" #EndSection Section "InputDevice" Identifier "Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "be" EndSection Section "InputDevice" Identifier "Touchpad" Driver "synaptics" Option "SendCoreEvents" "on" Option "SHMConfig" "1" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "LeftEdge" "1700" Option "RightEdge" "5300" Option "TopEdge" "1700" Option "BottomEdge" "4200" Option "FingerLow" "40" Option "FingerHigh" "50" Option "MaxTapTime" "160" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "HorizScrollDelta" "40" Option "MinSpeed" "0.08" Option "MaxSpeed" "0.2" Option "AccelFactor" "0.0015" Option "TapButton1" "1" Option "TapButton2" "3" Option "TapButton3" "2" Option "CircularScrolling" "1" Option "CircScrollTrigger" "3" EndSection Section "InputDevice" Identifier "Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ExplorerPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" Option "Buttons" "7" Option "ButtonMapping" "1 2 3 6 7" EndSection Section "Device" Identifier "i945-1" Driver "intel" Option "DRI" "true" Option "VideoRam" "131072" Option "CacheLines" "1980" VendorName "Intel Corporation" BoardName "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller" BusID "PCI:0:2:0" EndSection Section "Device" Identifier "i945-2" Driver "intel" Option "DRI" "true" Option "VideoRam" "131072" Option "CacheLines" "1980" VendorName "Intel Corporation" BoardName "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller" BusID "PCI:0:2:1" EndSection Section "Monitor" Identifier "LaptopMonitor" Option "DPMS" EndSection Section "Monitor" Identifier "ExternalMonitor" Option "DPMS" EndSection Section "Screen" Identifier "LaptopScreen" Monitor "LaptopMonitor" Defaultdepth 24 # SubSection "Display" # Virtual 2680 1850 # EndSubSection EndSection Section "Screen" Identifier "ExternalScreen" Monitor "ExternalMonitor" Defaultdepth 24 # SubSection "Display" # Virtual 2680 1850 # EndSubSection EndSection Section "Extensions" Option "Composite" "Enable" EndSection