Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

screen rotation in linux

xrandr --output $(xrandr |grep eDP|cut -d" " -f1) --rotate left
xrandr --output $(xrandr |grep eDP|cut -d" " -f1) --rotate normal
Source by askubuntu.com #
 
PREVIOUS NEXT
Tagged: #screen #rotation #linux
ADD COMMENT
Topic
Name
5+2 =