I have "upgraded" to X61. Same results with X60.
I tried the recommended python script (rotate) as mentioned in original
bug reporter and I modified the script to rotate properly the pen.
diff is here
--- rotate 2010-05-13 21:25:02.000000000 +0300
+++ rotate2 2012-04-12 22:47:20.184685642 +0300
@@ -275,7 +275,6 @@
sys.stderr.write("Can not determine current rotation, bailing out
:(\n")
raise
-
## Calls xrandr and xsetwacom, sets new keymap.
def setRotation(o):
global displayName, xrandr
@@ -283,8 +282,8 @@
return
if runCmd("%s --output %s --rotate %s" % (xrandr, displayName, o))[0] != 0:
raise Exception("xrandr rotate command failed, bailing out.")
- #wacomRots = {'normal': '0', 'left': '2', 'right': '1', 'inverted': '3'}
- wacomRots = {'normal': 'NONE', 'left': 'CCW', 'right': 'CW', 'inverted':
'HALF'}
+ wacomRots = {'normal': '0', 'left': '1', 'right': '2', 'inverted': '3'}
+# wacomRots = {'normal': 'NONE', 'left': 'CCW', 'right': 'CW', 'inverted':
'HALF'}
tabletDevs = listDevices()
if len(tabletDevs) < 1:
sys.stderr.write('Did not find any tablet devices, only rotating
screen.\n')
The rotation bug remains. Settings > Diplays > Rotate the screen
1. Screen rotates
2. Mouse and pen are not rotating.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/117283
Title:
xrandr rotates only the screen, but not the tablet
To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/117283/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs