-
Notifications
You must be signed in to change notification settings - Fork 31
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 and Fractional Scaling #47
Comments
Is this for standard laptops or just for 2in1-s? |
Hm I also have fractional scaling working on my machine (Ubuntu 20.04.2, Kernel 5.11) |
Hrmm... I think the issue may be kernel version? charm ~:$ uname -a
Linux charm 5.8.0-63-generic #71-Ubuntu SMP Tue Jul 13 15:59:12 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
charm ~:$ cat /etc/issue
Ubuntu 20.10 \n \l Also, to be honest, I included fractional scaling in the title because that was another problem mentioned in the issue I linked to. I personally was experiencing problems with screen rotation. To test, run: $ xrandr --output <the output monitor> --rotate left Before making the modifications to my kernel line, this command completed without failure but the screen did not rotate. |
edit: Also works in kernel 5.8. Now i think it's related to the mesa version on Ubuntu 20.10 |
I have,
In the issue, that user had,
|
My version
Maybe mesa 21 fixes the bug |
Seems like a reasonable assumption. To be honest, I think the recommendation here isn't the above fix but rather to use ubuntu 20.04 when possible! |
Note for all, which may be useful for the README... to get screen rotation and fractional scaling to work you need to add the following to your kernel command line:
source: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1888088
The text was updated successfully, but these errors were encountered: