I just installed R4.2.4 on a P14s Gen 5 Thinkpad (Intel Meteor Lake CPU with integrated Intel ARC Graphics only).
I’m using kernel-latest
. I can login to dom0 with XFCE. Touchpad, wifi, audio (and the keyboard volume controls) are all working as expected.
At first, nothing happened when I pressed the brightness control keys.
Due to a hint in dmesg * (see below), I then added this parameter to GRUB_CMDLINE_LINUX
in the grub config: i915.enable_dpcd_backlight=3. After a reboot, the brightness control keys are now correctly registered, and the GUI popup on the top right shows that the brightness bar is changing as expected. The dmesg now also no longer shows the dmesg hint.
However, the actual display brightness remains unchanged.
Manually changing the value in /sys/class/backlight/intel_backlight/brightness
also doesn’t change the actual display brightness.
Now I’m out of ideas. Is this a driver problem? Thank you for any hints in advance.
Note: A known workaround is to use xrandr
to change the software screen brightness, as described here or at the end here.
*dmesg line: “Panel is missing HDR static metadata. Possible support for Intel HDR backlight is not used. If your backlight controls don’t work try booting with i915.enable_dpcd_backlight=3. needs this, please file a new bug report on drm/i915, see https://drm.pages.freedesktop.org/intel-docs/how-to-file-i915-bugs.html
for details”