LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-04-2006, 03:38 PM   #1
kwikness
Member
 
Registered: Apr 2006
Location: MA
Distribution: Slackware 13
Posts: 67

Rep: Reputation: 15
Screensaver issues on KDE


Hey guys, I seem to be having a little trouble with my screensaver. I'm running KDE on Slackware. When I go to the screensaver configuration screen, there's an option to 'Test' the screensaver. When I click Test, the screensaver displays correctly and prompts for a password input when the screensaver is interrupted by clicking.

When the screensaver runs on it's own.. I just get a blank screen instead of the selected screensaver being displayed. When I click, I'm still prompted for a password and i'm able to log back in without problems, the screensaver is just never displayed. Why would the 'test' work, but the real deal wouldn't?

P.S. The matrix screen saver is SWEET!
 
Old 05-04-2006, 04:49 PM   #2
TSquaredF
Member
 
Registered: Dec 2005
Location: "The South Coast of Texas"
Distribution: Slackware64-current
Posts: 564

Rep: Reputation: Disabled
I have never been completely happy with the way the KDE implementation of xscreensaver works. So, I ensure that xscreensaver is disabled in the KDE Control Canter and that the Slackware package for xscreensaver is installed. Then I do the following:
In /home/bill/.kde/Autostart/ I place a file named xscreensaver.desktop.
This file should contain the lines:
Code:
[Desktop Entry]
Exec=xscreensaver -no-splash
Name=XScreensaver
Type=Application
X-KDE-StartupNotify=false
Permissions should be set 644. This will start xscreensaver whenever KDE starts. xscreensaver can then be configured using the xscreensaver-demo program from the command line.
 
Old 05-04-2006, 07:05 PM   #3
kodon
Member
 
Registered: Jul 2004
Location: [jax][fl][usa]
Distribution: Slackware64-current
Posts: 796

Rep: Reputation: 31
the faq on xscreensaver site
addresses how poor kde is
 
Old 05-05-2006, 02:36 AM   #4
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
I had this problem in FreeBSD and adding "DPMS-dependent=false" in the screensaver section of ~/.kde/share/config/kdesktoprc solved the problem. No need to use xscreensaver.

Last edited by reddazz; 05-05-2006 at 02:37 AM.
 
Old 05-05-2006, 08:48 AM   #5
-=Graz=-
Member
 
Registered: Jan 2006
Location: Australia
Distribution: Fedora, Slackware, RHEL, AIX, HP-UX
Posts: 358

Rep: Reputation: 31
oh i knew that this would be too good to be true =)
i have the same problem bur DPMS-dependent=false" is already in this file - i have a feeling mine has to do with APM though as i have a laptop and it seems to blank the screen rather than run the screen saver - i have setting 'make aware of power management' in KDE turned off as well...
 
Old 05-05-2006, 09:20 AM   #6
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Quote:
Originally Posted by -=Graz=-
oh i knew that this would be too good to be true =)
i have the same problem bur DPMS-dependent=false" is already in this file - i have a feeling mine has to do with APM though as i have a laptop and it seems to blank the screen rather than run the screen saver - i have setting 'make aware of power management' in KDE turned off as well...
I use kpowersave on my laptop and it can handle multiple profiles depending on the situation. If you enable APM, you could configure kpowersave to blank the screen when you are using the battery and run a screensaver when you are using an AC electricity.
 
Old 05-05-2006, 11:20 PM   #7
kwikness
Member
 
Registered: Apr 2006
Location: MA
Distribution: Slackware 13
Posts: 67

Original Poster
Rep: Reputation: 15
Screw KDE. I'm using Gnome now and I like it much better. Screensavers along with everything else work beautifully.
 
Old 05-07-2006, 07:36 AM   #8
TSquaredF
Member
 
Registered: Dec 2005
Location: "The South Coast of Texas"
Distribution: Slackware64-current
Posts: 564

Rep: Reputation: Disabled
Screensaver issues on KDE

Quote:
I'm using Gnome now and I like it much better.
Well, I'm glad that you are happy, but
Quote:
Screw KDE.
is not a statement that is liable to encourage me to try to help you again.
Bill
 
Old 05-07-2006, 09:14 AM   #9
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Quote:
Originally Posted by kwikness
Screw KDE. I'm using Gnome now and I like it much better. Screensavers along with everything else work beautifully.
I am not sure such a statement is justified just because KDE screensavers work fine for other people. I have noticed that the probelm is common in Slackware (I have a thread about this somewhere in the Slack forum) so don't rush to blame or curse KDE.
 
Old 05-07-2006, 09:52 AM   #10
Xian
Member
 
Registered: Feb 2004
Location: 33.31N -111.97W
Distribution: SuSE
Posts: 919

Rep: Reputation: 32
Quote:
Originally Posted by reddazz
I have noticed that the probelm is common in Slackware (I have a thread about this somewhere in the Slack forum) so don't rush to blame or curse KDE.
I've run across the issue on other distros and there are some bug reports at KDE regarding these instances going back a number of years, for which there has been no official resolution. As for the distros that have no such problems, I'm not sure if they have fixed the issue in-house or just have some configuration that prevents the problem for coming into play. In any case, I would encourage anyone who continues to have issues to file these as a bug with either their own distro or KDE.
 
