LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 04-13-2014, 02:19 PM   #1
bscho
Member
 
Registered: Nov 2012
Location: London
Distribution: Mint 20, Kali, Peppermint, Ubuntu, MakuluFlash, Fedora 32, Windows 12 Lite, MakuluLinux
Posts: 821

Rep: Reputation: 28
Screen saver on Fedora 20


I am running Fedora 20 with 64bit software. (AMD 64 quad processor) I am having difficulty with the screen saver:

I can not get the options for a choice of screen saver. I click on Hardware- Display and Monitor -Screen Locker and I get the set-up window in the System Settings and the Screen saver gives only two options; Blank Screen and Random.

There is a test window with just a blue screen ikon. I select Random and click on the Test button the screen goes blank and I have to click on the blank screen to get back the desktop window. I have tried selecting Blank Screen and testing again: The same thing happens.

Anybody, have an idea how to get the screen savers back and have this work properly?
 
Old 04-14-2014, 06:21 PM   #2
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
Do you have the xscreensaver package installed? All I've got is xscreensaver-base, and my only option is a blank screen
 
Old 04-15-2014, 02:59 AM   #3
bscho
Member
 
Registered: Nov 2012
Location: London
Distribution: Mint 20, Kali, Peppermint, Ubuntu, MakuluFlash, Fedora 32, Windows 12 Lite, MakuluLinux
Posts: 821

Original Poster
Rep: Reputation: 28
screen saver on Fedora 20

Quote:
Originally Posted by RockDoctor View Post
Do you have the xscreensaver package installed? All I've got is xscreensaver-base, and my only option is a blank screen
I haven't got the xscreensaver installed. Where can I get it?

Thanks
 
Old 04-15-2014, 08:05 AM   #4
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
Code:
sudo yum install xscreensaver
 
Old 04-15-2014, 12:33 PM   #5
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
also all the screensavers should be turned of by default
as in the default setting is "black screen"

as for screen savers do a yum search
Code:
su -
yum search screen
and they will be in the output list

now you might want to install fedora-extras or rpmfusion
 
Old 04-23-2014, 08:50 AM   #6
scorpioofthewoods
Member
 
Registered: Mar 2006
Location: USA
Distribution: Fedora & Ubuntu
Posts: 215
Blog Entries: 2

Rep: Reputation: 20
Are you using Gnome? Some time ago they had the great idea to make the screensaver be only a blank screen. As suggested if you want to have other options you should install xscreensaver.

yum install xscreensaver

Though I believe this will only give you a blank screen as well. You will need to install more. Do a yum search and you should fine others to install. To get you started install the extras.

yum install xscreensaver-extras
 
Old 04-24-2014, 09:39 AM   #7
bscho
Member
 
Registered: Nov 2012
Location: London
Distribution: Mint 20, Kali, Peppermint, Ubuntu, MakuluFlash, Fedora 32, Windows 12 Lite, MakuluLinux
Posts: 821

Original Poster
Rep: Reputation: 28
screeensaver on fedora 20

I am using the kde and have loaded xscreensaver with

yum install xscreensaver

You are right it only has blank screen.
and will I will load yum install xscreensaver-extras

Thanks
 
Old 04-26-2014, 03:20 PM   #8
bscho
Member
 
Registered: Nov 2012
Location: London
Distribution: Mint 20, Kali, Peppermint, Ubuntu, MakuluFlash, Fedora 32, Windows 12 Lite, MakuluLinux
Posts: 821

Original Poster
Rep: Reputation: 28
screen saver

I have loaded the extras screensaver still no joy.
Thanks for your ideas
 
Old 04-28-2014, 01:57 PM   #9
scorpioofthewoods
Member
 
Registered: Mar 2006
Location: USA
Distribution: Fedora & Ubuntu
Posts: 215
Blog Entries: 2

Rep: Reputation: 20
Quote:
Originally Posted by bscho View Post
I have loaded the extras screensaver still no joy.
Thanks for your ideas
What is it doing? When you open xscreensaver settings does it show other screensavers? You will have to go in there and either set it to random or pick a different one. Until you change it it will default to the blank screen. This is going to be in a different place than the KDE screensaver.

I am not familar with KDE but you will probably have to disable its screensaver so that you will only be using xscreensaver.
 
Old 05-12-2014, 02:03 AM   #10
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Run this and you should have all of the screensavers installed after that.
It worked for me-

Code:
yum install xscreensaver-base xscreensaver-extras xscreensaver-extras-base xscreensaver-gl-base xscreensaver-gl-extras
 
1 members found this post helpful.
Old 12-18-2014, 01:48 PM   #11
nagehmai
LQ Newbie
 
Registered: Dec 2014
Posts: 4

Rep: Reputation: Disabled
If you're running KDE on FC20, you might also need to install kdeartwork-screensavers (yum install kdeartwork-screensavers). Mine didn't work until I did this.
 
Old 12-18-2014, 03:09 PM   #12
Ihatewindows522
Member
 
Registered: Oct 2014
Location: Fort Wayne
Distribution: Ubuntu 16.04 LTS
Posts: 616
Blog Entries: 2

Rep: Reputation: 166Reputation: 166
Running openSUSE KDE here and all I have is the xscreensavers, and they work just fine. Try restarting if you haven't already.

To set the screensaver, go to the System Settings>>Display>>Screen Locker and from there choose your screensaver.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to disable screen blank / screen saver on Red Hat Enterprise jearl28 Linux - Newbie 8 05-03-2013 10:41 AM
Using windows screen savers (using .scr screen saver files) RussellChamp Linux - Software 7 12-23-2008 02:21 PM
ATI 9200 SE screen flicker in screen saver gargamel Slackware 12 07-09-2005 04:10 PM
How to turn off screen blanking screen saver in run level 3? Arodef Linux - Software 1 01-04-2005 12:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 10:41 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration