Answers for "linux how to rotate screen"

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

Code answers related to "linux how to rotate screen"

Browse Popular Code Answers by Language