Skip to content

Instantly share code, notes, and snippets.

@weakish
Created August 2, 2010 07:44
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weakish/504284 to your computer and use it in GitHub Desktop.
Save weakish/504284 to your computer and use it in GitHub Desktop.
rotate screen under X window system
Use the xrandr command:
xrandr -o normal|inverted|left|right
If you want permanent changes, use this option in the "Monitor" section of
/etc/X11/xorg.conf:
Option "Rotate" "right"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment