[Bug 195116] Display brightness control/resuming require acpi_video to be loaded after i915kms

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 17 Mar 2022 07:07:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195116

--- Comment #5 from parv <parv.0zero9+freebsd@gmail.com> ---
That's what I get for not copying-pasta. There were too many technical errors
in previous đź’©response. I will be grateful if the comment #3 is stricken
out|hidden|deleted.🙇‍♂️

In any case, corrected response ...

Apparently order matters of values assigned to a variable in /etc/rc.conf. Now
I have ...

kld_list="filemon"
kld_list="$kld_list i915kms"
kld_list="$kld_list acpi_video"


... ... now the brightness related "hw.acpi.video.lcd0" MIBs in
/etc/sysctl.conf  are not reported as unknowns.

Earlier I had ...

kld_list="filemon"
kld_list="$kld_list acpi_video"
kld_list="$kld_list i915kms"

-- 
You are receiving this mail because:
You are the assignee for the bug.