LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-03-2005, 08:58 PM   #1
drache777
Member
 
Registered: Jan 2005
Distribution: Slackware 11.0
Posts: 40

Rep: Reputation: 15
Screensaver Problems


It could have been a serious, problem, but NOOOOOOOOOO it just had to be some minor irk that if not fixed COULD turn into a serious problem.
Every freakin distro I've ever tried, the screensaver has NEVER worked. I set it to automatically go off at about 6 minutes of idle time. Of course it just brings up a blank screen. Now if I right click on my desktop, Configure Desktop => Screen Savers and preview any one I want, it will work, without fail. But if I try to set it to run automatically... that blank screen comes up. Absolutely no idea what could be the cause.
Thanks fellas, and thanks Vgui for trying to help on that last post, I was writing my fix as you were sending your suggestion.
 
Old 08-03-2005, 09:02 PM   #2
Vgui
Member
 
Registered: Apr 2005
Location: Canada
Distribution: Slackware
Posts: 496

Rep: Reputation: 31
Hehe, maybe I'll get some help for you on this one.
So you are using xscreensaver? Maybe try running "xscreensaver -demo" from command line, and setting things up there. You should be able to run it as your local user, since each user has their own settings.
 
Old 08-03-2005, 09:13 PM   #3
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
Lets try this, change the group of xscreensaver. First find xscreensaver, it should be in /usr/bin in most distros. Once found run the command as root ' chgrp wheel xscreensaver '. This is one fix I have tried on Redhat/FC* distros.

From what I see it looks like you are using KDE. Another way is to disable screensaver from the configuration tool. Then start xscreensaver manual from a terminal screen run the command ' xscreensaver & '. When it starts you can make the changes you want. Note need to be quick to access the configuration tool or it will disappear. The way to access it again after that is run the command ' xscreensaver-demo '.

Brian1
 
Old 08-03-2005, 09:27 PM   #4
volvogga
Member
 
Registered: Aug 2004
Location: MI, USA
Distribution: Fedora Core 3
Posts: 137

Rep: Reputation: 15
I have been having the same problem for a while. Looking at your solution Brian (I have FC3), I wonder if the file you are refering to is

xscreensaver.kss

as that is the only one that I see in /usr/bin. Is that the correct file?

If so is the command still 'chgrp wheel xscreensaver' or would it be 'chgrp wheel xscreensaver.kss'?
 
Old 08-03-2005, 09:47 PM   #5
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
I don't think thats the one. I forget what kss extension means. Don't have time to look it up, but do a search for xcreensaver from the terminal session with the command ' whereis xscreensaver '. Since it is fc3 the first one worked for me. But was using the last one till I found the first answer. By the way, I am not using the xscreensaver rpm. I compiled from the source but still had the same problem till I did the chgrp command. Check back tommorrow.

Brian1
 
Old 08-03-2005, 09:53 PM   #6
volvogga
Member
 
Registered: Aug 2004
Location: MI, USA
Distribution: Fedora Core 3
Posts: 137

Rep: Reputation: 15
Thanks a lot. I will await your answer.
 
Old 08-07-2005, 05:23 PM   #7
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
Sorry for the delay, working. I pulled down a fc3 rpm of xscreensaver and the xscreensaver app is in the /usr/X11R6/bin directory. change the groupship.

Brian1
 
Old 08-07-2005, 09:02 PM   #8
volvogga
Member
 
Registered: Aug 2004
Location: MI, USA
Distribution: Fedora Core 3
Posts: 137

Rep: Reputation: 15
Thanks for the reply, and no problem about the delay. It's only a screensaver.

Unfortunately, the command either did not work, or I didn't enter it right. I used 'chgrp wheel xscreensaver' in the /usr/X11R6/bin/ subdirectory. Was that the right command, or was I supposed to substitute wheel for something (or something along those lines)?

It's not that big of deal. As long as I keep the setting to random it works just fine.

Also, drache, did you get your screensaver working?
 
Old 08-08-2005, 04:51 PM   #9
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
Just to make sure you left out the ' ' symbols. I used to define the beginning and end of the command so it would be this. Note it needs to be run as root access.

chgrp wheel xscreensaver

Brian1
 
Old 08-10-2005, 05:06 PM   #10
volvogga
Member
 
Registered: Aug 2004
Location: MI, USA
Distribution: Fedora Core 3
Posts: 137

Rep: Reputation: 15
Thanks for the reply, Brian.

This is what I entered for the command (tried it as both root and user), but it just didn't work for me. Oh well, I wasn't that worried about it anyway. I can't put a lot of time into the screensaver, so I will just live with it for now.

Thanks again for your time and effort.
 
  


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
KDE matrix_gl screensaver problems..... WTFisLinux? Linux - Newbie 1 04-22-2005 01:37 PM
ScreenSaver problems froycard Linux - Software 5 02-28-2005 05:18 PM
screensaver JROCK1980 Linux - Software 3 05-30-2004 01:45 AM
screensaver problems JROCK1980 Linux - Software 2 02-27-2004 02:38 PM
Two problems - OpenOffice1.1 & KDE Screensaver puppy Linux - Software 4 09-30-2003 04:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:50 PM.

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