Author Topic: No opengl screensavers after KDE4.8.3 upgrade(Answered)  (Read 4397 times)

Offline T6

  • Super Villain
  • ******
  • Posts: 19077
  • xmas is comming!
Re: No opengl screensavers after KDE4.8.3 upgrade
« Reply #15 on: August 17, 2012, 06:21:01 PM »
"but whats the point of having a 6 cell or more battery if you can not use it unnecessarily"

i have a 3 cell battery  :(

and already dying  :'(
"If you wish to make an apple pie from scratch, you must first invent the universe."

Carl Sagan

Offline Archie

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 8583
  • Aurum nostrum non est aurum vulgi.
Re: No opengl screensavers after KDE4.8.3 upgrade
« Reply #16 on: August 17, 2012, 09:09:32 PM »
Just thought I'd post this in hopes that someone has an answer. Synaptic shows that they are installed but when trying to use them nothing appears in the preview area.

I thought I already had. The KDE devs are no longer using xscreensaver and are developing their own client. Hence, you cannot set it up on KDE anymore whether the modules still register on the display and monitor kcm. xscreensaver can still be used with other DEs just not with KDE. The workaround I posted should be OK for use but it just can't be controlled via the KDE interface.

Even the xscreensaver developer was furious of the KDE drop of support but there was a poll over at the KDE forum the resulted with the devs' final decision to discontinue support for xscreensaver.
Since 2006 | LiCo 401868 | Bare Metal | What is necessary is never unwise. --Sarek, 2258.42


Online gandy

  • Hero Member
  • *****
  • Posts: 1173
Re: No opengl screensavers after KDE4.8.3 upgrade
« Reply #17 on: August 18, 2012, 07:54:14 AM »
Thanks Archie :)
I went to the link you provided and started to read the thread but I didn't see a clear answer there. I tried to access that page today to reread it but it times-out. It seems the forum is not currently available.

Your last post explains it very clearly. All I wanted was a simple explanation. Thanks again :)
For me, it is far better to grasp the Universe as it really is than to persist in delusion, however satisfying and reassuring. –
Carl Sagan

Offline Archie

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 8583
  • Aurum nostrum non est aurum vulgi.
Re: No opengl screensavers after KDE4.8.3 upgrade(Answered)
« Reply #18 on: August 18, 2012, 08:52:34 AM »
Found this other link this time from XScreenSaver.
Since 2006 | LiCo 401868 | Bare Metal | What is necessary is never unwise. --Sarek, 2258.42


Offline GOTHBITES

  • Hero Member
  • *****
  • Posts: 749
  • Oh I get it now. Windows 8 is a Bigger Sham
Re: No opengl screensavers after KDE4.8.3 upgrade(Answered)
« Reply #19 on: August 23, 2012, 04:24:38 AM »
Found this other link this time from XScreenSaver.


Quote
Then, in 2005, the next generation of idiots took over GNOME, and went back to the "bad old days" by introducing "gnome-screensaver", so now the GNOME users are screwed again, too.

Will the KDE people ever wise up? Will the GNOME people wise up a second time? Only time will tell. I encourage you to encourage them to stop this "Not Invented Here" madness.


hmm tell us how you really feel lol. I kinda agree with the author the devs do have a lot of work to keep a an OS going so why heap more work on themselves if they can not provide a reasonable or comparative functioning alternative, while there is somebody who is happy to do the work for them.
« Last Edit: August 23, 2012, 04:31:31 AM by GOTHBITES »
UPDATED!! ASUS U52F Notebook i5 CPU,  4Gb ram, 640Gb Hard drive Dual-Boot Win 7Pro/KDE 4 3.2.18-pclos2.bfs

ASUS U50F notebook i3 4Gb Ram. 500 GB hard drive dual-boot Win 7/ KDE 3.2.18-pclos2.pae.bfs    Of course thats just my opinion I could wrong

Offline Cris70

  • Full Member
  • ***
  • Posts: 139
Re: No opengl screensavers after KDE4.8.3 upgrade(Answered)
« Reply #20 on: September 02, 2012, 03:30:34 PM »
I read all the thread but I still think something is unclear:
1) if the problem is xscreensaver, then why _only_ the OpenGL modules stopped working?
2) I don't want to have non-functional parts in the system, so I removed everything related to xscreensaver with Synaptic. I still have ALL the modules listed in the "Display and Monitor" Screen Saver section; why? And they are still working (let alone the OpenGL ones)!!

BTW, Linux has always been about choice... all this sudden hostility towards screen savers seems quite ridiculous to me. If someone wants to have his CPU cycles wasted by a screen saver, so be it! I have enough of M$ telling me how do I have to use my computer.

Bye
Cris

Online gandy

  • Hero Member
  • *****
  • Posts: 1173