Old 06-02-2006, 07:33 PM   #11
R_Shackleford
Member
 
Registered: May 2003
Location: Earth
Distribution: Slackware
Posts: 76

Rep: Reputation: 15
Quote:
Originally Posted by reddazz
I had this problem in FreeBSD and adding "DPMS-dependent=false" in the screensaver section of ~/.kde/share/config/kdesktoprc solved the problem. No need to use xscreensaver.
Thank you! My screensaver now starts as it should.
 
Old 08-04-2006, 12:23 PM   #12
LocoMojo
Member
 
Registered: Oct 2004
Distribution: Slackware 12
Posts: 165

Rep: Reputation: 30
Quote:
Originally Posted by reddazz
I had this problem in FreeBSD and adding "DPMS-dependent=false" in the screensaver section of ~/.kde/share/config/kdesktoprc solved the problem. No need to use xscreensaver.
I got all excited to see the following in the kde-3.5.4 changelog:

Quote:
Fix kscreensaver not starting. Fixes bug 128610. See SVN commit 548008.
I've had problems with KDE's screensaver for a long time now so I've been using xscreensaver instead.

Anyway, argghhh, I was disappointed to see that the kde-3.5.4 upgrade on my Slackware -current box didn't actually solve the problem. I decided to, once and for all, figure this damn thing out and I came to this thread. The above solution worked a dream.

Saaaweeeeet!

Thanks reddazz!

LocoMojo
 
Old 08-04-2006, 01:14 PM   #13
marnold
Member
 
Registered: Dec 2005
Distribution: Slackware64 15.0 Multilib
Posts: 313

Rep: Reputation: 52
Quote:
Originally Posted by LocoMojo
I got all excited to see the following in the kde-3.5.4 changelog:

I've had problems with KDE's screensaver for a long time now so I've been using xscreensaver instead.

Anyway, argghhh, I was disappointed to see that the kde-3.5.4 upgrade on my Slackware -current box didn't actually solve the problem. I decided to, once and for all, figure this damn thing out and I came to this thread. The above solution worked a dream.
For me, screensavers broke when I upgraded my Slack 10.2 install to KDE 3.5.3. Upgrading to 3.5.4 fixed it. I'm not sure what broke there.
 
Old 09-08-2006, 03:57 AM   #14
Interdictor
Member
 
Registered: Jul 2006
Location: Runcorn, England
Distribution: Ubuntu 6.06 & 6.1, Mandriva 2007, Knoppix
Posts: 72

Rep: Reputation: 15
Quote:
Originally Posted by marnold
For me, screensavers broke when I upgraded my Slack 10.2 install to KDE 3.5.3. Upgrading to 3.5.4 fixed it. I'm not sure what broke there.
I had the opposite problem, my screensavers broke when I upgraded from KDE supplied with Slackware 10.2 (I think it was 3.4.?) to 3.5.4.

Searching the forum, I found the hints about adding "DPMS-dependent=false" in the screensaver section of ~/.kde/share/config/kdesktoprc, but that didn't help.

I then downloaded the xscreensaver package & installed that. As soon as I did that, the normal KDE screensavers started working without any problems. I didn't even try to run the xscreensaver program.

The only thng I can think of is that when I upgraded to 3.5.4, a link/dependancy didn't get updated correctly & installing xscreensaver fixed that as part of its own install.

Hope this is of help to somebody else if they get a similar problem.
 
Old 10-03-2006, 01:30 AM   #15
chylde
LQ Newbie
 
Registered: May 2005
Location: NC
Distribution: Slackware, now FreeBSD
Posts: 23

Rep: Reputation: 15
Odd quirk.....

The DPMS-dependent=false didn't work for me, I'm using kde 3.5.4 btw. However if I go into kde's control center, and enable the powermanagment option, under Control Center>Peripherals>Display, the screen saver will work. If I disable this option, it just goes back to going blank when the screensaver launches.

I thought it to be an odd quirk, I'll poke around some source code, am not a very accomplished programmer, but hey, it can't hurt to look.

Hopefully this solution will help a few ppl, am using FreeBSD 6.1.

Chylde

Last edited by chylde; 10-03-2006 at 11:02 PM.
 
  


Reply

Tags
kde, screensaver, slackware, xscreensaver



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
Making a KDE screensaver? binarybob0001 Linux - General 7 04-14-2006 03:57 AM
No Screensaver in KDE? carlosinfl Linux - General 2 03-09-2006 09:46 AM
problem with kde screensaver? kahn Linux - Software 4 08-10-2005 01:24 PM
kde screensaver mjkramer Linux - Software 1 01-09-2004 01:18 PM
screensaver in kde geraldallen Linux - Software 6 10-07-2003 06:50 AM

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

All times are GMT -5. The time now is 08:15 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