How to enable Sleep mode on Win 7

7

2

I upgraded laptop Toshiba M5 with NVIDIA GeForce 8600 GT video card to Windows 7 32 Ultimate , but the Sleep mode option is disabled on the Shut Down menu (visible, but disabled). I checked the available Power options, but I couldn't see a setting for enabling the Sleep mode. I checked the device manager and all drivers are working normally.
I would like to ask what else I can do in order to enable the Sleep mode.

quarkX

Posted 2010-02-06T22:06:39.823

Reputation:

Answers

7

It can also be your display drivers. Open an admin mode cmd and do:

powercfg -a

If it complains about VGAPNP.SYS, you have your prime suspect right there.

Victor

Posted 2010-02-06T22:06:39.823

Reputation: 181

Yes, I get this message The VGAPNP.SYS display driver does not support standby. But how do solve this issue? – Kuldeep Jain – 2012-09-06T12:46:02.917

You need a display driver that supports it :/ You'll have to look for them, but maybe there is no suitable driver for your machine – Victor – 2012-09-11T10:20:08.940

I have the same issue but powercgf -a does not report any obstacles. It just says that S3 is disabled by current energy policy. Duh! Any other ideas? – Robert Klemme – 2012-12-11T16:46:19.247

1

It could be an issue with the Multimedia settings. Go to the "Power Options" control panel and underneath the active power plan, select "Change Plan Settings". From there, click "Change advanced power settings". From there, find the node "Multimedia Settings" >> "When sharing media" and from there select "Allow the computer to sleep" for the "On battery" and/or "Plugged in" states.

Media center apparently will disable sleep when it thinks that media is being shared.

Wesley

Posted 2010-02-06T22:06:39.823

Reputation: 4 359

2Hmm, I have the same problem, but this suggestion does not solve it for my case. – Bernhard – 2012-05-28T12:32:22.413

0

To enable Sleep (suspend), Hibernate, etc, run powercfg -a.

If you get the error vgapnp.sys dipslay driver does not support sleep, this is likely because your computer is using the default Windows driver for your GPU (display adapter). This may also show up as the screen being stretched, and/or a error in the device manager:

enter image description here

To solve this, install the appropriate third party driver (sort of said here in the support article/) - for Intel try here, NVidia here, and AMD here. If your computer is a prebuilt machine (e.g. laptop), you can also try the manufacturer's website as they may have their own versions of the drivers. Once installed and rebooted, provided the installed GPU drivers support it, powercfg -a should show that Sleep etc are now supported, and those options should appear in the power menu.

Wilf

Posted 2010-02-06T22:06:39.823

Reputation: 221

0

I was able to resolve the issue for my Lenovo ThinkPad T420 by installing this driver. Now sleep/standby works just fine on my TP.

Kuldeep Jain

Posted 2010-02-06T22:06:39.823

Reputation: 129