While monitoring performances on my Ubuntu server I've noticed these weird tasks taking up a lot of ressources: fiberlamp, xlyap, shadebobs
They seem to be a part of a screensaver package of sort which I've no interest in.
How can I disable screensavers using command lines?
21 Answer
Remove xscreensaver using
apt autoremoveThis should fix it.
(As per OP's comment)