VampirD
No in elenath hîlar nan hâd gîn
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.12 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org/
I’ve seen thus but do not have a fix. What it is is the kernel screen blanker. I never managed get it to turn off. It is interesting in that when a running screen saver is tunning it doe not blank. But let ten min pass with out input and no screen saver active and the !@#$ screen blanker kicks in.
OK this is insane!!! Here I am w/ my 3 or 4 day old install of SuSe 12.1 KDE and I can not for the life of me stop system sounds and more importantly…MUCH MORE IMPORTANTLY…I can not stop the screen from going black every 10 min or so!!!
Its driving me insane
Seriously seriously seriously!!! If I have to spend 3 days looking through all the controls over and over and over again…and google research this…and use the native help and I STILL DON’T HAVE AN ANSWER? Then that means KDE is NOT USER FRIENDLY AND HAS FAILED MISERABLY!!!
I’m so annoyed I’m thinking of just switching back to Windows 7
Add the setting DPMS-dependent=false at the bottom to any other existing entries which will be based on your screen saver settings. This setting can apparently only be added manually as shown in this example. Log out and back into KDE for the setting to take effect immediately.
I see you’re a newcomer just like me, I’ve been using openSUSE 12.1 for less than month, yes I have stumbled upon so many problems, but its crucial to be patient and willing to learn to be able to enjoy this OS. Forum is definitely your friend, I’ve good so much of my questions answered here. This is of course unlike Windows 7, I hardly needed any forum help to solve my problems, but that also prevented me from learning so much. It’s just a matter of how well you search here for answers, anyway will post here if I could find solution to your problem.
On 07/23/2012 02:56 PM, havock07 wrote:
>
> kaneandrew1;2475767 Wrote:
>> I’m so annoyed I’m thinking of just switching back to Windows 7
>
> I see you’re a newcomer just like me, I’ve been using openSUSE 12.1 for
> less than month, yes I have stumbled upon so many problems, but its
> crucial to be patient and willing to learn to be able to enjoy this OS.
> Forum is definitely your friend, I’ve good so much of my questions
> answered here. This is of course unlike Windows 7, I hardly needed any
> forum help to solve my problems, but that also prevented me from
> learning so much. It’s just a matter of how well you search here for
> answers, anyway will post here if I could find solution to your problem.
I don’t know how to make the change from a GUI, but it can be done from a
program. I use MythTV and TvTime, and both disable both the screensaver and the
blanking. The command to do it is “xset -dpms s off”. To restore both, “xset
+dpms s on”.
If I needed to set this up for myself, I would create a file named watchvideo.sh
with the following contents:
#!/bin/sh
xset -dpms s off
<command_to_run_the_video_program>
xset +dpms s on
Next make the file be executable with “chmod a+x watchvideo.sh”. Because my
natural preference is to use the command line, I don’t know how to create a
desktop icon to launch this script; however, I’m certain someone else will know
how to do that.
or learn a new system…look into Configure Desktop > Power Management
and set the controls there as you want them…also check that Configure
Desktop > Display and Monitor > Screen Saver is as you want it…