HP ZBook 15 G6: shutdowns, dead brightness control, and display not resuming after sleep

HP ZBook 15 G6, Zorin OS 18.1 Pro, BIOS R92 01.32.00, Nvidia T2000. Since a recent update: random shutdowns, brightness stuck (slider/Fn keys do nothing), and internal display stays black after suspend (HDMI still works).

Tried: acpi_backlight=native, acpi_osi=Linux, i915.enable_dpcd_backlight=3, switched prime-select to on-demand, added resume xrandr script with retries. Confirmed kernel-level: writing directly to /sys/class/backlight/intel_backlight/brightness (0-1023) has zero visible effect on the panel, even without sleeping.

System logs show ACPI BIOS errors (AE_AML_PACKAGE_LIMIT) aborting _TZ.GETP thermal methods. Suspect broken ACPI firmware table. Anyone seen this on ZBook G6 specifically, or found a fix beyond a BIOS flash?

Did You received a Kernel Update to Version 7.0? If yes, try to go back to the older Kernel. To do that, choose on the GRUB Menu ''Advanced Options'' and there choose the 6.17 Kernel.

The get the GRUB if not available, press on Startup Esc. If that shouldn't work try the left Shift Key.

If both shouldn't work, You can enable the GRUB Menu manually. When in Zorin, open a Terminal and type:

sudo nano /etc/default/grub

Look for this Textblock:

Change the Lines 2 and 3 to:

GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=20

The 20 makes that the GRUB Menu appears 20 Seconds. Should that be too much or less for You, You can use a different Value like 10, 30 or 50 for Example. Or You can use -1 for showing the GRUB Menu as long as You give it an Input.

When make the Changes, press ctrl+o to save, Enter to confirm and ctrl+x to exit. Back in the normal Terminal Overview type sudo update-grub to make the Changes affect. Don't forget that! Without it, it will not work.

1 Like

Thank you @Ponce-De-Leon , I went through a rabbits hole , and did not even check this . I probably missed seeing an update that 7.0 was being pushed.

1 Like

hi @Ponce-De-Leon - when can we expect this to be fixed ? any idea when can I use kernel 7.0+

You could wait until the next kernel update will be released.
Maybe the kernel parameter
i915.enable_dpcd_backlight=0
can help:

https://askubuntu.com/questions/1568498/kernel-7-0-0-28-generic-on-dell-latitude-7380-display-issue-extremely-dark.

I read that this parameter helped also for other Dells and HP spectre which had problems with the brightness after the upgrade to kernel 7.0.0-28. Also the kernel version 7.0.0.-14 seems not to cause this problem.

1 Like

Well, that is up to Canonical. I would agree to @Forpli: Wait for the next Kernel Update and then, You can test if it runs.

Alternatively, You could use/try a different Kernel if You wish.

1 Like