[Bug 229886] New: Wacom Intuos 3 USB setup wrong
https://bugzilla.novell.com/show_bug.cgi?id=229886 Summary: Wacom Intuos 3 USB setup wrong Product: openSUSE 10.2 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: SaX2 AssignedTo: ms@novell.com ReportedBy: U.Koehler@gmx.de QAContact: qa@suse.de Set Sax2 Wacom Intuos 3 USB setup does not work. I edited the /ect/X11/xorg.conf with the following rational: 1. get it to work (see also "man wacom") 2. provide better name First, uncomment lots of lines and change the names to something meaningful ====================== Section "InputDevice" Driver "wacom" Identifier "cursor" Option "Device" "/dev/input/event3" # Option "InputFashion" "Tablet" Option "Mode" "Absolute" # Option "Name" "GRAPHIRE v1" # Option "Name" "2" # Option "Name" "3" # Option "Name" "4 (USB)" Option "SendCoreEvents" "on" # Option "Tilt" "on" Option "Type" "cursor" Option "USB" "on" Option "Vendor" "WACOM" EndSection Section "InputDevice" Driver "wacom" Identifier "stylus" Option "Device" "/dev/input/event3" # Option "InputFashion" "Pen" Option "Mode" "Absolute" # Option "Name" "GRAPHIRE v1" # Option "Name" "2" # Option "Name" "3" # Option "Name" "4 Stylus (USB)" # Option "Protocol" "Auto" Option "SendCoreEvents" "on" # Option "Tilt" "on" Option "Type" "stylus" Option "USB" "on" Option "Vendor" "WACOM" EndSection Section "InputDevice" Driver "wacom" Identifier "eraser" Option "Device" "/dev/input/event3" # Option "InputFashion" "Eraser" Option "Mode" "Absolute" # Option "Name" "GRAPHIRE v1" # Option "Name" "2" # Option "Name" "3" # Option "Name" "4 Eraser (USB)" # Option "Protocol" "Auto" Option "SendCoreEvents" "on" # Option "Tilt" "on" Option "Type" "eraser" Option "USB" "on" Option "Vendor" "WACOM" EndSection Section "InputDevice" Driver "wacom" Identifier "pad" Option "Device" "/dev/input/event3" # Option "InputFashion" "PAD" Option "Mode" "Absolute" # Option "Name" "GRAPHIRE v1" # Option "Name" "2" # Option "Name" "3" # Option "Name" "4 Eraser (USB)" # Option "Protocol" "Auto" # Option "SendCoreEvents" "on" # Option "Tilt" "on" Option "Type" "pad" Option "USB" "on" Option "Vendor" "WACOM" EndSection ====================== Change layout section ====================== Section "ServerLayout" Identifier "Layout[all]" InputDevice "Keyboard[0]" "CoreKeyboard" InputDevice "Mouse[1]" "CorePointer" InputDevice "cursor" "SendCoreEvents" InputDevice "stylus" "SendCoreEvents" InputDevice "eraser" "SendCoreEvents" InputDevice "pad" Option "Clone" "off" Option "Xinerama" "off" Screen "Screen[0]" EndSection ====================== Works well, but would be overwritten by Sax2. Cheers Uwe -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=229886 ms@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #1 from ms@novell.com 2006-12-21 07:09 MST ------- yes wacom pads wasn't supported yet. I fixed the following: 1) name bug 2) added support for pad type 3) adapt ServerLayout to include non event based input types This is needed because the pad doesn't influence the pointer -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
participants (1)
-
bugzilla_noreply@novell.com