Difference between revisions of "Ibm-acpi"

From ThinkWiki
Jump to: navigation, search
(Add note about the ibm-acpi rename to thinkpad-acpi on Linux 2.6.22)
(Interesting links related to this project: added link to gmane ibm-acpi-devel archive)
Line 54: Line 54:
 
=== Interesting links related to this project ===
 
=== Interesting links related to this project ===
 
* [http://ibm-acpi.sf.net ibm-acpi Sourceforge project summary]
 
* [http://ibm-acpi.sf.net ibm-acpi Sourceforge project summary]
* [https://lists.sourceforge.net/lists/listinfo/ibm-acpi-devel ibm-acpi-devel Mailinglist]
+
* [https://lists.sourceforge.net/lists/listinfo/ibm-acpi-devel ibm-acpi-devel Mailinglist] [http://gmane.org/info.php?group=gmane.linux.acpi.ibm-acpi.devel (List archive on gmane.net)]
 
* [http://mailman.linux-thinkpad.org/mailman/listinfo/linux-thinkpad Linux-Thinkpad Mailinglist]
 
* [http://mailman.linux-thinkpad.org/mailman/listinfo/linux-thinkpad Linux-Thinkpad Mailinglist]
 
* [http://acpi.sourceforge.net acpi.sourceforge.net]
 
* [http://acpi.sourceforge.net acpi.sourceforge.net]

Revision as of 06:41, 2 July 2007

ibm-acpi - IBM ThinkPad ACPI Extras Driver

This is a Linux ACPI driver for the IBM ThinkPad laptops written by Borislav Deianov, and currently maintained by Henrique de Moraes Holschuh. It aims to support various features of these laptops which are accessible through the ACPI framework but not otherwise supported by the generic Linux ACPI drivers. As a kernel module, ibm-acpi works as a bridge to deliver information about certain hardware events like key presses or control the state of certain hardware features by software.

NOTE!
The ibm-acpi driver is going to be renamed to thinkpad-acpi on Linux kernel 2.6.22

Features

  • triggers ACPI Events for
  • enables control via /proc files of
    • Bluetooth
    • Video output switching, video expansion control
    • Docking and undocking (limited)
    • Fan (on most models, only enable/disable; speed control is added by a further patch)
    • Volume
    • LCD Brightness
    • ThinkLight
    • LEDs
    • Beep codes
    • Several CMOS states
  • can show values of


Some of these features are available only when the module is loaded with the experimental=1 option. To enable it, add the following to /etc/modprobe.conf (or your distribution's equivalent):

options ibm_acpi experimental=1

Project Homepage / Availability

Status

In development, usable, actively maintained. Patches should go to the ibm-acpi-devel mailing list.

Even if you have disabled the BIOS setting for automatically dimming at battery power, after using the brightness switch of ibm-acpi, the auto-dimming behavior is enabled. So, if you need a bright display even on battery power, you should not set any brightness via /proc/acpi/ibm/brightness.

Application support

  • GKrellM supports fan and thermal information
  • gaim-thinklight is a gaim plugin which makes the ThinkLight blink, when a message arrives.
  • gaim-lightthink is an alternative to gaim-thinklight.
  • rocklight is a xmms visualization plugin that makes the ThinkLight flash to the beat of your music. The package also includes a standalone stroboscope mode program.
  • IBM ACPI applet is a small gnome panel applet which shows the fan speed and thermal informations
  • ACPI fan control scripts can be used to control the system fan according to system temperatures (overriding the firmware)

Interesting links related to this project