How do I add a screensaver to the startup application? I have used this command:
xscreensaver -no-splash
What am I doing wrong or not doing? I am using the latest Ubuntu version.
How do I add a screensaver to the startup application? I have used this command:
xscreensaver -no-splash
What am I doing wrong or not doing? I am using the latest Ubuntu version.
xscreensaver
used to be the default screen saver in gnome and unity. A few years ago gnome came out with "environmentally friendly" screen saver that turns the screen black. Subsequently they broke xscreensaver with all it's fancy screen effects.
To use xscreensaver you must remove gnome-screensaver. From:
To summarize the commands:
sudo apt-get install xscreensaver xscreensaver-gl-extra xscreensaver-data-extra
sudo apt-get remove gnome-screensaver
xscreensaver -nosplash
Visit the link for screenshots and instructions of adding to autostart.
Also note after upgrades you may have to remove gnome-screensaver
again.
xscreensaver
is a separate application that requires removal ofgnome-screensaver
to function properly. – WinEunuuchs2Unix Nov 08 '19 at 23:35