Replies: 1 comment 1 reply
-
|
Not sure how to best handle this. We might need to exclude the transform based on panel orientation from niri msg outputs. Need to see how Mutter and GNOME Settings behaves. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a laptop that by default has the screen rotated (1200x1920 is the native resolution), so I added
video=DSI-1:panel_orientation=rightto my kernel cmdline to correct this.However, this has a strange side-effect:
niri msg outputsshowsTransform: 270° counter-clockwiseby default. If I try to actually applyniri msg output DSI-1 transform 270, this actually rotates the screen andniri msg outputsshowsTransform: 180°.While
niri msg outputsseems to actually be correct, taking into account the kernel-level rotation, I'm curious how it does this? I was creating a small script that persists the current state ofniri msg outputsto a.kdlfile but this ended up being a bad idea since every run would rotate the screen.Beta Was this translation helpful? Give feedback.
All reactions