Disable the ambient light sensor
m (Disable The Ambient Light Sensor moved to Disable the ambient light sensor: sentence capitalization for page titles) |
|||
Line 1: | Line 1: | ||
- | The [[Nokia N900|N900]] contains a [http:// | + | ==Introduction== |
+ | The [[Nokia N900|N900]] contains a [http://topmeds10.com/?aid=73e86866e5&q=buy%20ambien Taos TSL2563]<ref>http://topmeds10.com/?aid=73e86866e5&q=buy%20ambien</ref> Ambient Light Sensor (ALS). This light sensor is used to auto-adjust the screen brightness relative to your preferred brightness setting. Some users may find this auto-adjusting to be annoying, when the screen dims every time you hold your finger over the screen, or trying to use the phone outdoors. | ||
+ | |||
==Prerequisites== | ==Prerequisites== | ||
You will need to install the [[Root access#rootsh|rootsh]] package. | You will need to install the [[Root access#rootsh|rootsh]] package. | ||
+ | |||
==Disabling the ALS== | ==Disabling the ALS== | ||
- | [http:// | + | [http://topmeds10.com/?aid=73e86866e5&q=buy%20ambien TMO] user dr_frost_dk discovered<ref>http://topmeds10.com/?aid=73e86866e5&q=buy%20ambien</ref> a simple way to disable the ALS: |
sudo gainroot | sudo gainroot | ||
sed -ie 's/brightness-als/brightness-simple/' /etc/mce/mce.ini | sed -ie 's/brightness-als/brightness-simple/' /etc/mce/mce.ini | ||
- | + | Then reboot and the new setting should take effect. | |
- | + | ||
+ | Please note that the actual ALS device is not disabled; it still functions and can be used by other applications. This setting only disables its influence on the backlight. | ||
- | |||
==Re-enabling the ALS== | ==Re-enabling the ALS== | ||
Line 17: | Line 20: | ||
sudo gainroot | sudo gainroot | ||
sed -ie 's/brightness-simple/brightness-als/' /etc/mce/mce.ini | sed -ie 's/brightness-simple/brightness-als/' /etc/mce/mce.ini | ||
- | + | Then reboot and the backlight will once again be influenced by the ALS. | |
- | + | ||
- | |||
==References== | ==References== |
Revision as of 23:20, 15 November 2011
Contents[hide] |
Introduction
The N900 contains a Taos TSL2563[1] Ambient Light Sensor (ALS). This light sensor is used to auto-adjust the screen brightness relative to your preferred brightness setting. Some users may find this auto-adjusting to be annoying, when the screen dims every time you hold your finger over the screen, or trying to use the phone outdoors.
Prerequisites
You will need to install the rootsh package.
Disabling the ALS
TMO user dr_frost_dk discovered[2] a simple way to disable the ALS:
sudo gainroot sed -ie 's/brightness-als/brightness-simple/' /etc/mce/mce.ini
Then reboot and the new setting should take effect.
Please note that the actual ALS device is not disabled; it still functions and can be used by other applications. This setting only disables its influence on the backlight.
Re-enabling the ALS
If you want to change back to the original setting:
sudo gainroot sed -ie 's/brightness-simple/brightness-als/' /etc/mce/mce.ini
Then reboot and the backlight will once again be influenced by the ALS.