View previous topic :: View next topic |
Author |
Message |
Gentist Apprentice
Joined: 20 Mar 2004 Posts: 247
|
Posted: Sun Jun 13, 2004 4:39 pm Post subject: Wacom volito - Working but acts as a mouse |
|
|
I've tried to install my Wacom (Volito) tablet before, though I never got it to work with the 2.4 kernel. However, I recently switched to the 2.6 kernel and now the tablet works (I.E. I can move the cursor around the screen). My problem however, is that it acts as if it were a mouse (I.E. relative positioning instead of absolute).
I have the HID, evdev and wacom modules loaded at bootup, and I'm using X.org instead of XFree86. I'm also using the precompiled XFree86 4.3 binaries from the LinuxWacom project.
The tablet responds to "/dev/input/event2", "/dev/input/mice" and "/dev/input/mouse1".
Here's the wacom related stuff in my xorg.conf file:
Code: |
Section "Module"
Load "wacom"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/event2"
Option "Type" "cursor"
Option "USB" "on"
Option "Mode" "Absolute"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/event2"
Option "Type" "stylus"
Option "USB" "on"
Option "Mode" "Absolute"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/event2"
Option "Type" "eraser"
Option "USB" "on"
Option "Mode" "Absolute"
EndSection
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen 1" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "cursor" "SendCoreEvents"
InputDevice "stylus" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
|
I'm not exactly sure what I'm missing, so any help would be appreciated. |
|
Back to top |
|
|
joeljkp Guru
Joined: 06 Mar 2004 Posts: 316 Location: Starkville, MS, USA
|
Posted: Sat Nov 20, 2004 1:57 am Post subject: |
|
|
You ever get this figured out? _________________ Catch me on Jabber: joeljkp@jabber.org |
|
Back to top |
|
|
Gentist Apprentice
Joined: 20 Mar 2004 Posts: 247
|
Posted: Fri Dec 17, 2004 7:39 am Post subject: |
|
|
Yes, I did. |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|