Brightness keys Thinkpad T410

Need support for GhostBSD. Ask here if your question does not fit elsewhere.
Post Reply
yaslam
Posts: 7
Joined: Mon Mar 18, 2024 6:09 am

Brightness keys Thinkpad T410

Post by yaslam »

Hi, I have a Thinkpad T410 and the brightness keys do not work in MATE desktop, how do I make them work?
Thanks
User avatar
neville
Developer
Posts: 88
Joined: Fri Aug 13, 2021 10:27 am
Location: Japan

Re: Brightness keys Thinkpad T410

Post by neville »

Do you have the appropriate module loaded?

Try in a terminal as root

kldload acpi_ibm

If that doesn't work try

kldload acpi_video

And see if that helps
User avatar
neville
Developer
Posts: 88
Joined: Fri Aug 13, 2021 10:27 am
Location: Japan

Re: Brightness keys Thinkpad T410

Post by neville »

User avatar
neville
Developer
Posts: 88
Joined: Fri Aug 13, 2021 10:27 am
Location: Japan

Re: Brightness keys Thinkpad T410

Post by neville »

chadbsd
Posts: 26
Joined: Thu Oct 05, 2023 8:53 pm

Re: Brightness keys Thinkpad T410

Post by chadbsd »

yaslam
Posts: 7
Joined: Mon Mar 18, 2024 6:09 am

Re: Brightness keys Thinkpad T410

Post by yaslam »

neville wrote: Thu Mar 21, 2024 8:18 am Do you have the appropriate module loaded?

Try in a terminal as root

kldload acpi_ibm

If that doesn't work try

kldload acpi_video

And see if that helps
Ah sorry for not replying, this did not work.
yaslam
Posts: 7
Joined: Mon Mar 18, 2024 6:09 am

Re: Brightness keys Thinkpad T410

Post by yaslam »

The brightness keys don't work but doing "sysctl dev.api_ibm.0.lcd_brightness=0" or any other number works.
yaslam
Posts: 7
Joined: Mon Mar 18, 2024 6:09 am

Re: Brightness keys Thinkpad T410

Post by yaslam »

This worked :D . I used the information at https://man.freebsd.org/cgi/man.cgi?que ... ease-ports in the EXAMPLES section to make the brightness keys work.
And now it works perfectly!
Last edited by yaslam on Sun Mar 24, 2024 1:35 pm, edited 2 times in total.
yaslam
Posts: 7
Joined: Mon Mar 18, 2024 6:09 am

Re: Brightness keys Thinkpad T410

Post by yaslam »

chadbsd wrote: Thu Mar 21, 2024 8:43 am Here's a workaround. https://codeberg.org/nansys-dev/brightness-control
Thanks for the workaround. :)
Post Reply