Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#14206 - Newest xorg-server killed wacom touch support

Attached to Project: Arch Linux
Opened by Cameron (starfreakclone) - Monday, 13 April 2009, 01:13 GMT
Last edited by Jan de Groot (JGC) - Thursday, 28 May 2009, 21:17 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture i686
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
The newest update to the xorg-server removed the wacom touch support.

Additional info:
See xorg conf.
This task depends upon

Closed by  Jan de Groot (JGC)
Thursday, 28 May 2009, 21:17 GMT
Reason for closing:  Won't fix
Additional comments about closing:  There's no wacom driver in the repositories.
Comment by Cameron (starfreakclone) - Monday, 13 April 2009, 01:17 GMT
Odd I thought I attached the xorg.conf, here are the wacom sections:

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
Option "KeepShape" "on"
Option "USB" "on"
Option "DebugLevel" "10"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
Option "KeepShape" "on"
Option "USB" "on"
Option "DebugLevel" "10"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
Option "KeepShape" "on"
Option "USB" "on"
Option "DebugLevel" "10"
EndSection

# Uncomment the following section if you you have a TabletPC that supports touch
Section "InputDevice"
Driver "wacom"
Identifier "touch"
Option "Device" "/dev/input/wacom" # USB ONLY
Option "Type" "touch"
Option "ForceDevice" "ISDV4" # Serial Tablet PC ONLY
Option "USB" "on" # USB ONLY
EndSection

InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
InputDevice "touch" "SendCoreEvents"
EndSection
Comment by Jan de Groot (JGC) - Monday, 13 April 2009, 08:48 GMT
I think the wacom driver needs a rebuild for the new xorg-server. Note that with input hotplugging, most input devices from xorg.conf are ignored anyways.

Loading...