chrultrabook / docs

Centralized project documentation for chrultrabook
https://docs.chrultrabook.com/
Creative Commons Zero v1.0 Universal
67 stars 34 forks source link

Adding documentation to fix USI Stylus rotation. #173

Closed Xelef2000 closed 4 weeks ago

Xelef2000 commented 4 months ago

Some Chromebooks come with USI styluses. They work fine in the newest versions of KDE Plasma, but they have a rotation issue in GNOME. The issue is that the stylus does not rotate with the screen, so it is only usable in one orientation. This is a solution to this issue.

Now, this method solves the issue, but it is a bit complicated and not very beginner-friendly. We can upstream changes to libwacom which should solve the issue for one device, but this has to be done for every device manually. I don't know if there is a better way to solve this because this issue does not exist in KDE.

Xelef2000 commented 4 months ago

I also created a small script that does the same: https://github.com/Xelef2000/chromebook-linux-usi-stylus But I am unsure of its advocacy, since I only have one device to test it.

Xelef2000 commented 3 months ago

@ellyq Can we continue with this, or do you have additional suggestions?

ninelore commented 3 months ago

Mind rebasing and resolving merge conflicts? We have a new Workflow that I'd like to run before we merge

Xelef2000 commented 1 month ago

I think I made a mistake during the rebasing since all the new commits are also in this PR. How should I best proceed?

ninelore commented 1 month ago

fixed it. You might need to git pull --force locally