Things improved after
sudo apt-get --reinstall install xserver-xorg-video-all
sudo dpkg-reconfigure -phigh xserver-xorg
I no longer get the "(EE) no devices detected" error.
Appending wacom sections to generated xorg.conf made stylus work. This
is my current xorg.conf:
# 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"
# SubSection "Display"
# Virtual 1600 1968
# EndSubSection
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
# commented out by update-manager, HAL is now used
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "Button 2" "3"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
Option "ScreenNo" "0"
EndSection
# commented out by update-manager, HAL is now used
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
Option "ScreenNo" "0"
EndSection
# commented out by update-manager, HAL is now used
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
Option "ScreenNo" "0"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Default Screen"
# Screen 1 "External screen" Above "Laptop screen"
# commented out by update-manager, HAL is now used
# InputDevice "Generic Keyboard"
# commented out by update-manager, HAL is now used
# InputDevice "Configured Mouse"
# commented out by update-manager, HAL is now used
InputDevice "stylus" "SendCoreEvents"
# commented out by update-manager, HAL is now used
InputDevice "cursor" "SendCoreEvents"
# commented out by update-manager, HAL is now used
InputDevice "eraser" "SendCoreEvents"
# commented out by update-manager, HAL is now used
# InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
There are still problems with xournal, however. It seems to buffer some
input for a long time and loose some input.
--
intrepid: tablet pc screen stylus stopped working
https://bugs.launchpad.net/bugs/291787
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs