Im using the latest linuxwacom drivers (0.7.4-3).

When I set TopX, TopY etc via xsetwacom, it works as expected, except
in pressure-sensitive programs like gimp and inkscape. These programs
still behave as before, as if TopX,TopY etc where not set at all
(responding as if the whole tablet were still mapped to the screen),
which also means the cursor and the stroke of the paintbrush do not
coincide. It happens for both stylus and eraser devices.

Can anyone help?

These are the relevant sections of my xorg.conf:

Section "ServerLayout"
        Identifier     "Xorg Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice "cursor" "CorePointer"
        InputDevice "stylus" "SendCoreEvents"
        InputDevice "eraser" "SendCoreEvents"
EndSection

Section "InputDevice"
        Driver      "wacom"
        Identifier  "cursor"
        Option      "Device" "/dev/input/event1"
        Option      "Type"            "cursor"
        Option "USB" "on"
EndSection

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

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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Linuxwacom-discuss mailing list
Linuxwacom-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss

Reply via email to