No rotation on thinkpad x200t, Kubuntu 12.10

Asked by Alarith Uhde

Hello,

I have installed Magick Rotation version 1.6.2 following the description in the Magick-README.txt on my thinkpad:
- I installed Cellwriter
- xrandr-Rotation works
- there is a python2 symlink
- thinkpad_acpi installed
- python-gtk2 is installed
- no problems during installation. It ends with a notification "installation complete" (or sth. similar) but the window doesn't close, so I have to kill it.

I configured Magick Rotation, so that it rotates right when switching in tablet mode.

When I switch the laptop into tablet mode, nothing happens.

Running "/usr/share/magick-rotation/magick-rotation debug" in a terminal gives the following output:

{
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
checking for rotation
/usr/bin/checkmagick64
Unhandled exception in thread started by <bound method hinge.run of <hinge.hinge instance at 0x12c0ea8>>
Traceback (most recent call last):
  File "/usr/share/magick-rotation/hinge.py", line 28, in run
    fd = open(self.magick_symlink, "r")
IOError: [Errno 13] Keine Berechtigung: '/dev/input/magick-rotation'
}

Any ideas how to fix that?

Question information

Language:
English Edit question
Status:
Answered
For:
Magick Rotation Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Favux (favux-is) said :
#1

Well, it is complaning about permissions on the input event node.

In a terminal run: groups

Do you see magick as one of the groups? If not run:
    sudo groupadd magick
    sudo gpasswd -a <your username> magick

If you do see the magick group run: getent group magick

Do you see your username in the magick group? If not run:
    sudo gpasswd -a <your username> magick

Can you help with this problem?

Provide an answer of your own, or ask Alarith Uhde for more information if necessary.

To post a message you must log in.