termux / termux-x11

Termux X11 add-on application.
https://termux.dev
GNU General Public License v3.0
1.85k stars 290 forks source link

[Bug]: Xrandr rotation: reflection "none" #555

Closed diejuse closed 4 months ago

diejuse commented 6 months ago

Problem description

I want to rotate the screen to "left" or "right" manually, using xrandr.

What steps will reproduce the bug?

xrandr -o left

What is the expected behavior?

It should work.

twaik commented 4 months ago

It should not. In normal conditions xrandr (and other programs manipulating display parameters) send command to change display viewport and only after that send command to change display orientation. That does not fit to current application architecture.