View Single Post
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#17
Originally Posted by fanoush View Post
Also that fancy fade effect still works with their original levels so it is slightly annoying when you change the level in UI. It would need additional non-trivial code to disable this. So far I was lazy to do it.
I have fixed it. It wasn't that hard aftter all. I was thinking before about changing that fade effect with original levels to new fade effect with translated levels which is indeed a bit complex but there is easier solution - ignore all intermediate levels in fading and replace it by final one immediately. Result is same as in some early OS2006 version on 770 - there is no fade effect.

If you don't like those bright flashes when changing brightness with my previous kernel, redownload and reflash kernel and modify blset script to write value + 32768 so it becomes
Code:
value=$((hwlevel*256+swlevel+128+32768))
__________________
Newbies click here before posting. Thanks.

If you really need to PM me with troubleshooting question please consider posting it to the forum instead. It is OK to PM me a link to such post then. Thank you.