4

When I put my laptop to hibernate or sleep while plugged in and I resume from hibernate or sleep on battery, the backlight is off. A faint image exists on the display, but is nearly impossible to read, suggesting a video driver problem. When I change GPUs using AMD PowerXpress switchable graphics, the backlight comes back on. Why would this occur, and how do I fix it?

The system is a custom-built HP Pavilion dv6z-3000 Select Edition laptop with Windows 7 Home Premium. There are two GPUs on this system, an ATI Mobility Radeon HD 4250 for low power and an ATI Mobility Radeon HD 5650 for high performance. The system is running an OEM version of the Catalyst drivers that appears to be version 10.3, based on the internal version number supplied by HP. Would I lose any OEM features in upgrading the Catalyst drivers (which may be necessary to fix the problem)?

Edit: I've updated Catalyst, and the problem seems to be gone. I can't say for sure at this time, so I'm not posting this as an answer. I'll update the question as needed. If anyone can reproduce this, let me know.

Edit 2: Unfortunately, the problem still recurred on me at least once. What exactly is the problem?

Edit 3: This problem only occurs when the system is set to use the high-performance HD 5650 GPU. PowerPlay is disabled. Any ideas? The problem is still unresolved.


For now, an answer will remain accepted, but if anyone can give a better answer, I will gladly accept the better answer.

bwDraco
  • 46,683

4 Answers4

3

The article Brightness control after resume sleep/hibernate broken seems to show that this is a universal problem with Win7 across many laptop models.

Some suggestions from the article are :

  1. In Power Settings the "Choose what the lid does" is set to do nothing, then close the lid and re-open every time this happens
  2. Press Fn+F7 (select projector mode) then select "computer only"
  3. Ensure that you are logged-in as administrator
  4. Uninstalling the monitor device (NOT display adapter) in Device Manager and then scanning for devices again.
harrymc
  • 498,455
1

Many bad video drivers have this problem. If fact many other device driver also have problems resuming from sleep etc.

One rough solution is to use Microsoft DEVCON to reboot the device driver

In Windows you can schedule a task to run after a resume event

Use devcon hwids * > ids.txt to get a file of all id's, find you vidoe cards id

Use devcon restart yourvideoid

TFD
  • 111
0

On my Dell XPS 15, I was able to fix this by going to the Display Settings (Settings, System) and turning off the setting Change brightness automatically when lighting changes.

JKubecki
  • 121
  • 1
0

The devcon solution worked for a dell M6700 with a K5000M video card. Make sure the task is run as SYSTEM The action for this video card was C:\Windows\System32\devcon.exe restart DEV_11BC after copying devcon.exe into the system32 dir.