Install Screensavers for Ubuntu Desktop
To install a large collection of screensavers for Ubuntu Desktop, run the following command:
sudo apt install -y xscreensaver xscreensaver-*
If you like, you can remove the built-in screensaver (which just blanks the screen) using this command:
sudo apt remove gnome-screensaver
To get the screensaver to launch at startup (so that it can detect inactivity timeouts), add a startup program to call the following command:
xscreensaver -nosplash
Here are recommended screensavers for HMI use that are low in resource usage and not confusing for a user:
- Attraction
- BoxFit
- Eruption
- Euler2D
- FadePlot
- Fireworkx
- Flame
- FlipText (needs configuration)
- Flurry
- FontGlide (needs configuration)
- FuzzyFlakes
- Goop
- Halftone
- Halo
- Hexadrop
- Intermomentary
- Kumppa
- Lockward
- MetaBalls
- Noof
- Penrose
- Petri
- Piecewise
- Polyominoes
- PopSquares
- RaverHoop
- Rocks
- Rorschach
- ShadeBobs
- Starfish
- Surfaces
- Thornbird
- UnknownPleasures
- Vermiculate
- Voronoi
- WhirlWindWarp
- Wormhole
- XRaySwarm
- XSpirograph
Avoid the following as they could be confusing for a user and mistake it for the system messing up:
- Apple2
- BSOD
- Esper
- FilmLeader
- LCDScrub
- m6502
- MemScroller
- Phosphor
- VFeedback
- XAnalogTV
- XMatrix
- (Any screensaver which uses the screen image)
No Comments