From: <rad...@gm...> - 2007-02-07 18:54:52
|
Hello, first, I tried to browse through mail archive but there are only 6 messages left - which seems to be not complete archive. So I am sorry if I repeat a question or something. I have Pentagram QuadPen tablet, which seems to be simply rebranded Acecad Flair Tablet. (Windows drivers comes directly from acecad). I am trying to set up it on gentoo AMD64 box. I was able to make the driver see the tablet but whenever I try to use my stylus, the cursor goes berserk all over the screen, pressing random buttons. Any help would be appreciated. here are some details from my xorg.conf: ------------------------------------------------------------------- Section "InputDevice" Identifier "MyTablet" Driver "acecad" Option "Device" "/dev/input/event2" # Option "Device" "auto-dev" Option "Mode" "Absolute" Option "Model" "Flair" EndSection Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 1" InputDevice "Keyboard1" "CoreKeyboard" InputDevice "Mouse1" "CorePointer" InputDevice "MyTablet" "SendCoreEvents" EndSection -------------------------------------------------------------------- And from X logs: --------------------------------------------------------------------- (II) Acecad Tablet xinput driver v4.00 (**) Acecad Tablet is in absolute mode (**) MyTablet Tablet is using standard button map (**) MyTablet Tablet model is Flair (**) Acecad Tablet reports 85 points/s (**) Option "SendCoreEvents" (**) MyTablet: always reports core events (II) XINPUT: Adding extended input device "MyTablet" (type: TABLET) (II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE) (II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD) xkb_keycodes { include "xfree86+aliases(qwerty)" }; xkb_types { include "complete" }; xkb_compatibility { include "complete" }; xkb_symbols { include "pc(pc105)+pl" }; xkb_geometry { include "pc(pc105)" }; (**) Acecad Tablet Increment: 1 (II) Mouse1: ps2EnableDataReporting: succeeded (**) Option "Device" "/dev/input/event2" (EE) Unable to query/initialize Acecad hardware. (**) RADEON(0): RADEONSaveScreen(2) (--) Acecad Tablet MaxX:25869 MaxY:69 ProcXCloseDevice to close or not ? -------------------------------------------------------------------- Thank you in advance, Radek. |