Microsoft Windows Vista Community Forums - Vistaheads
Recommended Download - Clean, repair and optimize your system



Welcome to the Microsoft Windows Vista Community Forums - Vistaheads, YOUR Largest Resource for Windows Vista related information.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so , join our community today!

If you have any problems with the registration process or your account login, please contact us.

Screen Saver

microsoft.public.windows.vista.general




Recommended Fix - Fix Vista Errors and Optimize Performance

Click On Your Flag for Translation
Simplified Chinese French Spanish Italian Portugeuse Japanese German Dutch
Driver Scanner 2009 - Free Scan Now
Reply
  #1 (permalink)  
Old 02-28-2007
Cliff Diamond
 

Posts: n/a
Screen Saver
Anyone else having an issue with Screen Saver and Sleep mode activating. If
I set the screen saver to come on after any amount of time, it never
activates. It doesn't matter how many minutes I set (1min->60mins), my
monitor is NOT turnning off.

I have not been able to fix it yet. Others with MS Wireless mice have had
the issue. I have tried changing to Logitech mouse and keyboard. Wired
mouse. etc. The screen saver still does not work correctly. Sometimes it
comes on other times it doesn't, but mostly doesn't. If I stop the Task
Scheduler processes in the Task Manager (taskeng.exe) then it seems to comes
on after the alotted time. But the task scheduler processes restart
themselves.

I wish we could find the culprit and fix this.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 02-28-2007
=?Utf-8?B?Um9uIEsu?=
 

Posts: n/a
RE: Screen Saver
give us some details here..could be a number of things causing the problem.
what video card? what version of Vista? etc...

"Cliff Diamond" wrote:

> Anyone else having an issue with Screen Saver and Sleep mode activating. If
> I set the screen saver to come on after any amount of time, it never
> activates. It doesn't matter how many minutes I set (1min->60mins), my
> monitor is NOT turnning off.
>
> I have not been able to fix it yet. Others with MS Wireless mice have had
> the issue. I have tried changing to Logitech mouse and keyboard. Wired
> mouse. etc. The screen saver still does not work correctly. Sometimes it
> comes on other times it doesn't, but mostly doesn't. If I stop the Task
> Scheduler processes in the Task Manager (taskeng.exe) then it seems to comes
> on after the alotted time. But the task scheduler processes restart
> themselves.
>
> I wish we could find the culprit and fix this.
>
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-28-2007
Cliff Diamond
 

Posts: n/a
Re: Screen Saver
I have an Intel Desktop board PC with 875 Chipset. My video card is the
Nivdia 6000 series. I have tried both the built in drivers and Nvidia
drivers. Soundcard is the SoundBlaster X-Fi Extreme, using the Soundblaster
drivers. Logitech 7100 Wireless Keyboard and G5 wired mouse, Vista drivers
for these. I am using Vista Ultimate released version.

Thanks,
Cliff

"Ron K." <RonK@discussions.microsoft.com> wrote in message
news:F5C7449B-AE54-4EB3-AFEE-C6C60AF11621@microsoft.com...
> give us some details here..could be a number of things causing the
> problem.
> what video card? what version of Vista? etc...
>
> "Cliff Diamond" wrote:
>
>> Anyone else having an issue with Screen Saver and Sleep mode activating.
>> If
>> I set the screen saver to come on after any amount of time, it never
>> activates. It doesn't matter how many minutes I set (1min->60mins), my
>> monitor is NOT turnning off.
>>
>> I have not been able to fix it yet. Others with MS Wireless mice have had
>> the issue. I have tried changing to Logitech mouse and keyboard. Wired
>> mouse. etc. The screen saver still does not work correctly. Sometimes it
>> comes on other times it doesn't, but mostly doesn't. If I stop the Task
>> Scheduler processes in the Task Manager (taskeng.exe) then it seems to
>> comes
>> on after the alotted time. But the task scheduler processes restart
>> themselves.
>>
>> I wish we could find the culprit and fix this.
>>
>>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-28-2007
=?Utf-8?B?R28yU2xlZXAhIQ==?=
 

