Lenovo Y570 backlight

matt sendtomatt at gmail.com
Tue Sep 4 05:47:57 UTC 2012


On 09/03/12 19:31, SicoSico wrote:
> Thanks for your reply Kevin Oberman,
>
> #acpi_call -p '\VBRC' -i 5
> Unknown object type '-1515870811'
>
> Here are some values that may be related:
>
> #acpi_call -p '\_SB.PCI0.LPCB.EC0.BRTS'
> 10
> #acpi_call -p '\_SB.PCI0.GFX0.DD02._BCM'
> 0
> #acpi_call -p '\_SB.PCI0.GFX0.DD02._BQC'
> 0
> #acpi_call -p '\_SB.PCI0.GFX0.DD02.LVLS'
> 10
> #acpi_call -p '\_SB.PCI0.GFX0.DD02._BCL'
> Unknown object type '4'
> #acpi_call -p '\_SB.PCI0.PEG0.VGA.LCD.PLVL'
> Unknown object type '4'
>
> \_SB.PCI0.GFX0.DD02._BCM can be changed:
> #acpi_call -p '\_SB.PCI0.GFX0.DD02._BCM' -i 4
> 4
>
> After that \_SB.PCI0.GFX0.DD02._BQC value is changed to 1:
> #acpi_call -p '\_SB.PCI0.GFX0.DD02._BQC'
> 1
>
> But still this has no effect to the brightness.
> DSDT files were attached in an earlier post.
>
>
>
> --
> View this message in context: http://freebsd.1045724.n5.nabble.com/Lenovo-Y570-backlight-tp5726207p5740516.html
> Sent from the freebsd-x11 mailing list archive at Nabble.com.
> _______________________________________________
> freebsd-x11 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-x11
> To unsubscribe, send any mail to "freebsd-x11-unsubscribe at freebsd.org"
>
Have you already tried kldload acpi_video and using the sysctl interface?
It looks for _BQC to attach, so it's worth a try.

Matt


More information about the freebsd-x11 mailing list