Search Criteria
Package Details: thinkpad-scripts 4.12.0-1
Git Clone URL: | https://aur.archlinux.org/thinkpad-scripts.git (read-only, click to copy) |
---|---|
Package Base: | thinkpad-scripts |
Description: | Scripts for ThinkPad X220 & X230 Tablet rotation, docking, etc. |
Upstream URL: | https://thinkpad-scripts.readthedocs.org/en/latest/ |
Licenses: | |
Conflicts: | |
Submitter: | jturner314 |
Maintainer: | jturner314 |
Last Packager: | jturner314 |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2014-02-21 19:22 |
Last Updated: | 2021-01-19 22:31 |
Dependencies (15)
- acpid
- alsa-utils (alsa-utils-transparent, alsa-utils-git, alsa-utils-nosystemd-minimal-git)
- python (python-dbg)
- python-setuptools
- xorg-xinput (xorg-xinput-git)
- xorg-xrandr (xorg-xrandr-git)
- systemd>=196 (systemd-light, systemd-cdown-git, systemd-git, systemd-selinux)
- python-sphinx (python-sphinx-git, python-sphinx-2) (make)
- glib2 (glib2-sched-policy, glib2-clear, glib2-quiet, glib2-selinux, glib2-nodocs-git, glib2-git, glib2-patched-thumbnailer) (optional) – for rotating subpixel anti-aliasing
- kvkbd (optional) – for virtual keyboard
- libpulse (libpulse-bluedio, pulseaudio-pali, libpulse-airplay, pulseaudio-git, libpulse-hsphfpd, pulseaudio-dummy, libpulse-nosystemd, libpulse-nosystemd-git, libpulse-nosystemd-minimal-git) (optional) – for volume control when docking
- networkmanager (networkmanager-secure, networkmanager-noscan, networkmanager-consolekit, networkmanager-git, networkmanager-iwd) (optional) – for managing connections when docking
- usbutils (usbutils-git) (optional) – for docking detection with a USB device
- xf86-input-wacom (optional) – for Wacom device rotation
- xorg-xbacklight (acpilight) (optional) – for backlight control when docking
Latest Comments
TimorLee commented on 2014-10-07 23:36
I tried using your rotate script on my ThinkPad X230T, and I get an Error. The Screen flips, but Touch input is inverted. So if I move the pen to the left, the mouse pointer heads right. This error happens under Gnome 3 with every rotation script I have found so far. Here is the error message:
Property "/Xft/RGBA" does not exist on channel "xsettings". If a new property should be created, use the --create option.
Traceback (most recent call last):
File "/usr/bin/thinkpad-rotate", line 9, in <module>
load_entry_point('thinkpad-scripts==4.1', 'console_scripts', 'thinkpad-rotate')()
File "/usr/lib/python3.4/site-packages/tps/rotate.py", line 37, in main
rotate_to(new_direction, config)
File "/usr/lib/python3.4/site-packages/tps/rotate.py", line 52, in rotate_to
tps.screen.set_subpixel_order(direction)
File "/usr/lib/python3.4/site-packages/tps/screen.py", line 76, in set_subpixel_order
'-s', direction.subpixel], logger)
File "/usr/lib/python3.4/site-packages/tps/__init__.py", line 123, in wrapper
return function(command, *args, **kwargs)
File "/usr/lib/python3.4/subprocess.py", line 561, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['xfconf-query', '-c', 'xsettings', '-p', '/Xft/RGBA', '-s', 'rgb']' returned non-zero exit status 1
This is probably a gnome issue, but I'm not sure. If you say it doesn't have to do with the script, I'll be happy to head to the forums...