Thread
:
Custom Brightness for N900 - no ALS
View Single Post
dr_frost_dk
2010-10-19 , 12:24
Posts: 1,503 | Thanked: 2,688 times | Joined on Oct 2010 @ Denmark
#
14
actual code from script ( i'm not the best programmer.... so if you have some good changes please post
)
----------------------------------------------------------------
#!/bin/sh
i=5
while [ i$ -lt 10 ]
do
echo 160 >/sys/class/backlight/acx565akm/brightness
sleep 1
done
------------------------------------------------------------------
so if you want to try it.
as for /etc/mce/mce.ini just remove the 'filter-brightness-als' from 'Modules=', of course rember to backup original 'mce.ini'.
Just a warning: edit of 'mce.ini' and reboot, will make your screen very dark since brightness step 5 (max setting) will have a value of 12 instead of orig value of 255.
Quote & Reply
|
dr_frost_dk
View Public Profile
Send a private message to dr_frost_dk
Visit dr_frost_dk's homepage!
Find all posts by dr_frost_dk