I was wondering if there's any sort of package or something I could install in Ubuntu 13.10 to allow a graphical screensaver. I really do not like the blank black screen when the display turns off. I prefer abstract/colorful/exciting things over complete blackness. It reminds me of night which I think is bleak and boring. So any advice would be nice. Thanks
Asked
Active
Viewed 160 times
0
-
2Possible duplicate - http://askubuntu.com/a/64132/148826 – Nabil Feb 26 '14 at 02:25
1 Answers
0
Xscreensaver
XScreenSaver is the standard screen saver collection shipped on most Linux and Unix systems
Installation:
$ sudo apt-get install xscreensaver
For extra screensaver:
$ sudo apt-get install xscreensaver-data-extra xscreensaver-gl-extra
You also need to replace genome-screensaver with xscreensaver. Here is the article on how to replace it.

Aatish Sai
- 827
- 7
- 17