-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create laptop backlight control by wrapping ddcutil #44
Comments
Once upon a time I had my own script to change the brightness: https://github.com/denilsonsa/small_scripts/blob/master/obsolete/change_LCD_brightness.py I have no idea if it is still relevant or if it still works. I'm now sharing some extra information that may help you:
You may want to look at how LXQt, XFCE, OpenBox or any of those handle the Some laptops also have a keyboard backlight. I know KDE shows a slider for the display brightness and for the keyboard backlight under the "Battery and Brightness" systray icon. Good luck! I'm not sure how long I'll still have this laptop, so my contributions to this issue moving forward will be limited. |
Thanks for the extra info. Reading your script and other info (such as the arch wiki), it does look like providing some limited laptop capability is a temptingly close possibility. I struggle with the thought of buying a laptop I don't need. It does seem different brands of laptop might work a bit differently - so I might need to get access to more than one brand. I do have a 20 year old Toshiba laptop gathering dust in a closet. I doubt it's very representative of modern hardware, but perhaps I could get a 32 bit linux to run on it and start from there. I'm in no hurry though, it's not anything I have a need for. |
Then don't. ;) Don't buy if you don't need. Ask friends or relatives if they can help. Maybe a local repair shop might be able to help you, or may even be able to lend or rent a laptop for a few days. (I mean, it's an exceptional request, but it's worth asking. They may even like the idea of the project and thus more willing to contribute.) |
This idea could be implemented in ddcutil-service rather than in vdu_controls. Something to consider. |
Support some laptop backlight adjustment by wrapping ddcutil with a wrapper that accepts DDC/CI commands on behalf of the laptop and translates them into whatever really needs to be done. It must implement:
That all appears pretty easy, except I don't own a laptop. If anyone with a laptop would like to explore this, I'd be happy to try and create ddcutil wrapper script according for them to experiment with.
The text was updated successfully, but these errors were encountered: