frkd
January 19th, 2010, 22:47
Hi.
I have an eeepc, and it comes with acpi software for adjusting the screen brightness. However in a dark room, the screen is still far too bright on its lowest setting.
Some beta software named eeectl already exists with the intent of allowing users to control brightness among other things, but just makes my screen go black, not what it should do.
I was wondering whether it'd either be possible to identify and debug the app that sets this lower limit, by just increasing the limit. Alternatively to write a simple app to do this in C.
I'm seeking opinions on good tutorials to read/whereabouts in the acpi spec to start/if I'm in over my head.
I consider myself a newbie who's mostly good at trial and error.
If I press Fn+F3 or F4, it adjusts the brightness up or down. So I was thinking that if I learn how to break on these specific keycodes, I might eventually end up at code that does what I want.
It's kind of hackity, but I have time and a passion to learn using less than elegant methods.
Thanks in advance.
I have an eeepc, and it comes with acpi software for adjusting the screen brightness. However in a dark room, the screen is still far too bright on its lowest setting.
Some beta software named eeectl already exists with the intent of allowing users to control brightness among other things, but just makes my screen go black, not what it should do.
I was wondering whether it'd either be possible to identify and debug the app that sets this lower limit, by just increasing the limit. Alternatively to write a simple app to do this in C.
I'm seeking opinions on good tutorials to read/whereabouts in the acpi spec to start/if I'm in over my head.
I consider myself a newbie who's mostly good at trial and error.
If I press Fn+F3 or F4, it adjusts the brightness up or down. So I was thinking that if I learn how to break on these specific keycodes, I might eventually end up at code that does what I want.
It's kind of hackity, but I have time and a passion to learn using less than elegant methods.
Thanks in advance.