We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On my device, where panel is logically in album orientation and physically oriented in landscape mode, cage is not taking in account that and output is always rotated on start. Rotation is defined in DTB here it seems https://github.com/torvalds/linux/blob/master/arch/arm64/boot/dts/rockchip/rk3566-powkiddy-x55.dts#L405 and with that normal VC/TTY is oriented properly.
The text was updated successfully, but these errors were encountered:
@emersion Is it something to be supported in the DRM backend of wlroots?
Sorry, something went wrong.
No, this is something to add to cage: https://github.com/swaywm/sway/blob/5a7477cb8f568ce4aeb852215ad40899f18f3d91/sway/config/output.c#L446
I am using wlr-randr to rotate the screen later via a control channel to the device, but it is not automated.
wlr-randr
No branches or pull requests
On my device, where panel is logically in album orientation and physically oriented in landscape mode, cage is not taking in account that and output is always rotated on start.
Rotation is defined in DTB here it seems https://github.com/torvalds/linux/blob/master/arch/arm64/boot/dts/rockchip/rk3566-powkiddy-x55.dts#L405 and with that normal VC/TTY is oriented properly.
The text was updated successfully, but these errors were encountered: