Jag har en HP Pavilion TX2020som har en touchscreen. Jag fick den att fungera när jag körde med hardy för något halvår sedan med hjälp av en guide (http://mirosol.kapsi.fi/tx2020/tx2000howto.htm) men har inte lyckats med intrepid.
Guiden ovan fick hela datorn att crasha, så det var bara att återställa xorg.conf. Istället vände jag mig till den officiella Wacom guiden: https://help.ubuntu.com/community/Wacom
Jag använde mig av metod B, då metod A inte fungerar. Det possitiva är att datorn inte krashade. Det negetiva är att absolut ingenting annat hände heller. Det är med andra ord ingen som hellst skillnad.
Klistrar in min xorg.conf nedad så kanske någon kan hjälpa mig här? Har länge kört utan touch, men har nu behov av det igen.
Kod: Markera allt
# 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
EndSection
Section "Module"
Load "glx"
Disable "dri2"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "stylus" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents" # For non-LCD tablets only
InputDevice "pad" # For Intuos3/CintiqV5/Graphire4/Bamboo tablets
InputDevice "touch" "SendCoreEvents" # Only a few TabletPCs support this type
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
# Option "Device" "/dev/input/wacom" # USB ONLY?
Option "Device" "/dev/ttyS0" # SERIAL ONLY
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
# Option "USB" "on" # USB ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
# Option "Device" "/dev/input/wacom" # USB ONLY?
Option "Device" "/dev/ttyS0" # SERIAL ONLY
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
# Option "USB" "on" # USB ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
# Option "Device" "/dev/input/wacom" # USB ONLY?
Option "Device" "/dev/ttyS0" # SERIAL ONLY
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
# Option "USB" "on" # USB ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "pad"
# Option "Device" "/dev/input/wacom" # USB ONLY
Option "Device" "/dev/ttyS0" # SERIAL ONLY
Option "Type" "pad"
# Option "USB" "on" # USB ONLY
EndSection
# Uncomment the following section if you you have a TabletPC that supports touch
Section "InputDevice"
Driver "wacom"
Identifier "touch"
Option "Device" "/dev/ttyS0" # SERIAL ONLY
# Option "Device" "/dev/input/wacom" # USB ONLY
Option "Type" "touch"
Option "ForceDevice" "ISDV4" # Serial Tablet PC ONLY
# Option "USB" "on" # USB ONLY
EndSection
