Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1304448
| From | David Herrmann <dh.herrmann@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] thinkpad_acpi: don't yell on unsupported brightness interfaces |
| Date | 2016-01-08 13:00 +0100 |
| Message-ID | <qODS2-6bk-3@gated-at.bofh.it> (permalink) |
| References | (1 earlier) <qm2Iy-5OI-11@gated-at.bofh.it> <qm2Se-606-23@gated-at.bofh.it> <qrQbD-5DG-5@gated-at.bofh.it> <qrTsS-7CR-27@gated-at.bofh.it> <qO7fs-H2-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi On Thu, Jan 7, 2016 at 2:03 AM, Eric Curtin <ericcurtin17@gmail.com> wrote: > Also another query, could be a mini-side project for me as I'm a > beginner kernel dev when I have some spare time. Could we change the > minimum brightness value not to be off? 0 does not have to mean > backlight off from reading various things around the web: > > http://www.x.org/wiki/Events/XDC2014/XDC2014GoedeBacklight/backlight.pdf > > And to be honest having the ability to completely turn off the > backlight is a useless function and is probably unintended as discussed > in the github thread above also. You would need night vision googles to > read the screen in this state! I'm pretty sure the Windows driver does > not completely turn off the screen on minimum brightness either, no > need to have different functionality on different platforms especially > when this functionality isn't very useful. Whether '0' means 'off' or 'lowest brightness level' has been discussed several times. Sadly, we cannot change semantics without breaking user-space, so you better work around it. There have been several proposals to fix it, but I guess no-one cared so far. Anyway, both features (turning backlight off *and* lowest backlight level) _are_ used actively by user-space. Hence, both should be supported. Thanks David
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [PATCH] thinkpad_acpi: don't yell on unsupported brightness interfaces Eric Curtin <ericcurtin17@gmail.com> - 2016-01-07 02:10 +0100
Re: [PATCH] thinkpad_acpi: don't yell on unsupported brightness interfaces David Herrmann <dh.herrmann@gmail.com> - 2016-01-08 13:00 +0100
Re: [PATCH] thinkpad_acpi: don't yell on unsupported brightness interfaces Eric Curtin <ericcurtin17@gmail.com> - 2016-01-08 18:30 +0100
Re: [PATCH] thinkpad_acpi: don't yell on unsupported brightness interfaces Henrique de Moraes Holschuh <hmh@hmh.eng.br> - 2016-01-09 18:40 +0100
csiph-web