Answers for "how to rotate screen linux"

1

screen rotation in linux

xrandr --output $(xrandr |grep eDP|cut -d" " -f1) --rotate left
xrandr --output $(xrandr |grep eDP|cut -d" " -f1) --rotate normal
Posted by: Guest on May-29-2021
0

set ubuntu display landscape

xrandr -o normal
xrandr -o left
xrandr -o rigth
Posted by: Guest on October-10-2020

Code answers related to "how to rotate screen linux"

Browse Popular Code Answers by Language