![]() |
2010-10-18
, 19:45
|
|
Posts: 1,503 |
Thanked: 2,688 times |
Joined on Oct 2010
@ Denmark
|
#2
|
![]() |
2010-10-18
, 19:47
|
Posts: 346 |
Thanked: 271 times |
Joined on Jan 2010
|
#3
|
![]() |
2010-10-18
, 19:58
|
|
Posts: 1,503 |
Thanked: 2,688 times |
Joined on Oct 2010
@ Denmark
|
#4
|
![]() |
2010-10-18
, 21:17
|
|
Posts: 1,503 |
Thanked: 2,688 times |
Joined on Oct 2010
@ Denmark
|
#5
|
![]() |
2010-10-19
, 08:22
|
|
Posts: 1,503 |
Thanked: 2,688 times |
Joined on Oct 2010
@ Denmark
|
#6
|
![]() |
2010-10-19
, 08:44
|
|
Posts: 623 |
Thanked: 289 times |
Joined on Jan 2010
@ UK
|
#7
|
![]() |
2010-10-19
, 08:54
|
|
Posts: 1,503 |
Thanked: 2,688 times |
Joined on Oct 2010
@ Denmark
|
#8
|
![]() |
2010-10-19
, 10:51
|
|
Posts: 623 |
Thanked: 289 times |
Joined on Jan 2010
@ UK
|
#9
|
![]() |
2010-10-19
, 11:04
|
Posts: 78 |
Thanked: 12 times |
Joined on Aug 2010
@ the holy land
|
#10
|
My own findings/solutions so far have been:
Disabling ALS via /etc/mce/mce.ini
Making a SH that loops with:
echo 160 >/sys/class/backlight/acx565akm/brightness
sleep 1
This works, and keeps my screen brightness at 160 witch is a nice setting since is kinda in the middle of setting 4 and 5 with ALS.
Disabling ALS is possible by removing it in mce.ini but it does have a bad effect by changing the 5 normal settings to 2, 5, 7, 10, 12, now whats needed in my view is to find out how to change the 5 normal settings from the really low settings without ALS to 5 custom steps.
Progress so far.
-----------------------------------
edit /etc/mce/mce.ini
remove the 'filter-brightness-als' from 'Modules=', of course rember to backup original 'mce.ini'.
make a script file in /etc/event.d/ "your filename here"
"brightness file" - mine is /home/user/bright_setting
"your filename here" - mine is /etc/event.d/frost_custom_settings and /etc/init.d/frost_custom_settings
remember to make the "brightness file" before rebooting else it will assume your brightness is 0 and that will turn off your backlight completely, witch will make it VERY difficult to see anything on the screen.
Last edited by dr_frost_dk; 2010-10-21 at 13:12.