I'm on an HP Omen Max 16 laptop with an Nvidia RTX 5070 and an integrated GPU. When I try to change the brightness (whether it be with the brightness control keys or changes to /sys/class/backlight which the brightness keys achieve as well), the actual backlight of my display (built-in laptop monitor) doesn't change.
So far I've tried:
- No relevant kernel parameters:
nvidia_wmi_ec_backlightin/sys/class/backlight acpi_backlight=native:Intel_backlightandnvidia0in the folderacpi_backlight=video:acpi_video0andacpi_video1in the folderacpi_backlight=vendor: nothing in the foldernvidia.NVreg_EnableBacklightHandler=1: Same as no parametersnvidia.NVreg_RegistryDwords=EnableBrightnessControl=1: Same as no parameters
Worthy of note is the fact that beforenvidia_wmi_ec_backlightwas in/sys/class/backlighteven before i installed the Nvidia drivers (and it did not work then either) and backlight does work if I switch to iGPU only from the UEFI setup (which is not what I want).
I attached the outputs ofdmesg | grep -i -e nvidia -e i915 -e acpi -e backlightandjournalctl -b | grep -i -e nvidia -e i915 -e acpi -e backlight > journalctl_logwithout any of the relevant kernel parameters.