Re: No opengl screensavers after KDE4.8.3 upgrade(Answered)
« Reply #21 on: September 02, 2012, 03:46:04 PM »
The opengl screensavers do still work. What has changed is the ability to start them from the KDE Control Panel. Archie kindly provided a workaround in this thread.
Quote
Xscreensaver to working normally? I am quite happy without it. Xscreensaver waste unnecessary CPU cycles. I'd rather just use the Lock Screen. But yes, there is a way. Follow the instructions explicitly.

(A) You should at minimum have the following installed:

    xscreensaver
    xscreensaver-base
    xscreensaver-common


(B) Open Konsole and type,
Code:

[user@localhost ~] $ xscreensaver-demo


When Warning: The XscreenSaver daemon doesn't seem to be running on display ":0". Launch it now? Click OK.

On the Display Modes tab, set your preferences accordingly. Do the same with the Advanced tab (if you have anything to set). Once done, select File > Quit.

(C) Test your xscreensaver module selection with the following command:
Code:

[user@localhost ~] $ xscreensaver-command --activate


Xscreensaver should display your selected module

(D) Still on the konsole, type,
Code:

[user@localhost ~] $  xset s on


This should be OK for your session and launch xscreensaver on its designated timeout ... but when you shutdown and bootup, you will need to restart the daemon, etc. again. To make it permanent, do the following:

First,  repeat the instructions on (B).

You should also disable KDE screensaver if you have it turned on. Open SystemSettings > Hardware > Display and Monitor > Screen Saver. Uncheck everything on the Settings.

Next, use your favorite text editor to create an xscreensaver.desktop file in your ~/.config/autostart directory that contains the following five lines:

Quote
[Desktop Entry]
Exec=xscreensaver
Name=XScreenSaver
Type=Application
X-KDE-StartupNotify=false

Then save the file and exit. The next time you reboot, xscreensaver will autostart.

As an added bonus, the following is how you'd change the right-click of your mourse button and selecting Lock Screen.

Open your konsole and su to root.

Quote
# cp /usr/lib/kde4/libexec/kscreenlocker /usr/lib/kde4/libexec/kscreenlocker.kde
# touch /usr/lib/kde4/libexec/kscreenlocker
# cat > /usr/lib/kde4/libexec/kscreenlocker << EOF
#!/bin/sh
xscreensaver-command -lock
EOF

When you are returned to the # prompt, type chmod a+x /usr/lib/kde4/libexec/kscreenlocker .

You should be able to use the right-click > Lock Screen with xscreensaver. The Unlock screen is pretty ugly!

Repeated warning:  In my own personal experience, xscreensaver WILL waste a terrible amount of CPU cycles which can cause CPU temperature to rise. Blank your screen after 5 or 10 minutes of xscreensaver. Use at your own risk.
   
For me, it is far better to grasp the Universe as it really is than to persist in delusion, however satisfying and reassuring. –
Carl Sagan

Offline Cris70

  • Full Member
  • ***
  • Posts: 139
Re: No opengl screensavers after KDE4.8.3 upgrade(Answered)
« Reply #22 on: September 02, 2012, 04:00:11 PM »
Gandy, thank you for your reply.
I DID read the whole thread and I saw Archie's how-to.
However, your reply does not answer any of my questions.

Bye
Cris

Online gandy

  • Hero Member
  • *****
  • Posts: 1173
Re: No opengl screensavers after KDE4.8.3 upgrade(Answered)
« Reply #23 on: September 02, 2012, 04:39:47 PM »
Quote
1) if the problem is xscreensaver, then why _only_ the OpenGL modules stopped working?
There are kscreensavers and  xscreensavers.
The kscreensavers can be initiated in the KDE Control Center.
The xscreensavers can not. This was a decision made by the KDE developers. The opengl screensavers are part of xscreensavers.
Quote
I still have ALL the modules listed in the "Display and Monitor" Screen Saver section; why?
If you're asking why the opengl entries weren't removed when you uninstalled them with synaptic, I don't know.

For me, it is far better to grasp the Universe as it really is than to persist in delusion, however satisfying and reassuring. –
Carl Sagan

Offline dangbert

  • Sr. Member
  • ****
  • Posts: 360
Re: No opengl screensavers after KDE4.8.3 upgrade(Answered)
« Reply #24 on: September 09, 2012, 07:45:12 PM »

As my grandson, "That makes sense."  Thanks.

However, it would have helped if "Xscreensaver" had been included on the Menu selection list. 

Something a lot of very experienced users forget, or worse, view with disdain, is that most of us are not "Very Experienced Users." 

Please keep that in mind when bringing out a new release.  I am not asking that the system be bloated, but at least, as here, if there is going to be a change in the way something is handled, include all necessary apps on the Menu so the rest of us can have a bit of a clue. 

In this instance, you have to run Xscreensaver from the command line.  While that is easy enough, once you KNOW you need to do it.  Its just that it would not have taken much to put it on the Menu.  Along with the useless list of screensavers available (Menu/System/Screensavers).

Deb

Offline Cris70

  • Full Member
  • ***
  • Posts: 139
