Disabling screensavers in Ubuntu server

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?

2

1 Answer

Remove xscreensaver using

apt autoremove

This should fix it.

(As per OP's comment)

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like