Problem solved. There was a conflict between my mouse and tablet. And of
course there was a wrong specification of device written. I've changed
event0 to event2 and now it works fine:) my xorg.conf for anyone who
will have the same problem:

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice "Eraser1" "AlwaysCore"
        InputDevice "Cursor1" "AlwaysCore"
        InputDevice "Stylus1" "AlwaysCore"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "yes"
EndSection

Section "InputDevice"
    Identifier "Eraser1"
    Driver "wacom"
    Option "Device" "/dev/input/event2"
    Option "Type" "eraser"
    Option "Mode" "Absolute"
    Option "USB"
EndSection

Section "InputDevice"
    Identifier "Cursor1"
    Driver "wacom"
    Option "Device" "/dev/input/event2"
    Option "Type" "cursor"
    Option "Mode" "Relative"
    Option "USB"
EndSection

Section "InputDevice"
    Identifier "Stylus1"
    Driver "wacom"
    Option "Device" "/dev/input/event2"
    Option "Type" "stylus"
    Option "Mode" "Absolute"
    Option "USB"
EndSection

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Linuxwacom-discuss mailing list
Linuxwacom-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss

Reply via email to