Home > Xorg Screen Rotation with RandR and Nvidia

Xorg Screen Rotation with RandR and Nvidia

January 23rd, 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.


,

Comments are closed.