Difference between revisions of "Ibm-acpi"

From ThinkWiki
Jump to: navigation, search
(Interesting links related to this project)
(Features)
Line 4: Line 4:
  
 
=== Features ===
 
=== Features ===
* Fn key combinations ({{key|Fn}}{{key|F3}}, {{key|Fn}}{{key|F4}}, {{key|Fn}}{{key|F5}}, {{key|Fn}}{{key|F7}}, {{key|Fn}}{{key|F8}}, {{key|Fn}}{{key|F9}}, {{key|Fn}}{{key|F12}})
+
*triggers ACPI Events for
* Bluetooth enabling and disabling
+
** Fn key combinations ({{key|Fn}}{{key|F1}}, {{key|Fn}}{{key|F2}}, {{key|Fn}}{{key|F3}}, {{key|Fn}}{{key|F4}}, {{key|Fn}}{{key|F5}}, {{key|Fn}}{{key|F6}}, {{key|Fn}}{{key|F7}}, {{key|Fn}}{{key|F8}}, {{key|Fn}}{{key|F9}}, {{key|Fn}}{{key|F10}}, {{key|Fn}}{{key|F11}}, {{key|Fn}}{{key|F12}})
* video output switching, video expansion control
+
** [[UltraBay]] device eject
* [[ThinkLight]] on/off
+
** Display lid, Power button, Undock button
* limited docking and undocking
+
*enables software control of
* [[UltraBay]] device eject
+
** Bluetooth
* control over several CMOS states
+
** video output switching, video expansion control
* control of LEDs
+
** docking and undocking (limited)
* [[Error Codes and Beep Codes|beep]] generation
+
** fan
* five temperature sensors
+
** [[ThinkLight]]
* fan control
+
** LEDs
 +
** [[Error Codes and Beep Codes|beep]] codes
 +
** several CMOS states
 +
* can show values of
 +
** five temperature sensors
 +
** CMOS MEM
  
 
=== Project Homepage / Availability ===
 
=== Project Homepage / Availability ===

Revision as of 01:16, 25 August 2005

ibm-acpi - IBM ThinkPad ACPI Extras Driver

This is a Linux ACPI driver for the IBM ThinkPad laptops written by Borislav Deianov. 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.

Features

  • triggers ACPI Events for
    • Fn key combinations (FnF1, FnF2, FnF3, FnF4, FnF5, FnF6, FnF7, FnF8, FnF9, FnF10, FnF11, FnF12)
    • UltraBay device eject
    • Display lid, Power button, Undock button
  • enables software control of
    • Bluetooth
    • video output switching, video expansion control
    • docking and undocking (limited)
    • fan
    • ThinkLight
    • LEDs
    • beep codes
    • several CMOS states
  • can show values of
    • five temperature sensors
    • CMOS MEM

Project Homepage / Availability

http://ibm-acpi.sourceforge.net/

Included with the Linux kernel since 2.6.10. (Keep in mind, however, that the version included with the official kernel, or with some particular distribution, is not always the latest one.)

Status

in development, usable, very much alive

Packages

Application support

Interesting links related to this project