johhnylatey
Posts: 9
Joined: Thu Sep 12, 2019 1:57 pm

Xscreensaver alternative

Thu Sep 12, 2019 2:02 pm

Hello,

Have a Pi4. Xscreensaver is the only screensaver I can find for Raspbian. Is there any others? Problems I've had with it: Won't open, window flashes then closes. Fix is to go Menu / Preferences / <Right click Properties>Screensaver. Click Desktop Entry tab and check Execute in Terminal, then OK button.

Then when you open it you will see the first error message which can be solved by Googling the CLI error and then downloading some extra packages. When done, you can go back to Properties and uncheck "Execute in Terminal Window".

Xsceensaver though will do as you set in the Screensaver Preferences, except after a certain time the screensaver will stop and the login box in blazing white appears.

I realise that "By default, the Raspberry Pi Desktop does not have any easy-to-use screensaver software installed" ... but why not? Could the devs answer why such a simple app isn't included?

pcmanbob
Posts: 9298
Joined: Fri May 31, 2013 9:28 pm
Location: Mansfield UK

Re: Xscreensaver alternative

Sat Sep 14, 2019 11:19 am

I don't see why you are having problems installing Xscreensaver, on my pi4 I just did the following commands

Code: Select all

sudo apt-get update
sudo apt-get install xscreensaver
then once the install was finished I did a reboot and the Xscreensaver was to be found in the menu under the Preferences option and just works .

So how did you do your install of Xscreensaver ?
We want information… information… information........................no information no help
The use of crystal balls & mind reading are not supported

User avatar
graysky
Posts: 98
Joined: Fri Apr 05, 2013 11:43 am
Location: /run/user/1000
Contact: Website

Re: Xscreensaver alternative

Sat Sep 14, 2019 11:43 am

Xscreensaver is the standard. Open a terminal and type: xscreensaver-demo

What happens? If you see a crash, add the --debug option and post the output.

Return to “General discussion”