Posts: n/a
Re: Screen Saver
I have also been unable to get Vista Premium RTM to sleep or hibernate. I've
seen some mention of wireless keyboard/mice being an issue but the problem
behaviour is inconsistent while my harware is the same everytime.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-28-2007
tq96
 

Posts: n/a
RE: Screen Saver
One of the computers I've worked with this week is running Vista and I got
to experience the screen saver problem first hand. I did some
troubleshooting and may have found something.

First, here's a little background information. As you may know, Windows
provides a feature in which a program may disable the screen saver from
starting. This allows, for example, a media player to prevent the screen
saver from starting while the user is watching a video. It does this by
calling SystemParametersInfo() API with uiAction = SPI_SETSCREENSAVEACTIVE
and uiParam = 0 (zero). The program is then supposed to make the same call
with uiParam = 1 later when screen saving is allowed to resume. The
SystemParametersInfo() call ultimately changes the following value in the
registry:
HKEY_CURRENT_USER\Control Panel\Desktop\ScreenSaveActive

To see what was going on, I loaded up Process Monitor
(www.sysinternals.com) and watched for changes to ScreenSaveActive. Soon
after testing began, I got a hit. Explorer.EXE had changed
ScreenSaveActive to 0. This occurred right after the screen saver had
exited, the second time it had run since I logged in. Then 2 minutes
later, Explorer.EXE set ScreenSaveActive back to 1. 2 minutes happens to
be the amount of time I had set the screen saver timeout to. A little more
testing showed that the amount of time Explorer waits is directly related
to the screen saver timeout setting.

Here are the exact steps I used to reproduce the problem:
- Create a brand new profile (admin level)

- Login to test profile.
- Change screen saver timeout to 2 minutes.
- Logoff from test profile.

- Login to test profile
- Disable welcome center.
- Run Process Explorer (also from www.sysinternals.com) and verify that no
non-Microsoft DLLs are loaded into the Explorer process. There are none.
- Logoff from test profile.

- Login to test profile.
- Start Process Monitor using a filter that includes only RegSetValue
operations.
- Wait for screen saver to start.
- Move mouse.
- Wait for screen saver to start.
- Move mouse.
- Observe Explorer.EXE set ScreenSaveActive to 0.
- Wait 2 minutes.
- Observe Explorer.EXE set ScreenSaveActive to 1.

It appears that Explorer does not trust the system to properly manage the
screen saver and takes matters into its own hands by manipulating
ScreenSaveActive. I can't see why Explorer feels the need to do this, but
it poses a big problem.

Let's say Explorer sets ScreenSaveActive to 0 and starts a 10 minute wait.
If I log out during this time, the value never gets set back to 1. A
similar situation would occur if Explorer crashes during the wait. Once
the user is logged off and ScreenSaveActive is 0, screen saving won't be
back until another program turns it back on or the user makes a change in
the screen saver CPL applet.

Screen Shots
----------------
Explorer turns screen saving off:
http://img40.imagevenue.com/img.php?...rns_screen_sav
er_off_122_323lo.jpg

Explorer turns screen saving back on:
http://img17.imagevenue.com/img.php?...rns_screen_sav
er_on_122_467lo.jpg

The screen saver settings:
http://img134.imagevenue.com/img.php...er_settings_12
2_503lo.jpg
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Screen Saver =?Utf-8?B?QmlsbA==?= microsoft.public.windows.vista.administration accounts passwords 19 07-25-2008 05:33
Screen Saver =?Utf-8?B?UE9Xb3JrZXI=?= microsoft.public.windows.vista.administration accounts passwords 4 11-06-2007 00:20
Cant turn off screen saver Jared \(Home\) microsoft.public.windows.vista.general 2 02-28-2007 17:49
Screen Saver =?Utf-8?B?QmlsbA==?= microsoft.public.windows.vista.administration accounts passwords 0 02-28-2007 14:12
Welcome Screen with all Users? =?Utf-8?B?UUQ=?= microsoft.public.windows.vista.administration accounts passwords 1 02-28-2007 14:12




All times are GMT +1. The time now is 13:07.




Driver Scanner - Free Scan Now

Vistaheads.com is part of the Heads Network. See also XPHeads.com and Win7Heads.com.


Funny Commercials to make you laugh :-)

Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119