Firezap
December 7th, 2011, 12:01 AM
I got all of this info scattered from all over the Internet, and one thing is common, its older...So here is how to set it up (with the ability to still see the original desktop, like folders and files..) Doing this will allow you to have live backgrounds.
Before you start, you should install some cool screen savers, due to the fact we will use them as your background. So run this in terminal:
sudo apt-get install xscreensaver xscreensaver-gl-extra xscreensaver-data-extraWhen thats done, we need to get xwinwrap installed. You can get it here: http://tech.shantanugoel.com/projects/linux/shantz-xwinwrap (http://tech.shantanugoel.com/projects/linux/shantz-xwinwrap)
Direct link: http://tech.shantanugoel.com/resources/downloads/shantz-xwinwrap.zip
Just install the debs files from the zip, easy enough right?:)
Okay, xwinwrap is kinda hard to understand so I got the code for you...
xwinwrap -ni -argb -fs -o 0.4 -s -st -sp -b -nf -- /usr/lib/xscreensaver/glsnake -window-id WID -delay 10000The -o 0.4 part is the transparency, the lower the number the more transparent. When its set we can see through the screen saver so we can see the desktop still. The part here that says /usr/lib/xscreensaver/glsnake, is are screen saver file directer. Point it to another path and you will have different backgrounds. You can preview what you have by running the screensaver program we installed earlier.:)
You have to have opengl for this, so if you can not run compiz, this may not be a good idea. I am not responsible if your computer blows up and burns your house down.:lolflag:
Oh, if you want you can save the code as a startup script so you can have it on as soon as you log in as well.:P Hope it works good for you, and spares you the headache I had figuring this out. If the screen saver goes above your window your using, just grab it so it is on top again. Remember, this program is older and not really updated that much...Watch the Youtube video in the sources, it is a great example of what it will look like.
Sources:
http://tech.shantanugoel.com/projects/linux/shantz-xwinwrap
http://www.youtube.com/watch?v=AwbMnKpB3Tc&feature=related
http://www.khattam.info/howto-video-wallpaper-on-ubuntu-10-04-lucid-lynx-2010-02-15.html
Before you start, you should install some cool screen savers, due to the fact we will use them as your background. So run this in terminal:
sudo apt-get install xscreensaver xscreensaver-gl-extra xscreensaver-data-extraWhen thats done, we need to get xwinwrap installed. You can get it here: http://tech.shantanugoel.com/projects/linux/shantz-xwinwrap (http://tech.shantanugoel.com/projects/linux/shantz-xwinwrap)
Direct link: http://tech.shantanugoel.com/resources/downloads/shantz-xwinwrap.zip
Just install the debs files from the zip, easy enough right?:)
Okay, xwinwrap is kinda hard to understand so I got the code for you...
xwinwrap -ni -argb -fs -o 0.4 -s -st -sp -b -nf -- /usr/lib/xscreensaver/glsnake -window-id WID -delay 10000The -o 0.4 part is the transparency, the lower the number the more transparent. When its set we can see through the screen saver so we can see the desktop still. The part here that says /usr/lib/xscreensaver/glsnake, is are screen saver file directer. Point it to another path and you will have different backgrounds. You can preview what you have by running the screensaver program we installed earlier.:)
You have to have opengl for this, so if you can not run compiz, this may not be a good idea. I am not responsible if your computer blows up and burns your house down.:lolflag:
Oh, if you want you can save the code as a startup script so you can have it on as soon as you log in as well.:P Hope it works good for you, and spares you the headache I had figuring this out. If the screen saver goes above your window your using, just grab it so it is on top again. Remember, this program is older and not really updated that much...Watch the Youtube video in the sources, it is a great example of what it will look like.
Sources:
http://tech.shantanugoel.com/projects/linux/shantz-xwinwrap
http://www.youtube.com/watch?v=AwbMnKpB3Tc&feature=related
http://www.khattam.info/howto-video-wallpaper-on-ubuntu-10-04-lucid-lynx-2010-02-15.html