Comment 12 for bug 131424

Revision history for this message
Richard Wonka (richard-wonka) wrote :

Okay, I found the problem:

in /etc/X11/xorg.conf, the three lines adding the tablet were commented out (the one's marked below with "<----") - after removing the leading '#' and restarting X the stylus works. - Yay!!!!

---%<----

Section "ServerLayout"¶
→ Identifier→ "Default Layout"¶
  screen 0 "Default Screen" 0 0¶
→ Inputdevice→ "Generic Keyboard"¶
→ Inputdevice→ "Configured Mouse"¶
→ ¶
→ # Uncomment if you have a wacom tablet¶
→ InputDevice "stylus"→ "SendCoreEvents"¶ # <---
→ InputDevice "cursor"→ "SendCoreEvents"¶ # <---
→ InputDevice "eraser"→ "SendCoreEvents"¶ # <---
→ Inputdevice→ "Synaptics Touchpad"¶
EndSection¶

---%<----