The Eternity Screensaver Project (http://launchpad.net/eternity) is a new screensaver which displays animations of raytraced scenes. There are a number of plugins including an Eternal Ubuntu animation featuring a spinning Ubuntu logo. Packages are available either from an online APT repository or by installing the .deb files directly. The packages have been tested under both Gnome and KDE. They also work if you're running Beryl/Compiz.
Here's a video showing the Eternal Ubuntu plugin:
http://video.google.com/videoplay?do...33444734552124
There's also an Ubuntu Satanic Edition plugin featuring 3 animations:
http://video.google.com/videoplay?do...11495134257826
Full installation instructions are available at:
http://parker1.co.uk/eternity/download.php
...but here's a quick HOWTO:
Using APT
1. Add the repository:
Edit your APT sources file:
Code:
sudo gedit /etc/apt/sources.list
Add the following lines to the end:
Code:
# Eternity Screensaver
deb http://ppa.launchpad.net/eternity/ubuntu feisty main
deb-src http://ppa.launchpad.net/eternity/ubuntu feisty main
Note: change feisty to gutsy if you're using Ubuntu 7.10
2. Install the packages
To install the screensavers:
Code:
sudo apt-get update
sudo apt-get install eternal-ubuntu
Note that you will get the following error during the installation:
Code:
WARNING: The following packages cannot be authenticated!
eternity-screensaver
Install these packages without verification [y/N]? y
This is because Launchpad's PPA service does not currently support package signing (see https://bugs.edge.launchpad.net/soyuz/+bug/125103).
For the Ubuntu Studio plugin, use:
Code:
sudo apt-get install eternal-studio
For the Ubuntu Satanic Edition plugin, use:
Code:
sudo apt-get install eternal-damnation
3. Select the screensaver
Run the Screensaver selection tool:
* Gnome: System->Preferences->Screensaver
* KDE: Right-click the desktop and select "Configure Desktop..."
The screensavers are called Eternity, Eternal Ubuntu, Eternal Ubuntu Studio and Eternal Damnation.
Installing from Packages
If you don't want to use the APT repository, you can just download the individual packages. See http://parker1.co.uk/eternity/download.php for links to these.
Any questions or problems, please let me know.
Also, if you have any animations to contribute I'd be glad to hear from you.
Thanks,
Garry.