Bonjour,

I have problems with my wacom graphire 2 tablet, it seems that the wacom 
driver doesn't work, because the tablet mouse remains in absolute mode, 
and the wheel works in opposite scroll.....
The xorg-xserver-input-wacom has installed 
50-xserver-xorg-input-wacom.rules where I have took the 
"/dev/input/tablet-graphire2-4x5" that I have put in the xorg.conf

Wacdump doesn't show anything.
And I find very strange the following line in /proc/bus/input/devices : 
H: Handlers=mouse1 event3 ts1
I've updated my edgy in feisty, but, already in edgy, wacom tablet 
didn't work (I used another ps2 mouse), ....



here is the /proc/bus/input/devices :

I: Bus=0003 Vendor=056a Product=0011 Version=0203
N: Name="Wacom Graphire2 4x5"
P: Phys=
S: Sysfs=/class/input/input3
H: Handlers=mouse1 event3 ts1
B: EV=f
B: KEY=1c43 0 70000 0 0 0 0 0 0 0 0
B: REL=100
B: ABS=100 3000003

For the mouse :

I: Bus=0011 Vendor=0002 Product=0004 Version=0000
N: Name="GenPS/2 Genius Mouse"
P: Phys=isa0060/serio1/input0
S: Sysfs=/class/input/input2
H: Handlers=mouse0 event2 ts0
B: EV=7
B: KEY=1f0000 0 0 0 0 0 0 0 0
B: REL=103

My xorg.conf :

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mouse0"
        Option          "Protocol"              "ImPS/2"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "stylus"
        Option          "Device"        "/dev/input/tablet-graphire2-4x5"
        Option          "USB"           "On"
        Option          "Type"          "stylus"
        Option          "Mode"          "Absolute"
#       Option          "ForceDevice"   "ISDV4"         # Tablet PC ONLY
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "eraser"
        Option          "Device"        "/dev/input/tablet-graphire2-4x5"
        Option          "USB"           "On"
        Option          "Type"          "eraser"
        Option          "Mode"          "Absolute"
#       Option          "ForceDevice"   "ISDV4"         # Tablet PC ONLY
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "cursor"
        Option          "Device"        "/dev/input/tablet-graphire2-4x5"
        Option          "USB"           "On"
        Option          "Type"          "cursor"
        Option "Mode"   "Relative"
#       Option          "ForceDevice"   "ISDV4"         # Tablet PC ONLY
EndSection
.............
Section "ServerLayout"
         Identifier      "Default Layout"
         Screen          "Default Screen"
         InputDevice     "Generic Keyboard"
         InputDevice     "Configured Mouse"
         InputDevice     "stylus"        "SendCoreEvents"
         InputDevice     "cursor"        "SendCoreEvents"
         InputDevice     "eraser"        "SendCoreEvents"
EndSection



The /dev/input/ :

ls -l /dev/input/
total 0
drwxr-xr-x 2 root root         80 2007-04-28 18:05 by-id
drwxr-xr-x 2 root root        160 2007-04-28 18:05 by-path
crw-rw---- 1 root root    13,  64 2007-04-28 18:05 event0
crw-rw---- 1 root root    13,  65 2007-04-28 18:05 event1
crw-rw---- 1 root root    13,  66 2007-04-28 18:05 event2
crw-rw---- 1 root root    13,  67 2007-04-28 18:05 event3
crw-rw---- 1 root root    13,  68 2007-04-28 18:05 event4
crw-rw---- 1 root root    13,  69 2007-04-28 16:05 event5
crw-rw---- 1 root root    13,  70 2007-04-28 16:05 event6
crw-rw---- 1 root plugdev 13,   0 2007-04-28 18:05 js0
crw-rw---- 1 root root    13,  63 2007-04-28 18:05 mice
crw-rw---- 1 root root    13,  32 2007-04-28 18:05 mouse0
crw-rw---- 1 root root    13,  33 2007-04-28 18:05 mouse1
lrwxrwxrwx 1 root root          6 2007-04-28 18:05 tablet-graphire2-4x5 
-> event3
crw-rw---- 1 root root    13, 128 2007-04-28 18:05 ts0
crw-rw---- 1 root root    13, 129 2007-04-28 18:05 ts1
lrwxrwxrwx 1 root root          6 2007-04-28 18:05 wacom -> event3


my Xorg.0.log

(II) LoadModule: "wacom"
(II) Loading /usr/lib/xorg/modules/input//wacom_drv.so
(II) Module wacom: vendor="X.Org Foundation"
        compiled for 4.3.99.902, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.5
(II) Wacom driver level: 47-0.7.7-8 $


and

(**) Configured Mouse: Device: "/dev/input/mouse0"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mouse0"
(==) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(**) Option "SendCoreEvents"
(**) stylus: always reports core events
(**) stylus device is /dev/input/tablet-graphire2-4x5
(**) stylus is in absolute mode
(**) WACOM: suppress value is 2
(**) Option "USB" "On"
(**) stylus: reading USB link
(**) Option "BaudRate" "9600"
(**) Option "SendCoreEvents"
(**) cursor: always reports core events
(**) cursor device is /dev/input/tablet-graphire2-4x5
(**) cursor is in relative mode
(**) WACOM: suppress value is 2
(**) Option "USB" "On"
(**) cursor: reading USB link
(**) Option "BaudRate" "9600"
(**) Option "SendCoreEvents"
(**) eraser: always reports core events
(**) eraser device is /dev/input/tablet-graphire2-4x5
(**) eraser is in absolute mode
(**) WACOM: suppress value is 2
(**) Option "USB" "On"
(**) eraser: reading USB link
(**) Option "BaudRate" "9600"
(II) XINPUT: Adding extended input device "eraser" (type: Wacom Eraser)
(II) XINPUT: Adding extended input device "cursor" (type: Wacom Cursor)
(II) XINPUT: Adding extended input device "stylus" (type: Wacom Stylus)
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: 
KEYBOARD)
(**) Option "Device" "/dev/input/tablet-graphire2-4x5"
stylus Wacom X driver grabbed event device
(==) Wacom using pressure threshold of 30 for button 1
(==) Wacom USB Graphire2 tablet speed=9600 maxX=10206 maxY=7422 maxZ=511 
resX=2032 resY=2032 suppress=2 tilt=enabled
(==) Wacom device "stylus" top X=0 top Y=0 bottom X=10206 bottom Y=7422
(==) Wacom device "cursor" top X=0 top Y=0 bottom X=10206 bottom Y=7422
(==) Wacom device "eraser" top X=0 top Y=0 bottom X=10206 bottom Y=7422
(II) Configured Mouse: ps2EnableDataReporting: succeeded



Well, I wonder what happen, what ould I do now ?

Thank for everyone that could help me for a so longtime problem

cordialement,



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Linuxwacom-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss

Reply via email to