Xorg Screen Rotation with RandR and Nvidia

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.



Comments are closed