Answers for "how to change screen rotation in elementary os"

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 "how to change screen rotation in elementary os"

Browse Popular Code Answers by Language