How to rotate screen in Ubuntu using terminal?
Advertisement
In windows I can change screen orientation by Ctrl+Alt+[Arrow]. Is there such a shortcut in Ubuntu or how to define one?
Ubuntu
- asked 6 years ago
- B Butts
1Answer
Open terminal,
run: Code:
xrandr -o left
xrandr -o right
xrandr -o normal
- answered 6 years ago
- Community wiki


Your Answer