Normally if you install Ubuntu, the effects are automatically installed and activated. You can check this by navigating to System > Preferences > Appearance and choose the last tab visual effects. If the effects are disabled, you need to activate them. If you are using a restricted driver for your graphic card you may need to do s0me additional work (at least I need to do).
For my Laptop with an ATI card installed I had to install the XGL server after I've activated the restricted ATI driver:
sudo apt-get install xserver-xglThis automatically activate the XGL server after the next restart of the X sub system. I was now able to activate the visual effects again.
For my desktop system I have a nVidia card which need some different actions. After activating the restricted drivers you have to restart X and install the configuration tool for the nVidia driver (if it's not included in the driver package, if I remember correctly it's part of the new driver package). Once this is done you have to execute the following command:
sudo nvidia-xconfig --add-argb-glx-visuals -d 24This did the trick with my card, otherwise all windows are shown without decoration after activating visual effects.
To customize the configuration you need to install the compiz config settings manager tool first. This one is need to make a custom made compiz configuration. If you are happy with the two choices that are already provided, you can skip this part:
sudo apt-get install compizconfig-settings-managerThis will add an entry to your System > Preferences > Appearance > Visual Effects tab called “Advanced Desktop Effects Settings”. Make sure that you have “extra effects” turned on by selecting Custom at the bottom. Clicking the Preferences button will launch the Compiz Config Settings Manager. Now you can change the following settings:
- rotate cube
- desktop cube
- cube caps
- expo
- wobbly windows
- water effect
- group and tab windows
- shift switcher
- rotate cube
- ctrl-alt-arrow or ctrl-alt-left-click and drag
- expo
- windows button-e
- water effects
- shift-f9 (toggle)
- group and tab
- select window with windows button-s
- group with windows button-t
- ungroup with windows button-u
- shift switcher
- windows button-tab
No comments:
Post a Comment