Results 1 to 5 of 5

Thread: Installing and using Compiz-Fusion on Ubuntu

  1. #1
    Join Date
    Jan 2009
    Posts
    1,738

    Installing and using Compiz-Fusion on Ubuntu

    What is Compiz-Fusion?

    Compiz Fusion is a collection of plugins and a configuration system for the Compiz compositing window manager for the X Window System. Compiz Fusion is the result of a merge between the old Compiz community plugin set "Compiz Extras" and the parts of the Beryl project that are independent of the window manager core.

    The aim of the project is to port almost all of the features of Beryl to Compiz plugins, and continue to write further Compiz plugins. At the same time, Beryl has been discontinued and Compiz will add some of the core changes made by Beryl to the Compiz core.

    Compiz : Compiz is one of the first compositing window managers for the X Window System that uses 3D graphics hardware to create fast compositing desktop effects for window management. The effects, such as a minimization effect and a cube workspace are implemented as loadable plugins. Because it conforms to the Inter-Client Communication Conventions Manual standard, Compiz can substitute for the default Metacity in GNOME or KWin in KDE.

    Have a look at this video : http://video.google.com/videoplay?do...+fusion+ubuntu

  2. #2
    Join Date
    Jan 2009
    Posts
    1,738

    Re: Installing and using Compiz-Fusion on Ubuntu

    Install Compiz & Compiz Fusion plugins

    Press Alt + F2. This will bring up terminal window.

    Ubuntu :

    Now type the following code :
    Code:
    sudo apt-get install compiz compizconfig-settings-manager
    Kubuntu:
    If you want to install Compiz-Fusion on Kubuntu you will require some common packages.

    Now type the following code :
    Code:
    sudo apt-get install  compiz compizconfig-settings-manager  compiz-kde compiz-fusion-plugins-main compiz-fusion-plugins-extra  emerald librsvg2-common
    This is a single code so don't split it.

    If you want to install the window decorations, then you most likely need the compiz-kde, or emerald packages.

  3. #3
    Join Date
    Jan 2009
    Posts
    1,738

    Re: Installing and using Compiz-Fusion on Ubuntu

    Running Compiz[/B]

    To run Compiz for the current session, Press Alt + F2 to bring up terminal. Now type :
    Code:
    compiz --replace
    Configuring Compiz

    To configure Compiz and associated plugins, type the following code in terminal :

    Code:
    ccsm
    If ccsm is not installed, you can install it from the compizconfig-settings-manager package.

    Ubuntu: System -> Preferences -> CompizConfig Settings Manager

    Kubuntu: KMenu -> Settings -> CompizConfig Settings Manager or KMenu -> Settings -> Advanced Desktop Effects Settings

    You can select different themes with the emerald-theme-manager tool. To download the themes for emerald You must first install subversion, then activate the theme repositories.

    Code:
    sudo apt-get install subversion
    Code:
    svn ls https://svn.generation.no/emerald-themes
    You can then use the "Fetch GPL'd themes" button of The "emerald-theme-manager" tool.

  4. #4
    Join Date
    Jan 2009
    Posts
    1,738

    Re: Installing and using Compiz-Fusion on Ubuntu

    Window Decorators

    Currently there are 3 choices in what window decorator to use. They work with compiz to give your windows the various borders, and widgets.

    GTK Window Decorator

    The GTK Window Decorator is the default window decorator provided with the Compiz package. It provides basic window borders and shadow support. It consists of two themes, Cairo decorations and Metacity decorations. GTK Window Decorator requires GNOME as it uses GConf to store it's settings.

    command :
    Code:
    gtk-window-decorator --replace
    KDE Window Decorator

    The KDE Window Decorator is an alternate decorator provided by the Compiz Core package. It provides the utility of using your current KWin theme with Compiz. KDE Window Decorator requires KWin and other KDE components. KDE Window Decorator queries Compiz via DBUS for its settings.

    command :
    Code:
    kde-window-decorator --replace
    Emerald Window Decorator

    The Emerald Window Decorator is a custom window decorator shipped with Compiz Fusion that allows for theming and full composite window decorations with the use of engines. Emerald allows for all sorts of different configurations and layouts of buttons, look, title bars and frames. Emerald Window Decorator is completely independent of any desktop, and you specify your own themes to use for it. The Decoration plugin must be enabled in order for Emerald Window Decorator to function.

    command :
    Code:
    emerald --replace

  5. #5
    Join Date
    Jan 2009
    Posts
    1,738

    Re: Installing and using Compiz-Fusion on Ubuntu

    Add Compiz to Startup

    This is an optinal feature.

    Ubuntu

    Go to System -> Preferences -> Desktop Effects and click 'Enable Desktop Effects'

    Kubuntu

    Type in these commands in terminal :

    Code:
    echo "compiz --replace" > ~/.kde/Autostart/startcompiz.sh
    Code:
    chmod +x ~/.kde/Autostart/startcompiz.sh

Similar Threads

  1. Enable Compiz on Ubuntu 11.04
    By DougWison in forum Operating Systems
    Replies: 4
    Last Post: 07-09-2011, 10:24 AM
  2. Tips to modify Compiz setting in Ubuntu
    By Nathen in forum Tips & Tweaks
    Replies: 1
    Last Post: 06-09-2011, 07:56 PM
  3. Problem with compiz fusion in Backtrack 4 Final
    By Dewei in forum Operating Systems
    Replies: 6
    Last Post: 09-05-2010, 12:28 AM
  4. Compiz fusion for vista
    By robin45 in forum Operating Systems
    Replies: 3
    Last Post: 07-07-2009, 08:27 PM
  5. Installing Ubuntu programs on Fusion
    By Simpson in forum Operating Systems
    Replies: 2
    Last Post: 10-11-2008, 06:59 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,046,064.29480 seconds with 17 queries