![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Desktop Environments Support for your Ubuntu desktop. Including Gnome, KDE and XFCE. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
A Carafe of Ubuntu
![]() 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 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 Code:
cd ~/compizplugins 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 Code:
cd ~/compizplugins/atlantis2 make make install cd ~/compizplugins/freewins make make install cd ~/compizplugins/screensaver make make install Last edited by xfearxnxloathing; June 11th, 2009 at 01:08 AM.. |
|
|
|
|
|
#2 |
|
A Carafe of Ubuntu
![]() Join Date: Nov 2007
Beans: 120
|
Re: Install Compiz Effects; Screensaver, Freewins, Atlantis2
some responses would be nice =P
work/doesn't work?!?! |
|
|
|
|
|
#3 |
|
supercalifragilisticexpia lidocious
![]() |
Re: Install Compiz Effects; Screensaver, Freewins, Atlantis2
Moved to Desktop Environments
|
|
|
|
|
|
#4 |
|
A Carafe of Ubuntu
![]() Join Date: Nov 2007
Beans: 120
|
Re: Install Compiz Effects; Screensaver, Freewins, Atlantis2
Last edited by xfearxnxloathing; June 11th, 2009 at 12:46 AM.. |
|
|
|
|
|
#5 |
|
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 |
|
|
|
|
|
#6 |
|
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. |
|
|
|
|
|
#7 |
|
First Cup of Ubuntu
![]() Join Date: Oct 2006
Beans: 5
|
Re: Install Compiz Effects; Screensaver, Freewins, Atlantis2
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 |
|
|
|
|
|
#8 |
|
First Cup of Ubuntu
![]() Join Date: Nov 2009
Beans: 6
|
Re: Install Compiz Effects; Screensaver, Freewins, Atlantis2
how to turn off compiz?
|
|
|
|
|
|
#9 |
|
A Carafe of Ubuntu
![]() Join Date: Nov 2007
Beans: 120
|
Re: Install Compiz Effects; Screensaver, Freewins, Atlantis2
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|