![]() |
|
|
|
|
#1 |
|
Junior Member
Join Date: Mar 2017
Posts: 3
|
Stefan, awesome, thanks for this. Rotation works fine on my Intel HD4000.
I have reduced your xorg config to this: Code:
Section "Device" Identifier "intel" Option "kmsdev" "/dev/dri/card0" Option "PageFlip" "off" EndSection Section "Device" Identifier "USB3" BusID "USB" Driver "modesetting" Option "kmsdev" "/dev/dri/card1" Option "PageFlip" "off" EndSection compton --glx-use-copysubbuffermesa --glx-no-rebind-pixmap (I'm using compton with openbox) My only complain is CPU usage. With glxgears running I get 40% usage on one core... is this normal? taiki - try removing the RandRRotation and rotate options. It rotates fine for me without those. Last edited by Conassa; 03-06-2017 at 12:45 PM. |
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Mar 2017
Posts: 1
|
Thanks for the information and research, rotation works like a charm here as well, after some fiddling! (Gnome Shell on Antergos/Arch Linux)
I have an Asus MB169B+ that I bought without properly researching whether screen rotation would work on Linux, and was quite shocked to find that it didn't out of the box. I tried a number of variations, based on the experience of the other people in this thread, and found that it didn't really work properly without having all the lines: Code:
Section "Device" Identifier "intel" Driver "modesetting" Option "kmsdev" "/dev/dri/card0" Option "PageFlip" "off" Option "SWCursor" "on" Option "ShadowFB" "true" EndSection Section "Device" Identifier "USB3" BusID "USB" Driver "modesetting" Option "kmsdev" "/dev/dri/card1" Option "PageFlip" "off" Option "SWCursor" "on" Option "ShadowFB" "true" EndSection Also really hope Wayland will be supported soon and screen rotation will just work out of the box there. :-) |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Jan 2021
Posts: 1
|
It took me a while to get rotation to work with my Asus MB16A display, so I figured I’d post something in case it helps other users.
The solution posted by Eevey (almost 4 years ago!) for their Asus MB169B+ also works with the MB16A on Arch Linux. |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|