Ubuntu – Is the graphics card supported by Gnome 3

11.04gnomeintel graphics

I was running Maverick very fluently, before I upgraded to Natty. However, the display performance seems fall down. For example, zoom desktop is very well in Maverick, but very slow in Natty.

I think it's caused by Unity. So I installed Gnome 3, using the source deb http://ppa.launchpad.net/gnome3-team/gnome3/ubuntu natty main.

After installed Gnome 3, unfortunately it runs in fallback mode, and said maybe my graphics hardware is not supported.

$ lspci |grep -i vga
00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 10)

Should I have to upgrade my graphics card? The card is bought 2 years ago, though.

Best Answer

Unity is implemented as a Compiz plugin, therefore it is just like a standard Compiz effect. Compared to standard Compiz effects, Unity uses quite a few hardware features of the graphics card. In addition, Compiz has been available on Linux for many years, therefore it is quite mature.

On the other hand, GNOME Shell has Mutter, a new window manager that does not use Compiz. Therefore, there will be differences. Mutter might have some bugs, or it might be even speedier than with Compiz. GNOME Shell cannot do all these Compiz 3D effects such as Cube, because it does not use Compiz.

What you should do is try out both, and look for any debugging messages that may explain performance issues.