Re: pb with a wacom tablet
From: Dances With Crows (danceswithcrows_at_usa.net)
Date: 09/02/03
- Next message: .revolver: "Re: New ports being connected to by X-Win 5.3 on windows machine"
- Previous message: Martin: "Re: pb with a wacom tablet"
- Maybe in reply to: Martin: "Re: pb with a wacom tablet"
- Next in thread: Bud Beckman: "Re: pb with a wacom tablet"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 1 Sep 2003 23:50:34 GMT
On Sun, 31 Aug 2003 14:15:39 +0200, kyomi staggered into the Black Sun
and said:
> I'm trying to configure my new wacom volito tablet on X but it don't
> work. the tablet is reconiez bay the kernel.( # xxd /dev/input/event0
> ) I think that my X11 configuration is wrong.
>
> Part of my XF86Config :
[snip]
Maybe it's the KeepShape option that's causing the problem. This worked
for me using a Graphire USB tablet. I also had the wacom module
loaded--the hid module doesn't recognize Wacom tablets:
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/event0"
Option "DeviceName" "cursor1"
Option "Type" "cursor"
Option "Mode" "relative"
Option "USB" "on"
Option "AlwaysCore" "on"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/event0"
Option "DeviceName" "stylus1"
Option "Type" "stylus"
Option "Mode" "absolute"
Option "USB" "on"
Option "AlwaysCore" "on"
Option "Threshold" "10"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/event0"
Option "DeviceName" "eraser1"
Option "Type" "eraser"
Option "Mode" "absolute"
Option "USB" "on"
Option "AlwaysCore" "on"
Option "Threshold" "10"
EndSection
# snip irrelevant XF86Config stuff
Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
InputDevice "cursor" "SendCoreEvents"
InputDevice "stylus" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
Screen "Screen[0]"
EndSection
...HTH,
-- Matt G|There is no Darkness in Eternity/But only Light too dim for us to see Brainbench MVP for Linux Admin / http://www.brainbench.com / "He is a rhythmic movement of the -----------------------------/ penguins, is Tux." --MegaHAL
- Next message: .revolver: "Re: New ports being connected to by X-Win 5.3 on windows machine"
- Previous message: Martin: "Re: pb with a wacom tablet"
- Maybe in reply to: Martin: "Re: pb with a wacom tablet"
- Next in thread: Bud Beckman: "Re: pb with a wacom tablet"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|