# 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 # commented out by update-manager, HAL is now used #Section "InputDevice" # Identifier "Touchpad" # Driver "mouse" # Option "SendCoreEvents" "On" # Option "Device" "/dev/input/touchpad" # Option "Protocol" "PS/2" # #Option "Protocol" "auto" # Option "Emulate3Buttons" "On" # #Option "Resolution" "800" # Option "Sensitivity" "4" #EndSection # commented out by update-manager, HAL is now used Section "InputDevice" Identifier "Evtouch Touchscreen" Driver "evtouch" Option "SendCoreEvents" "On" Option "Device" "/dev/input/touchscreen" # Option "Speed" "2" Option "MoveLimit" "30" Option "Emulate3Buttons" "On" Option "Emulate3Timeout" "100" Option "MinX" "250" Option "MaxX" "4000" Option "MinY" "280" Option "MaxY" "3850" Option "ReportingMode" "Raw" Option "Name" "LBPS/2 Fujitsu Lifebook TouchScreen" EndSection Section "Device" Identifier "Intel Corporation 82852/855GM Integrated Graphics Device" Driver "intel" BusID "PCI:0:2:0" EndSection Section "Monitor" Identifier "Generic Monitor" Option "DPMS" HorizSync 30-70 VertRefresh 50-160 EndSection Section "Screen" Identifier "Default Screen" Device "Intel Corporation 82852/855GM Integrated Graphics Device" Monitor "Generic Monitor" DefaultDepth 24 EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" # commented out by update-manager, HAL is now used # InputDevice "Touchpad" # commented out by update-manager, HAL is now used InputDevice "Evtouch Touchscreen" EndSection