Hello folks,
I'll be infinitely grateful to whoever can help me with this. I'm trying
to get a Wacom Intuos tablet to work. It's connected to the computer via
USB. The system sees it. I can use either my mouse or the tablet as a
mouse.
However, I've got no pressure or angle sense from GIMP. I DO have an
Input Devices dialog. It gives me four options: SWITCH (I don't know
where it comes from, but this input device doesn't react), Wacom Tablet
(which is listed in XInput as a mouse, though I don't have a mouse for the
Intuos tablet), Pen1 and Eraser1. Pen1 and Eraser1 have all 5 settings
(X, Y, Pressure, X tilt, Y tilt).
I can bring up the Input Status dialog, too. It shows Switch,
WacomTablet, Pen1, Eraser1 and Core Pointer (in order from top to
bottom). If "SWITCH" is enabled, it uses that device, which doesn't do
anything so far as I can tell. Next, if "WacomTablet" is enabled, it uses
that. It lets me do clicks from my pad, but there's no pressure
sensitivity. Next, it uses Core Pointer. It never uses the Pen (which
has a dialog on the Input Devices window) or Eraser (which does also).
I hope that's a good enough description to do some good. Here's my other
stats
gimp-1.25
XFree86-Mach64-3.3.6-33
RedHat 7.0 (2.4 kernel installed)
The relevant part of my XF86Config looks like this:
--------------------------------------
Section "XInput"
SubSection "Mouse"
DeviceName "WacomTablet"
Protocol "IMPS/2"
Port "/dev/input/mouse0"
Buttons 5
ZAxisMapping 4 5
AlwaysCore
EndSubSection
SubSection "WacomStylus"
Port "/dev/input/event0"
DeviceName "Pen1"
Mode Absolute
KeepShape
DebugLevel 10
TiltMode
HistorySize 200
EndSubSection
SubSection "WacomEraser"
Port "/dev/input/event0"
DeviceName "Eraser1"
Mode Absolute
KeepShape
HistorySize 200
EndSubSection
EndSection
# Pointer section
# **********************************************************************
Section "Pointer"
Protocol "IMPS/2"
Device "/dev/mouse"
EndSection
----------------
`xinput list` produces these results
"keyboard" id=0 [XKeyboard]
Num_keys is 248
Min_keycode is 8
Max_keycode is 255
"pointer" id=1 [XPointer]
Num_buttons is 3
Num_axes is 2
Mode is Relative
Motion_buffer is 256
Axis 0 :
Min_value is 0
Max_value is 1280
Resolution is 1
Axis 1 :
Min_value is 0
Max_value is 1024
Resolution is 1
"SWITCH" id=2 [XExtensionDevice]
Num_axes is 1
Mode is Absolute
Motion_buffer is 0
Axis 0 :
Min_value is 0
Max_value is 1000
Resolution is 1
"WacomTablet" id=3 [XExtensionDevice]
Num_buttons is 5
Num_axes is 2
Mode is Relative
Motion_buffer is 256
Axis 0 :
Min_value is 0
Max_value is 1280
Resolution is 1
Axis 1 :
Min_value is 0
Max_value is 1024
Resolution is 1
"Pen1" id=4 [XExtensionDevice]
Num_keys is 32
Min_keycode is 8
Max_keycode is 39
Num_buttons is 4
Num_axes is 6
Mode is Absolute
Motion_buffer is 200
Axis 0 :
Min_value is 0
Max_value is 18801
Resolution is 0
Axis 1 :
Min_value is 0
Max_value is 15040
Resolution is 0
Axis 2 :
Min_value is 0
Max_value is 240
Resolution is 49999
Axis 3 :
Min_value is -64
Max_value is 63
Resolution is 128
Axis 4 :
Min_value is -64
Max_value is 63
Resolution is 128
Axis 5 :
Min_value is 0
Max_value is 1023
Resolution is 128
"Eraser1" id=5 [XExtensionDevice]
Num_keys is 32
Min_keycode is 8
Max_keycode is 39
Num_buttons is 1
Num_axes is 6
Mode is Absolute
Motion_buffer is 200
Axis 0 :
Min_value is 0
Max_value is 18801
Resolution is 0
Axis 1 :
Min_value is 0
Max_value is 15040
Resolution is 0
Axis 2 :
Min_value is 0
Max_value is 240
Resolution is 49999
Axis 3 :
Min_value is -64
Max_value is 63
Resolution is 128
Axis 4 :
Min_value is -64
Max_value is 63
Resolution is 128
Axis 5 :
Min_value is 0
Max_value is 1023
Resolution is 128
-----------------
Again, thank you for any help you can give me.
_______________________________________________
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user