Recently I booted Ubuntu 18.04 Live USB and I faced annoying problem. Screen was rotated and there was no rotate options in settings
. I had to search not so obvious places in Internet, so I share this Q&A.
Recently I booted Ubuntu 18.04 Live USB and I faced annoying problem. Screen was rotated and there was no rotate options in settings
. I had to search not so obvious places in Internet, so I share this Q&A.
You should use
xrandr
command.xrandr -o normal
takes your screen back to normal (landscape) rotation.You can check this command typing
xrandr -o left
and then get back to normal.You can use these commands:
also
right
andinverted
I created a script here: https://gist.github.com/rubo77/d43cc5b3ff65d6df28b8b8c3c089f23b
with that script, you can simply call
Alternative, you can use CTRL+F8 to rotate using
see https://askubuntu.com/a/1184316/34298