Xorg Screen Rotation with RandR and Nvidia
Posted by hardwarehank, Mon Jan 22 22:52:01 UTC 2007
To get rotation to work, jam this into the device section of xorg.conf:
Option “RandRRotation” “true”
Then you can use xrandr to rotate the screen:
xrandr -o left # Also 'normal', 'inverted', and 'right'
It rocks on my 21” Samsung LCD.

Blog Posts