ubuntu-x-swat team mailing list archive
-
ubuntu-x-swat team
-
Mailing list archive
-
Message #48264
[Bug 516827] Re: Fujitsu T4310: screen rotation doesn't rotate wacom pen/mouse axes
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.
References