Topic: HOWTO: configure xscreensaver instead of gnome-screensaver
first of all, sorry for my lack of english
i have never been a fan of gnome-screensaver, the main reason is there aren't much options
and i think xscreensaver is a lot more interesting (espescially barcode and xmatrix
)
this is my first tutorial and it's written specifically for CrunchBang Linux (and any other ubuntu-derived distro using openbox) ![]()
to be honest, there are a lots of tutorials like this, but the others are kinda daunting to be followed by openbox
luckily openbox has its own autostart configuration so it's a lot easier to configure ![]()
ok let's get started
=====================================================
1. install these following packages
sudo apt-get install xscreensaver xscreensaver-gl xscreensaver-data xscreensaver-data-extra2. in this step you can either choose to remove gnome-screensaver entirely or just disable it (enabling xscreensaver and gnome-screensaver at the same time cause conflict)
- to remove simply :
sudo apt-get remove gnome-screensaver- to disable :
open autostart.sh in ~.config/openbox/autostart.sh
remove or comment the line just below the "# Start screensaver deamon"
save, then exit
3. now after you installed the packages, run "xscreensaver" via terminal, choose your favorite screensaver and settings and close
4. add "xscreensaver -nosplash" entry just below the "# Start screensaver deamon", it'll make xscreensaver daemon to be run each time the openbox start
5. edit menu.xml in ~.config/openbox/ and search for "Screensaver" string, then change the value between <execute> to xscreensaver-demo
that's all, hope it helps ![]()
Last edited by agaz (2009-02-03 08:23:43)