Hi, Brightness control worked in the setup mode OS (when clicked on the first option to continue with UEFI, didn’t work with the second option of with nvidia drivers). and after installing OS in both modes, the screen brightness didn’t work, I tried adding the kernel parameter acpi_backlight= for vendor, native, video. It didn’t work.
I’m okay with not installing nvidia drivers (as I’m dual booting), can somebody help me getting the same UEFI setup mode backlight configs (working with brightness control for me) for the OS that’ll install.
Edit:
the backlight folder in the setup is nv_backlight but the one in installed version/second option is nvidia_0. basically need a way where I can have the nv_backlight instead of nvidia_0 in installed system.
i see archwikin shows your notebook: https://wiki.archlinux.org/title/HP_Omen_15-ek005na
or at least similar one ?
As this is a hybrid GPU system having intel igpu and the discrete Nvidia for performance… it is still the default that these systems boot on intel igpu per default when Nvidia driver is installed and DRM modesetting enabled… what will be the case if you use Nvidia mode on the ISO installer…
So yes could be you want to switch nvidia on per default … install a switcher tool e.t.c
To see the hardware in detail show it will also include used drivers: inxi -Fxxc0z | eos-sendlog
This will generate a cleaned hardware report and pastebin it to give a short URL you can post here.
Hi @joekamprad, yes I have the same HP Omen 15-ek005na. used $ nvidia-inst --n to replace nvidia driver with nouveau. But yes, if the brightness control gets resolved using nvidia drivers would be great! attaching the log:
Hi, installed back the nvidia drivers with nvidia-inst can’t see 10-nvidia.conf in /usr/share/X11/xorg.conf.d but there’s a file named 10-nvidia-drm-outputclass.conf with following content
I’m not sure but i don’t think it would hurt to try it even if you create the file and if it doesn’t work you can just remove it. You may even try the kernel parameter acpi_backlight=video also. I just try to give some suggestions for trial & error. They may or may not make any difference.
I don’t really know what is the best option. That may or may not work. I don’t really know for sure. I guess one could try it. Not sure that helps with this issue though.
Try kernel parameter this way as in the wiki above. Make sure you are updating grub if using grub boot. If not these kernel paramaters are set in another location and updating is different also.
I couldn’t have predicted this, changed uefi graphics setting from discrete to hybrid, installed optimus-manager and changed to integrated graphics. brightness control is working now!