Re: No opengl screensavers after KDE4.8.3 upgrade (NOT Answered)
« Reply #25 on: September 21, 2012, 03:12:48 PM »
Sorry to resurrect this (somewhat) old thread, but I still feel there is something wrong with our kscreensaver package, and the problems are NOT related to the now missing support for xscreensaver:

1) As I wrote earlier I removed every trace of xscreensaver from my system, but I still have OpenGL screen saver modules in the "Screen Saver Settings" panel.
2) At the office I am using Mint-KDE instead of PCLOS. The latest release of Mint-KDE comes with KDE 4.9 (with the latest upgrades). At the office kscreensaver NEVER stopped working with the OpenGL modules.
3) After some reading I discovered native kscreensaver modules are in /usr/bin/*.kss. I looked on my disk and I see that those OpenGL modules that still appear in my system are in fact native kscreensaver modules.
4) I tried kscreensaver from the command line (kscreenlocker) and found the --graphicssystem option. Launching with "kscreenlocker --graphicssystem opengl" gives this reply: "Unable to load graphicssystem "opengl"".
5) OpenGL works perfectly well on my system (easily tested with glxgears).

Given (2), (3) and (4) I'd say our kscreensaver package is somehow broken.

Bye
Cris

Offline dangbert

  • Sr. Member
  • ****
  • Posts: 360
Re: No opengl screensavers after KDE4.8.3 upgrade(Answered)
« Reply #26 on: September 21, 2012, 05:20:44 PM »

It is and what worries me is that it may well be broken by design.  A bit further up this thread, or maybe a related thread, the whole idea of screensavers was "poo-poo'd"   The whole tone of the "poo-poo" was rather reeking of a geeky elitism.  Folks seem to forget that there are other systems out there.  One of the things I like about PCLinuxOS is that it always worked.  True, it is a bit behind having the latest and greatest in all the apps, but they hit the repository, they work.  Then along comes something like this.  Its a simple thing, but one that can become a major irritant.  Major irritants cause folks to go to other distros.  Somehow, I do not think that is what the Team wants.

What makes this whole issue even more inane is what is at "Menu/System/Screensavers" (a list of screensavers, with absolutely no way to use them) I do not know what put that there, but it was not the greatest moment in the life of the development team. 

As for Xscreensaver, sometimes it works, sometimes it doesn't and sometimes it just messes up Kscreensaver. 

Deb

Offline dangbert

  • Sr. Member
  • ****
  • Posts: 360
Re: No opengl screensavers after KDE4.8.3 upgrade(Answered)
« Reply #27 on: September 21, 2012, 10:14:54 PM »

Up this thread a bit, there was a comment that you need to run "Xscreensaver-demo" and the "Xscreensaver", both from the command line.  The, having gotten the secret formula correct, "Poof" you have your screensaver.   Of course, there is no documentation that tells you this. 

I got Xscreensaver to run, but it proved flaky and did not always work.  So I disabled it and am running the slide show from Kscreensaver.

But like  you, I would much prefer to run the GL screensavers, the way we could before "Someone" IMPROVED the system.


Deb

Offline KernelKarter

  • PCLinuxOS Tester
  • Sr. Member
  • *******
  • Posts: 270
Re: No opengl screensavers after KDE4.8.3 upgrade(Answered)
« Reply #28 on: September 22, 2012, 12:53:42 AM »
I read all the thread but I still think something is unclear:
1) if the problem is xscreensaver, then why _only_ the OpenGL modules stopped working?

Could this possibly be related to a completely different different problem I'm having here: http://www.pclinuxos.com/forum/index.php/topic,109262.msg933678.html#msg933678

-- Eddie
pclinuxos-kde-2013.04 | kernel-3.2.18-pclos2.pae.bfs
- AMD Athlon 64 X2 5000+ CPU
- 4Gb RAM | nVidia 8500GT GPU

Offline George Underwood Edwards

  • Sr. Member
  • ****
  • Posts: 263
  • The G.U.E Institute of Technology
    • G.U.E Institute of Technology
Re: No opengl screensavers after KDE4.8.3 upgrade (Answered)
« Reply #29 on: September 22, 2012, 01:05:59 AM »
I got Xscreensaver to run, but it proved flaky and did not always work. So I disabled it and am running the slide show from Kscreensaver.

But like you, I would much prefer to run the GL screensavers, the way we could before "Someone" IMPROVED the system.

Deb

I have totally given up on the new ss, and have relegated myself to using the few that actually do work. :-\

There are several things in the new system that need to be fixed. And these will most likely be taken care of in future developments. Since this is a new setup it's not at all surprising to find there are many things that don't work correctly.

I recently discovered that one configuration setting doesn't even have a working "Apply" button - it's greyed out. And VLC Media Player shuts off my monitor after 10 minutes, even when it's not running. :o
"He who climbs the steps of knowledge stands out among common men like a blueberry in a pan of milk."
 
My Current Location: In an open field west of a white house, with a boarded front door.