2

I have a Lenovo 320S-15IKB (Type 81BQ) Ideapad Laptop. This is a new laptop with latest versions of drivers and utilities installed.

When using the Intel Graphics app, I attach the charge cable, the Ideapad's screen gets brighter; when unplugged, it returns to the previous brightness level. I want the screen not to change brightness when I plug in or unplug. If I disable the Intel Graphics app, the Ideapad does not change brightness when the power state changes.

As you see in this screenshot, there's no option to change it in Windows Power Management software. There should be a pair of sliders for brightness as the third items, one under 'On battery' and another under 'Plugged in', but they're missing.

Screenshot of all this

K7AAY
  • 9,725
Vladislav
  • 23
  • 1
  • 3

2 Answers2

2

Display of the Brightness slider should be controlled by the Registry keyHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\7516b95f-f776-4464-8c53-06167f40cc99\aded5e82-b909-4619-9949-f5d71dac0bcb value DWORD Attributes. Set it to 2 to display the slider. However, that might not display the slider in some circumstances.

You can set the brightness through the Registry directly to work around that issue.

Default Power Scheme brightness settings

  • Press Win, type rege and Enter to open Regedit.
  • Copy the key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\7516b95f-f776-4464-8c53-06167f40cc99\aded5e82-b909-4619-9949-f5d71dac0bcb and paste it into the Regedit Search bar to go to that key.
  • In the key DefaultPowerSchemeValues are sub-keys for ACSettingIndex and DCSettingIndex to adjust the percentage brightnes on mains power and on battery power, respectively. Set them for each GUID, so that all plans have the same brightness setting on battery and on mains.

  • N.B. If a third-party app such as the Toshiba eco utility controls screen brightness, you may need to search the Registry for ACSettingIndex and change the values there, as well.

Toshiba eco brightness settings

Please let me know if either Registry setting resolves the issue.

1

For me it was solved by disabling power saving options, Extended Battery Life for Gaming and Display Power Saving Technology, in Intel HD Graphics Control Panel

enter image description here

Ramhound
  • 44,080