Date: Fri, 13 Jul 2012 09:21:04 -0700 From: matt <sendtomatt@gmail.com> To: SicoSico <resuscitated_wael@hotmail.com> Cc: freebsd-x11@freebsd.org Subject: Re: Lenovo Y570 backlight Message-ID: <50004AF0.1010400@gmail.com> In-Reply-To: <1342094808885-5726236.post@n5.nabble.com> References: <1342085203648-5726207.post@n5.nabble.com> <201207121653.32046.erichfreebsdlist@ovitrap.com> <1342094808885-5726236.post@n5.nabble.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 07/12/12 05:06, SicoSico wrote: > Thanks for your reply Erich Dollansky-2, > > #kldload acpi_call > #acpi_call -p '\VBRC' -i 8 > Unknown object type '-1515870811' > > -- > View this message in context: http://freebsd.1045724.n5.nabble.com/Lenovo-Y570-backlight-tp5726207p5726236.html > Sent from the freebsd-x11 mailing list archive at Nabble.com. > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > You could also try kldloading acpi_video and using its sysctl interface (man acpi_video, I'm not on a machine it attaches to right now). VBRC is non-standard (as far as I know), BCL I think is the ACPI "standard" way of talking to the backlight. For some values of standard, anyway. BCL is what acpi_video looks for and talks to, but you may have a non-standard brightness acpi call. If that's the case, you'd have to dig through an ACPI dump for graphics references and try to find stuff that looks brightness related. With any luck, Lenovo uses a more traditional ACPI interface to it's non-ThinkPad lines and acpi_video will work... Matt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50004AF0.1010400>