T495 brightness

Hi!

I am using accessibility/gammy for brightness in my T495.
I like to use FN keys but I am not successful.

In /boot/loader.conf I have:
Code:
acpi_ibm_load="YES"
acpi_call_load="YES"
acpi_video_load="YES"
sysctl -a | grep bright grep shows:
{code]hw.acpi.video.lcd0.brightness: 60
dev.acpi_ibm.0.lcd_brightness: 0 [/code]

With key FN = brightness -/+ it works but screen brightness doesn't change:

Code:
cat /var/run/devd.pipe
!system=ACPI subsystem=IBM type=\_SB_.PCI0.LPC0.EC0_.HKEY notify=0x11
!system=ACPI subsystem=Video type=brightness notify=55
!system=ACPI subsystem=IBM type=\_SB_.PCI0.LPC0.EC0_.HKEY notify=0x11
!system=ACPI subsystem=Video type=brightness notify=50

Thank you.
 
I have in /var/log/messages some errors related to acpi_ec0 (when computer boot). One of the is
"acpi_ec0 no hardware response errors" and as I remeber it wa 2021 when I report a bug in acpi mailing list. The answer was if I want to rid of the put in sysctl.conf debug.acpi.ec.burst=1.

Thank you to help me.
 
Back
Top