If you’ve got a pivoting monitor and happen to be using Ubuntu with an Nvidia video card there are a couple of ways you can enable pivoting.
First, if you’re using the default X.org drivers, you can make this quick hack to your xorg.conf file to pivot to your hearts content.
Open up a terminal session (Applications-> Accessories-> Terminal) and type the following:
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
gksu gedit /etc/X11/xorg.conf
You’ve just backed up your xorg.conf file and opened up a Gedit session so you can modify it.
Now, scroll through xorg.conf until you see the “Device” section for the NV drivers. It will probably look something like this:
Section “Device”
Identifier “some text about nvidia here”
Driver “nv”
Once you’ve found that, you’ll want to add the following line right below it:
Option “Rotate” “CW”
You can also add the option “Rotate” “CCW” for counter-clockwise rotation.
Now save your xorg.conf file.
This will allow you to rotate your monitor. You’ll have to either restart your computer, or restart Gnome.
To restart Gnome, save any open work you have and hit the CTRL-ALT-BKSPC keys.
If you’re using the propriatary Nvidia drivers, here’s what you have to do.
Find the same section, except the Driver line will look like this:
Driver “nvidia”
Below that, add the following option:
Option “RandRRotation” “on”
Again, you’ll have to restart Gnome or your computer to utilize this and make a few changes.
Once you’ve restarted, go to System > Preferences > Screen Resolution and choose either “left” or “right” for the rotation.
Also, you may want to say “pivot” out loud. It’s such a fun word!
Technorati Tags: rotate monitor, pivot monitor, monitor, pivot, ubuntu, pivot, gnome, pivot, howto















July 12th, 2007 at 10:36 am
Well, I happen to have both the Nvidia card and the pivot monitor, so this definitely caught my attention. I have to use software for it on Windows. I’ll be trying this out, thanks a lot!
July 12th, 2007 at 11:32 am
Nice!
July 13th, 2007 at 5:45 am
It worked fabulously! This is great, thanks! For myself, having the proprietary drivers, I used the second option. Cool! And no software!
July 13th, 2007 at 7:43 am
Great! Glad it works well for you.
February 26th, 2008 at 11:34 am
Xp user running
NVIDIA GeForce4 MX 4000 [Display adapter]
HP w2207 [Monitor] (22.0?vis, s/n CND7300T3W, July 2007)
With the HP and Nvidia proprietary drivers installed. When I try to install Ubuntu 7.10, I get a blank screen. How do I install drivers without a monitor? Should I uninstall the HP drivers? Clues would be most appreciated.
(Please be gentle. Grandma doesn’t speak geek!)
February 26th, 2008 at 11:35 am
Xp user running
NVIDIA GeForce4 MX 4000 [Display adapter]
HP w2207 [Monitor] (22.0?vis, s/n CND7300T3W, July 2007)
With the HP and Nvidia proprietary drivers installed. When I try to install Ubuntu 7.10, I get a blank screen. How do I install drivers without a monitor? Should I uninstall the HP drivers? Clues would be most appreciated.
(Please be gentle. Grandma doesn’t speak geek!)
March 31st, 2008 at 5:22 pm
Thanks a lot!
June 18th, 2008 at 10:14 am
skpmj mehg lzhr kbxniud
June 18th, 2008 at 5:19 pm
ylgh zsfnq lcajoyk pgjb
June 25th, 2008 at 9:00 am
qoeb cyrn sqoegj
July 1st, 2010 at 10:02 am
Thanks, after reading this post I proceed with my pivot problem.