https://github.com/bcambl/thinkpad-kb-backlight-service
Re-enable Thinkpad keyboard backlight after reboot/sleep/suspend/hibernate on linux.
https://github.com/bcambl/thinkpad-kb-backlight-service
Last synced: 4 months ago
JSON representation
Re-enable Thinkpad keyboard backlight after reboot/sleep/suspend/hibernate on linux.
- Host: GitHub
- URL: https://github.com/bcambl/thinkpad-kb-backlight-service
- Owner: bcambl
- Created: 2022-11-15T00:35:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-15T00:37:38.000Z (over 3 years ago)
- Last Synced: 2025-12-07T09:49:28.807Z (7 months ago)
- Language: Jinja
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Thinkpad keyboard backlight service
===================================
Re-enable Thinkpad keyboard backlight after reboot/sleep/suspend/hibernate on linux.
Tested on Intel T490 & AMD P14s Gen2 running Fedora 36.
### Automated installer with ansible playbook
re-enable keyboard backlight upon wake from sleep or reboot with keyboard brightness set to low (1 x Fn+Space):
```
ansible-playbook --ask-become-pass -i localhost, install.yml -e ansible_connection=local
```
re-enable keyboard backlight upon wake from sleep or reboot with keyboard brightness set to high (2 x Fn+Space):
```
ansible-playbook --ask-become-pass -i localhost, install.yml -e ansible_connection=local -e brightness=2
```