For reading some PDF docs or playing some games it is useful to rotate the screen.
open a terminal (ALT+F2 and type 'terminal') and type this
to return to normal type
rotation options are 'left', 'right, 'inverted' or 'normal' (type 'xrandr --help' for more options)
You can also reflect in x or y axis (I have no idea why you would want to do this) by typing 'xrandr -x' or 'xrandr -y'.
open a terminal (ALT+F2 and type 'terminal') and type this
Code:
xrandr -o left
to return to normal type
Code:
xrandr -o normal
rotation options are 'left', 'right, 'inverted' or 'normal' (type 'xrandr --help' for more options)
You can also reflect in x or y axis (I have no idea why you would want to do this) by typing 'xrandr -x' or 'xrandr -y'.