Date: Tue, 4 Sep 2012 07:59:05 -0700 (PDT) From: SicoSico <resuscitated_wael@hotmail.com> To: freebsd-x11@freebsd.org Subject: Re: Lenovo Y570 backlight Message-ID: <1346770745437-5740634.post@n5.nabble.com> In-Reply-To: <50459608.7050801@gmail.com> References: <1342085203648-5726207.post@n5.nabble.com> <201207121653.32046.erichfreebsdlist@ovitrap.com> <1342094808885-5726236.post@n5.nabble.com> <50004AF0.1010400@gmail.com> <1346704065209-5740445.post@n5.nabble.com> <CAN6yY1tJggN1%2BCS37DBqRPO=mynwEnNM0xs8K-dhQVLma9RzLQ@mail.gmail.com> <1346725868219-5740516.post@n5.nabble.com> <50459608.7050801@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Yes, I did. Some values can be changed like 'hw.acpi.video.lcd0.brightness', others don't like 'hw.acpi.video.lcd0.active'. The brightness is max in all cases. #kldload acpi_video #sysctl hw.acpi.video hw.acpi.video.crt0.active: 0 hw.acpi.video.lcd0.active: 0 hw.acpi.video.lcd0.brightness: 70 hw.acpi.video.lcd0.fullpower: 70 hw.acpi.video.lcd0.economy: 30 hw.acpi.video.lcd0.levels: 70 30 10 17 23 30 40 50 60 70 80 90 100 hw.acpi.video.ext0.active: 0 hw.acpi.video.crt1.active: 0 hw.acpi.video.lcd1.active: 0 hw.acpi.video.lcd1.brightness: 70 hw.acpi.video.lcd1.fullpower: 70 hw.acpi.video.lcd1.economy: 30 hw.acpi.video.lcd1.levels: 70 30 10 17 23 30 40 50 60 70 80 90 100 hw.acpi.video.ext1.active: 0 hw.acpi.video.ext2.active: 0 hw.acpi.video.ext3.active: 0 hw.acpi.video.ext4.active: 0 hw.acpi.video.ext5.active: 0 #sysctl hw.acpi.video.lcd0.active=1 hw.acpi.video.lcd0.active: 0 -> 0 #sysctl hw.acpi.video.lcd0.brightness=30 hw.acpi.video.lcd0.brightness: 70 -> 30 #sysctl hw.acpi.video.lcd1.active=1 hw.acpi.video.lcd1.active: 0 -> 0 #sysctl hw.acpi.video.lcd1.brightness=30 hw.acpi.video.lcd1.brightness: 70 -> 30 -- View this message in context: http://freebsd.1045724.n5.nabble.com/Lenovo-Y570-backlight-tp5726207p5740634.html Sent from the freebsd-x11 mailing list archive at Nabble.com.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1346770745437-5740634.post>