-
-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
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
Screen Rotation #459
Comments
Mmmm that's an interesting use case, I'm not sure if I'll be able to fix this. Could you share your script? I can give it a try. |
Of course! Here are the commands that I use to rotate the screen and the inputs:
By setting the matrix to |
I am interested in seeing your solution (if there is one). I've been doing research trying to implement this in my fork of Gebaar without pulling in too many new dependencies. |
Just implemented a very rough version of this functionality at NICHOLAS85/gebaar-libinput@b37f412. It basically looks at the inputs |
very interested in this as well! |
Hi! Sorry for taking so long to fix this, I've been busy working on other stuff. I just fixed this on master. @giotherobot , @chgardener if you want to test it (I'd really appreciate it) you can compile the latest source code following this instructions: Or, you can install the package from the daily PPA: Remember to remove the daily PPA and go back to the stable one once you are done with testing 😄 Feel free to reopen the issue if the patch doesn't work. @NICHOLAS85 thanks for the tip, but I implemented it in a different way to avoid problems matching libinput devices and X11 devices, because it is a little bit problematic, specially with input devices that have multiple inputs associated on X11. |
Compiled as soon as I saw this closed, seems to work fine! Thanks, wonderful job! |
Cool! Thanks for testing it. If nobody find bugs, I'll release v2.0.9 in a few of days so this can go into a stable build 👍 |
Works like a charm! Thank you :) |
Since I'm using a convertible device (Dell Inspiron 14 2in1) with KDE that does not support screen rotation by itself. I use a script to monitor the orientation sensor and rotate the screen nd input devices accordingly. The gestures on the touchscreen do not follow the screen rotation though so a swipe UP on the normal screen becomes a Swipe Left on the rotated screen. It's still workable but takes a bit of thought. Is there any way to solve this?
The text was updated successfully, but these errors were encountered: