We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the touchinput is not rotating in the right direction.
here is the output of the script:
./thinkpad_x1_yoga_rotation.py 2017-11-11 01:44:20,962 - root - INFO - detected wacom devices: ['Wacom Co.,Ltd. Pen and multitouch sensor Finger touch', 'Wacom Co.,Ltd. Pen and multitouch sensor Pen stylus', 'Wacom Co.,Ltd. Pen and multitouch sensor Pen eraser'] 2017-11-11 01:44:20,964 - root - INFO - found stylus Wacom Co.,Ltd. Pen and multitouch sensor Pen stylus 2017-11-11 01:44:20,964 - root - INFO - found finger touch Wacom Co.,Ltd. Pen and multitouch sensor Finger touch 2017-11-11 01:44:20,964 - root - INFO - found touchpad and trackpoints ['TPPS/2 IBM TrackPoint', 'SynPS/2 Synaptics TouchPad'] 2017-11-11 01:44:20,967 - root - INFO - connected to acpi socket <module 'socket' from '/usr/lib/python3.5/socket.py'> 2017-11-11 01:44:25,978 - root - INFO - dbus signal indicates orientation change to right-up 2017-11-11 01:44:27,429 - root - INFO - running ['xsetwacom', '--set', 'Wacom Co.,Ltd. Pen and multitouch sensor Finger touch', 'rotate', 'cw'] with exit code 0 2017-11-11 01:44:27,432 - root - INFO - running ['xsetwacom', '--set', 'Wacom Co.,Ltd. Pen and multitouch sensor Pen stylus', 'rotate', 'cw'] with exit code 0 2017-11-11 01:44:27,436 - root - INFO - running ['xsetwacom', '--set', 'Wacom Co.,Ltd. Pen and multitouch sensor Pen eraser', 'rotate', 'cw'] with exit code 0 2017-11-11 01:44:35,796 - root - INFO - dbus signal indicates orientation change to normal 2017-11-11 01:44:37,219 - root - INFO - running ['xsetwacom', '--set', 'Wacom Co.,Ltd. Pen and multitouch sensor Finger touch', 'rotate', 'none'] with exit code 0 2017-11-11 01:44:37,224 - root - INFO - running ['xsetwacom', '--set', 'Wacom Co.,Ltd. Pen and multitouch sensor Pen stylus', 'rotate', 'none'] with exit code 0 2017-11-11 01:44:37,227 - root - INFO - running ['xsetwacom', '--set', 'Wacom Co.,Ltd. Pen and multitouch sensor Pen eraser', 'rotate', 'none'] with exit code 0
the xinput-calibrator is not helping at this point.
Do you have any hints?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the touchinput is not rotating in the right direction.
here is the output of the script:
./thinkpad_x1_yoga_rotation.py 2017-11-11 01:44:20,962 - root - INFO - detected wacom devices: ['Wacom Co.,Ltd. Pen and multitouch sensor Finger touch', 'Wacom Co.,Ltd. Pen and multitouch sensor Pen stylus', 'Wacom Co.,Ltd. Pen and multitouch sensor Pen eraser'] 2017-11-11 01:44:20,964 - root - INFO - found stylus Wacom Co.,Ltd. Pen and multitouch sensor Pen stylus 2017-11-11 01:44:20,964 - root - INFO - found finger touch Wacom Co.,Ltd. Pen and multitouch sensor Finger touch 2017-11-11 01:44:20,964 - root - INFO - found touchpad and trackpoints ['TPPS/2 IBM TrackPoint', 'SynPS/2 Synaptics TouchPad'] 2017-11-11 01:44:20,967 - root - INFO - connected to acpi socket <module 'socket' from '/usr/lib/python3.5/socket.py'> 2017-11-11 01:44:25,978 - root - INFO - dbus signal indicates orientation change to right-up 2017-11-11 01:44:27,429 - root - INFO - running ['xsetwacom', '--set', 'Wacom Co.,Ltd. Pen and multitouch sensor Finger touch', 'rotate', 'cw'] with exit code 0 2017-11-11 01:44:27,432 - root - INFO - running ['xsetwacom', '--set', 'Wacom Co.,Ltd. Pen and multitouch sensor Pen stylus', 'rotate', 'cw'] with exit code 0 2017-11-11 01:44:27,436 - root - INFO - running ['xsetwacom', '--set', 'Wacom Co.,Ltd. Pen and multitouch sensor Pen eraser', 'rotate', 'cw'] with exit code 0 2017-11-11 01:44:35,796 - root - INFO - dbus signal indicates orientation change to normal 2017-11-11 01:44:37,219 - root - INFO - running ['xsetwacom', '--set', 'Wacom Co.,Ltd. Pen and multitouch sensor Finger touch', 'rotate', 'none'] with exit code 0 2017-11-11 01:44:37,224 - root - INFO - running ['xsetwacom', '--set', 'Wacom Co.,Ltd. Pen and multitouch sensor Pen stylus', 'rotate', 'none'] with exit code 0 2017-11-11 01:44:37,227 - root - INFO - running ['xsetwacom', '--set', 'Wacom Co.,Ltd. Pen and multitouch sensor Pen eraser', 'rotate', 'none'] with exit code 0
the xinput-calibrator is not helping at this point.
Do you have any hints?
The text was updated successfully, but these errors were encountered: