Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Mar 2022 07:07:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        acpi@FreeBSD.org
Subject:   [Bug 195116] Display brightness control/resuming require acpi_video to be loaded after i915kms
Message-ID:  <bug-195116-16045-HV9blNQ5Uo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-195116-16045@https.bugs.freebsd.org/bugzilla/>
References:  <bug-195116-16045@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D195116

--- Comment #5 from parv <parv.0zero9+freebsd@gmail.com> ---
That's what I get for not copying-pasta. There were too many technical erro=
rs
in previous =F0=9F=92=A9response. I will be grateful if the comment #3 is s=
tricken
out|hidden|deleted.=F0=9F=99=87=E2=80=8D=E2=99=82=EF=B8=8F

In any case, corrected response ...

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

kld_list=3D"filemon"
kld_list=3D"$kld_list i915kms"
kld_list=3D"$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=3D"filemon"
kld_list=3D"$kld_list acpi_video"
kld_list=3D"$kld_list i915kms"

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195116-16045-HV9blNQ5Uo>