monitor your screens with xrandr
What’s xrandr ? Xrand is a command that can be use to configure a screen resolution as well as many other parameters of a screen To use xrand open a shell and type
1 |
server # xrandr |
you should see the actual configuration of your screen(s) to rotate them you can use this command
1 |
xrandr --output SCREEN1 --rotate left |
(*note: SCREEN1 is […]
Also tagged dual screen, Linux, man, monitor, resolution, screen