Author Topic: Desktop Effects but no OpenGL screen savers (Solved)  (Read 1109 times)

Offline Redeemed-05

  • Full Member
  • ***
  • Posts: 101
  • John 3:16
Desktop Effects but no OpenGL screen savers (Solved)
« on: July 07, 2011, 12:56:47 AM »
With the release of pclinuxos kde 2011.6, desktop effects are now working on our lenovo laptop. But for some reason, OpenGL screen savers refuse to function. To be honest, I'm not quite sure how to troubleshoot this. Help?

« Last Edit: July 09, 2011, 11:26:20 AM by Redeemed-05 »
Lenovo G560, Intel P6100 2.00GHz, 4GB DDR3 SDRAM, 320GB hard drive, Intel Graphics, PCLinuxOS KDE 2011.6

Clay can not make demands on the potter, but the condition of the clay can impact what the potter decides to do with it. -- R. Kelvin Moore

Offline mr-roboto

  • Jr. Member
  • **
  • Posts: 45
Re: Desktop Effects but no OpenGL screen savers
« Reply #1 on: July 07, 2011, 06:07:22 AM »
In the several months I've been using PCLOS (based on 2010.12 LXDE), I've never seen an OpenGL screensaver, other than by clicking the Preview button.  The display driver is insignificant because this "behavior" happens on dozens of different systems, regardless of video adapter (ie., Intel, ATI, nVidia, whatever.)  After twenty minutes, the screen goes blank and that's it.  The system is fine and the normal display is restored by moving/touching something.

Haven't bothered to do much about it, but one could definitely check /var/log/messages as a starting point.  For example, open a (root) terminal and type the following:

tail -n 30 -f /var/log/messages <enter>

Then open the Screensaver properties dialog and set the blank time to two mins.  Then wait.

My solution was to choose a non-OpenGL screensaver like Abstractile....Jet  ;)

Offline menotu

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 15322
  • ┌∩┐(◕_◕)┌∩┐
Re: Desktop Effects but no OpenGL screen savers
« Reply #2 on: July 07, 2011, 06:36:25 AM »
Try installing xscreensaver-gl - works for me.
« Last Edit: July 07, 2011, 06:46:29 AM by menotu »
PCLinuxOS 32bit KDE 4.10.1; kernel-3.4.11-pclos1.bfs & 64bit 3.2.18bfs; NVidia GeForce 8400GS 1GB 310.19 driver

Sony Vaio SVE1513A4ESI Laptop, Intel Core i5, 2.6GHz, 6GB RAM, 750GB, 15.6" Intel HD Graphics 4000

Offline Redeemed-05

  • Full Member
  • ***
  • Posts: 101
  • John 3:16
Re: Desktop Effects but no OpenGL screen savers
« Reply #3 on: July 07, 2011, 02:13:08 PM »
Try installing xscreensaver-gl - works for me.


Thank you menotu. Your reply got me to thinking.

If you look in /usr/share/kde4/services/ScreenSavers you will find 212 desktop configuration files that point to the screen saver executable files. The problem is that 190 of these files point to executable files that are missing, or not in /usr/bin/. Therefore, when you open System Settings > Display and Monitor > Screen Saver, you will see a list of screen savers, which are actually the desktop configuration files located in /usr/share/kde4/services/ScreenSavers. Many of which are the OpenGL screen savers which I assumed where not working. When in fact, it's not a OpenGL screen saver problem at all, just screen saver executable files that are missing, or not located in /usr/bin/.

Possible solutions:

1. Go to /usr/share/kde4/services/ScreenSavers as root, and move the desktop configuration files that point to missing, or misplaced screen saver executable files to a safe location. At this point in System Settings > Display and Monitor > Screen Saver, you will only see the screen savers that are functioning.

2. Download and install xscreensaver-gl, and start using xscreensaver instead of kscreensaver. See http://www.jwz.org/xscreensaver/man1.html#9 for more information on how to do this.

3. Download and install xscreensaver-gl, and make a symbolic link from the screen saver files in /usr/lib/xscreensaver/ to /usr/bin and continue using kscreensaver.

I have not tried solutions two, or three as of yet, so your mileage may vary.

I am wondering why so many desktop configuration files in /usr/share/kde4/services/ScreenSavers are pointing to missing files, or files not located in /usr/bin. Perhaps this is something that could be addressed in the next update.

menotu, are you using xscreensaver-demo to manage your screen savers?

Lenovo G560, Intel P6100 2.00GHz, 4GB DDR3 SDRAM, 320GB hard drive, Intel Graphics, PCLinuxOS KDE 2011.6

Clay can not make demands on the potter, but the condition of the clay can impact what the potter decides to do with it. -- R. Kelvin Moore

Offline Redeemed-05

  • Full Member
  • ***
  • Posts: 101
  • John 3:16
Re: Desktop Effects but no OpenGL screen savers
« Reply #4 on: July 09, 2011, 11:25:31 AM »
Solved by kdeartwork4 kscreensaver 4.6.5-1pclos2011.
Lenovo G560, Intel P6100 2.00GHz, 4GB DDR3 SDRAM, 320GB hard drive, Intel Graphics, PCLinuxOS KDE 2011.6

Clay can not make demands on the potter, but the condition of the clay can impact what the potter decides to do with it. -- R. Kelvin Moore

Offline greywalk

  • New Friend
  • *
  • Posts: 9
Re: Desktop Effects but no OpenGL screen savers
« Reply #5 on: June 15, 2012, 11:33:44 AM »
Some screenshots are missing in PCLOS 2012 again.

As far as I understand from the discussion from above, the links to screenshots in /usr/share/kde4/services/ScreenSavers do not point to real screenshot executables that are supposed to be located in /usr/bin.

So my question is where one can find the executables to move to the correct directory (/usr/bin)?