Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Jul 2024 05:44:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        acpi@FreeBSD.org
Subject:   [Bug 279184] acpi_video: hw.acpi.video.lcd0.brightness not working in 14.0-RELEASE
Message-ID:  <bug-279184-16045-u0lAchsekF@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-279184-16045@https.bugs.freebsd.org/bugzilla/>
References:  <bug-279184-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=3D279184

Emmanuel Vadot <manu@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |Works As Intended
                 CC|                            |manu@freebsd.org
             Status|New                         |Closed

--- Comment #2 from Emmanuel Vadot <manu@freebsd.org> ---
This is due to drm exposing backlight interface via backlight(9).
Before this the backlight hardware was "free" so the acpi_video(4) kernel
module could use it, now that we hook the backlight part of drm into
backlight(9) the acpi_video(4) module cannot use the hardware anymore.
Long story short, don't use the sysctl anymore but use backlight(8).

--=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-279184-16045-u0lAchsekF>