dkarale
|
2008-07-08
, 19:06
|
Posts: 11 |
Thanked: 0 times |
Joined on Feb 2008
|
#1
|
|
2008-07-08
, 19:09
|
Posts: 425 |
Thanked: 132 times |
Joined on Mar 2008
@ California
|
#2
|
|
2008-07-08
, 19:18
|
|
Posts: 868 |
Thanked: 474 times |
Joined on Oct 2007
@ Capital District, NY, USA
|
#3
|
# Configuration file for MCE [Modules] # Path to modules # # Do not modify unless you're sure that you know what you're doing! ModulePath=/usr/lib/mce/modules # Modules # # List of modules to load # Note: the name should not include the "lib"-prefix Modules=homekey;battery;filter-brightness-als;inactivity;camera;alarm
# Modules # # List of modules to load # Note: the name should not include the "lib"-prefix #Modules=homekey;battery;filter-brightness-als;inactivity;camera;alarm Modules=homekey;battery;inactivity;camera;alarm
The Following 7 Users Say Thank You to brontide For This Useful Post: | ||
|
2008-07-08
, 19:20
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#4
|
|
2008-07-08
, 21:47
|
|
Posts: 274 |
Thanked: 143 times |
Joined on Jun 2007
@ Romania
|
#5
|
|
2008-07-08
, 23:09
|
Posts: 190 |
Thanked: 54 times |
Joined on Dec 2007
|
#6
|
Which sensor are you talking about?
Do you mean the ambient light sensor? There's no "easy" way to just disable it. Although I'm sure you could by deleting a few key libraries somewhere.
However, you can go into Control Panel --> Display and set the "Brightness Period" to 1440 minutes. This should keep the ambient light sensor from checking to adjust the screen brightness for 24 hours.
|
2008-07-08
, 23:14
|
Posts: 425 |
Thanked: 132 times |
Joined on Mar 2008
@ California
|
#7
|
|
2008-07-09
, 03:01
|
Posts: 190 |
Thanked: 54 times |
Joined on Dec 2007
|
#8
|
|
2008-07-09
, 03:10
|
|
Posts: 868 |
Thanked: 474 times |
Joined on Oct 2007
@ Capital District, NY, USA
|
#9
|
|
2008-07-09
, 03:26
|
|
Posts: 868 |
Thanked: 474 times |
Joined on Oct 2007
@ Capital District, NY, USA
|
#10
|
~ $ gconftool-2 -R /system/osso/dsm/display display_on_with_charger = true display_brightness_level_step = 1 display_blank_timeout = 300 display_brightness = 1 display_dim_timeout = 120 max_display_brightness_levels = 5 possible_display_dim_timeouts = [10,30,60,120] possible_display_blank_timeouts = [30,60,120,300]
~ $ gconftool-2 -s --type list --list-type int /system/osso/dsm/display/possible_display_dim_timeouts [10,30,60,120,600,3600,86400] ~ $ gconftool-2 -s --type list --list-type int /system/osso/dsm/display/possible_display_blank_timeouts [30,60,120,300,600,900,3600,86400] ~ $ gconftool-2 -R /system/osso/dsm/display display_on_with_charger = true display_brightness_level_step = 1 display_blank_timeout = 300 display_brightness = 1 display_dim_timeout = 120 max_display_brightness_levels = 5 possible_display_dim_timeouts = [10,30,60,120,600,3600,86400] possible_display_blank_timeouts = [30,60,120,300,600,900,3600,86400]
The Following 3 Users Say Thank You to brontide For This Useful Post: | ||