Difference between revisions of "ThinkLight"

From ThinkWiki
Jump to: navigation, search
(Linux Support)
Line 10: Line 10:
 
Controlling the ThinkLight with the keyboard works on all systems since it relies on the BIOS exclusively. Just press {{key|Fn}}{{key|PageUp}} to toggle its state between on and off.
 
Controlling the ThinkLight with the keyboard works on all systems since it relies on the BIOS exclusively. Just press {{key|Fn}}{{key|PageUp}} to toggle its state between on and off.
  
 +
===Software Control via ibm-acpi===
 
Support for controlling the light with ACPI is provided by [[ibm-acpi]]. After installing it, a simple
 
Support for controlling the light with ACPI is provided by [[ibm-acpi]]. After installing it, a simple
 
:{{cmdroot|echo on > /proc/acpi/ibm/light}}
 
:{{cmdroot|echo on > /proc/acpi/ibm/light}}
Line 17: Line 18:
  
 
This allows one to control the light in scripts. Unfortunately, no known ThinkPad comes with a light sensor (yet). ;)
 
This allows one to control the light in scripts. Unfortunately, no known ThinkPad comes with a light sensor (yet). ;)
 +
 +
===GAIM notification===
 +
If you are using [http://gaim.sf.net GAIM], the [http://www.joachim-breitner.de/blog/archives/38-Created-gaim-thinklight.html gaim-thinklight] plugin will enable you to use the ThinkLight as an indicator for new messages.
  
 
==Models featuring this Technology==
 
==Models featuring this Technology==

Revision as of 13:55, 16 August 2005

ThinkLight

The ThinkLight is a little LED light integrated into the top edge of the display frame in the A, R, T and X ThinkPad models. It illuminates the ThinkPad's keyboard so that one can type in the dark without using an external light source. The ThinkLight can be controlled via the Fn-PageUp key combination or via ACPI on some of the newer models. Note that the ThinkLight is not available on the G series ThinkPads.

Linux Support

Controlling the ThinkLight with the keyboard works on all systems since it relies on the BIOS exclusively. Just press FnPageUp to toggle its state between on and off.

Software Control via ibm-acpi

Support for controlling the light with ACPI is provided by ibm-acpi. After installing it, a simple

# echo on > /proc/acpi/ibm/light

switches it on and a

# echo off > /proc/acpi/ibm/light

switches it off again.

This allows one to control the light in scripts. Unfortunately, no known ThinkPad comes with a light sensor (yet). ;)

GAIM notification

If you are using GAIM, the gaim-thinklight plugin will enable you to use the ThinkLight as an indicator for new messages.

Models featuring this Technology