Now that I have all main things up and running I’m going after the small stuff… like these eye candy effects called “desktop effects” in system menu.
Well, I tried them right after I got the nvidia card working properly, but I was experiencing the following problems:
- application windows got stuck to the desktop
- no way to turn the cube around
As usual, I googled this issue and I found out some useful posts on ubuntuforums.org and ubuntugeek.com.
Here is what I did (assuming that you have the nvidia drivers installed and running):
I opened a terminal session and typed
sudo nvidia-xconfig –add-argb-glx-visuals
then I enabled the desktop effects (both the wobbling windows and the cube) via system menu and went back to the terminal
gconftool-2 –type int –set /apps/compiz/general/screen0/options/hsize 4
gconftool-2 –type int –set /apps/compiz/general/screen0/options/number_of_desktops 1
You actually need these last two commands only if you want to enable the cube. Now restart the X-server pressing CTRL+ALT+BACKSPACE and check out if the windows are wobbling and if you have 1 or 4 workspaces.
Indeed the cube needs 2 or more workspaces to show-up. In case you still have problems open the editor typing
gconf-editor
and drill down the tree structure apps>compiz>general>screen0>options and set to 4 the hsize value. Quit and try holding down CTRL+ALT left-clicking and moving the mouse. The cube should appear. At least it worked for me… AIN’T NO VISTA BABE!
I attach here below some screenshots for those of you who still don’t have Ubuntu and prefer old stuff like XP or heavy stuff like Vista (try to do this with Vista if you can!)
Two screenshots of the “cube”. Please note that the video keeps playing! ![]()
![]()
A screenshot of the wobbling windows (unfortunately it’s not extremely good) and of the ALT+TAB application manager:
Interesting, isn’t it?




