As a temporary workaround, on my Toshiba tablet I use the following
script to control screen and pen rotation.  You may have to adjust the
device names to match your hardware.

#! /bin/bash

if [ -f /tmp/rotated ]; then
        xrandr -o normal
        xsetwacom set "Wacom Serial Tablet PC Pen Tablet/Digitizer" Rotate none
        xsetwacom set "Wacom Serial Tablet PC Pen Tablet/Digitizer eraser" 
Rotate none
        rm -f /tmp/rotated && exit 0
else
        xrandr -o left
        xsetwacom set "Wacom Serial Tablet PC Pen Tablet/Digitizer" Rotate CCW
        xsetwacom set "Wacom Serial Tablet PC Pen Tablet/Digitizer eraser" 
Rotate CCW
        echo 1 > /tmp/rotated && exit 0
fi

-- 
Fujitsu T4310: screen rotation doesn't rotate wacom pen/mouse axes
https://bugs.launchpad.net/bugs/516827
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to wacom-tools in ubuntu.

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to