Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Main Support Categories > Desktop Environments
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Desktop Environments
Support for your Ubuntu desktop. Including Gnome, KDE and XFCE.

 
Thread Tools Display Modes
Old June 10th, 2009   #1
xfearxnxloathing
A Carafe of Ubuntu
 
xfearxnxloathing's Avatar
 
Join Date: Nov 2007
Beans: 120
Install Compiz Effects; Screensaver, Freewins, Atlantis2

This is once you've gotten compiz up, running and functional! UBUNTU Jaunty Jackalope

Step 1: Open Terminal and type:
Code:
sudo apt-get install compiz-bcop compiz-dev build-essential libxcomposite-dev libpng12-dev libsm-dev libxrandr-dev libxdamage-dev libxinerama-dev libstartup-notification0-dev libgconf2-dev librsvg2-dev libdbus-1-dev libdbus-glib-1-dev libgnome-desktop-dev x11proto-scrnsaver-dev libxss-dev libxslt1-dev libtool libgl1-mesa-dev and libglu1-mesa-dev
(apparently you have to have dev stuff installed to use them..)

Step 2: Turn off Compiz! ((Compiz Switch) just for safety may work without doing so if you want to take a chance.)

Step 3: Create a folder to keep the plugin sources in: Open Terminal or type in same from above:
Code:
mkdir ~/compizplugins
then:
Code:
cd ~/compizplugins
Step 4: Download the plugin source code using git: Again with the terminal and type:
Code:
git clone git://anongit.compiz-fusion.org/users/metastability/atlantis2
git clone git://anongit.compiz-fusion.org/users/warlock/freewins
git clone git://anongit.compiz-fusion.org/users/pafy/screensaver
Step 5: Compile the individual plugins by switching to their directories and running make and make install: Terminal
Code:
cd ~/compizplugins/atlantis2
make
make install
cd ~/compizplugins/freewins
make
make install
cd ~/compizplugins/screensaver
make
make install
Step 6: Log out and back in to restart Compiz and your current session. Next make your way to compiz-settings-manager and look under: Extras (screensaver), Effects (Cube Atlantis & Freely Transformable Windows (freewins)).


Last edited by xfearxnxloathing; June 11th, 2009 at 01:08 AM..
xfearxnxloathing is offline   Reply With Quote
Old June 10th, 2009   #2
xfearxnxloathing
A Carafe of Ubuntu
 
xfearxnxloathing's Avatar
 
Join Date: Nov 2007
Beans: 120
Re: Install Compiz Effects; Screensaver, Freewins, Atlantis2

some responses would be nice =P

work/doesn't work?!?!
xfearxnxloathing is offline   Reply With Quote
Old June 10th, 2009   #3
overdrank
supercalifragilisticexpia lidocious
 
overdrank's Avatar
 
Join Date: Feb 2007
Location: 30° 25' N 87° 13' W
Beans: 13,991
Ubuntu 9.04 Jaunty Jackalope
Send a message via Yahoo to overdrank
Re: Install Compiz Effects; Screensaver, Freewins, Atlantis2

Moved to Desktop Environments
overdrank is offline   Reply With Quote
Old June 10th, 2009   #4
xfearxnxloathing
A Carafe of Ubuntu
 
xfearxnxloathing's Avatar
 
Join Date: Nov 2007
Beans: 120
Re: Install Compiz Effects; Screensaver, Freewins, Atlantis2

Quote:
Originally Posted by overdrank View Post
Moved to Desktop Environments
sry =]

Last edited by xfearxnxloathing; June 11th, 2009 at 12:46 AM..
xfearxnxloathing is offline   Reply With Quote
Old July 3rd, 2009   #5
sparazza
First Cup of Ubuntu
 
Join Date: Apr 2008
Beans: 2
Re: Install Compiz Effects; Screensaver, Freewins, Atlantis2

It works!

For me the correct dependences are:
compiz-fusion-bcop instead of compiz-bcop and git-core

Sparazza
sparazza is offline   Reply With Quote
Old September 27th, 2009   #6
jbryant
First Cup of Ubuntu
 
Join Date: Jan 2008
Beans: 6
Ubuntu 9.04 Jaunty Jackalope
Re: Install Compiz Effects; Screensaver, Freewins, Atlantis2

Forgive a noob, but I'm getting an error when I try to make:
Code:
make: *** No targets specified and no makefile found.  Stop.
jbryant is offline   Reply With Quote
Old October 27th, 2009   #7
zcat
First Cup of Ubuntu
 
Join Date: Oct 2006
Beans: 5
Re: Install Compiz Effects; Screensaver, Freewins, Atlantis2

Quote:
Originally Posted by xfearxnxloathing View Post
some responses would be nice =P

work/doesn't work?!?!
in the first apt-get install, compiz-bcop is now (jaunty) called compiz-fusion-bcop, and also might be an idea to put git-core in there as well so the next step works.

Also was the 'Auto Nice Daemon' package intended, or was that the word 'and' between the last two packages in the list? I've left it in because it does no harm..

As a single shell script (not tested yet but I hacked this up just now because I have several machines here and I'm lazy)

Code:
#!/bin/bash

sudo apt-get install compiz-fusion-bcop compiz-dev build-essential libxcomposite-dev libpng12-dev libsm-dev libxrandr-dev libxdamage-dev libxinerama-dev libstartup-notification0-dev libgconf2-dev librsvg2-dev libdbus-1-dev libdbus-glib-1-dev libgnome-desktop-dev x11proto-scrnsaver-dev libxss-dev libxslt1-dev libtool libgl1-mesa-dev libglu1-mesa-dev and git-core
mkdir ~/compizplugins && cd ~/compizplugins

git clone git://anongit.compiz-fusion.org/users/metastability/atlantis2
git clone git://anongit.compiz-fusion.org/users/warlock/freewins
git clone git://anongit.compiz-fusion.org/users/pafy/screensaver

cd ~/compizplugins/atlantis2 && make && make install
cd ~/compizplugins/freewins && make && make install
cd ~/compizplugins/screensaver && make && make install
zcat is offline   Reply With Quote
Old November 20th, 2009   #8
iPCGuy
First Cup of Ubuntu
 
Join Date: Nov 2009
Beans: 6
Re: Install Compiz Effects; Screensaver, Freewins, Atlantis2

how to turn off compiz?
iPCGuy is offline   Reply With Quote
Old 4 Weeks Ago   #9
xfearxnxloathing
A Carafe of Ubuntu
 
xfearxnxloathing's Avatar
 
Join Date: Nov 2007
Beans: 120
Re: Install Compiz Effects; Screensaver, Freewins, Atlantis2

Quote:
Originally Posted by iPCGuy View Post
how to turn off compiz?
System>Administration>Synaptic Package Manager, type Compiz-Switch
xfearxnxloathing is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:53 PM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry