Posts Tagged: nvidia


1
Jun 09

Nvidia 180 Driver + Compiz Redraw Problem Easy Fix (Ubuntu)

For a while I have been experiencing some GUI redraw problems in both Ubuntu Intrepid and Ubuntu Jaunty that have severly affected the user experience. For example, in Geany, a text editor, when scrolling, parts of the text would disappear or appear in the wrong place giving a very buggy glitchy feel. Likewise, when using gnome-terminal and Tilda (another terminal), the display would often not redraw or text would appear in the wrong place. Worst of all was Openoffice Writer and VLC – where buttons or parts of the interface would simply disappear only to reappear when you mouseover!

I am running the latest stable Nvidia driver (180) from the main repositories and am using Compiz as a window manager. It turns out that this is a common problem (see launchpad bug here) and there is now a workaround that is easily implemented. The bug is related to Compiz and Nvidia and not the applications themselves. Here is the fix:

First install compizconfig-settings-manager if it is not already installed.

sudo apt-get install compizconfig-settings-manager

Launch CompizConfig Settings Manager

System -> Preferences -> CompizConfig Settings Manager

Now navigate to the utility section and click on the workarounds plugin. Enable the “force syncronization between X and GLX” option.

That’s it. The changes should be made effective immediately and hopefully you should not see any more artifacts or slow redraws when using the aforementioned applications. Hopefully this can be fixed properly by Nvidia or the Compiz developers sometime but for now this fix will do just fine.

Source: Nobody was born with Linux Knowledge


16
Feb 09

Install Nvidia Linux driver version 180 using apt-get

If you are experiencing poor graphics performance on your Ubuntu box – such as jerky scrolling in Firefox and sluggish 2D animations in applications such as cairo-dock and the ‘docky’ gnome-do, you may want to consider upgrading your nvidia drivers from nvidia-glx-177 or nvidia-glx-173 to the newer nvidia-glx-180 driver. Whilst this driver is not yet recommended by Ubuntu (and hence is not visible in Hardware Manager) it may well fix quite a lot of bugs you are experiencing and improve overall performance.

To install the drivers, simply fire up a terminal and enter the following command:

sudo apt-get install nvidia-glx-180 nvidia-180-modaliases

Once that is complete, reboot the computer and open up nvidia-settings in a terminal, it should now tell you that you are running the 180.* nvidia driver. Likewise, Hardware Manager should also tell you the same thing. If you experience any problems with the new driver, you should probably downgrade back to 177 or 173 until Ubuntu releases Jaunty Jackalope – but I haven’t run into any difficulties yet!