Comment 22 for bug 117283

Revision history for this message
korgman (korgie) wrote :

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.