Difference between revisions of "Ibm-acpi"
(http://www.xmodding.com) |
|||
Line 1: | Line 1: | ||
− | http://www. | + | == 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 === | ||
+ | * Fn key combinations ({{key|Fn}}{{key|F3}}, {{key|Fn}}{{key|F4}}, {{key|Fn}}{{key|F5}}, {{key|Fn}}{{key|F12}}) | ||
+ | * Bluetooth enabling and disabling | ||
+ | * video output switching, video expansion control | ||
+ | * ThinkLight on/off | ||
+ | * limited docking and undocking | ||
+ | * UltraBay device eject | ||
+ | * control over several CMOS states | ||
+ | * control of LEDs | ||
+ | * beep generation | ||
+ | * five temperature sensors | ||
+ | * fan control | ||
+ | |||
+ | === Project Homepage / Availability === | ||
+ | http://ibm-acpi.sourceforge.net/ | ||
+ | |||
+ | Included with the linux kernel since 2.6.10. | ||
+ | |||
+ | === Status === | ||
+ | in development, usable, very much alive | ||
+ | |||
+ | === Packages === | ||
+ | *[[:Category:Debian | Debian]] Packages: http://debian.isg.ee.ethz.ch/public/ | ||
+ | *[[:Category:Gentoo | Gentoo]] ebuild: http://packages.gentoo.org/packages/?category=app-laptop;name=ibm-acpi | ||
+ | |||
+ | === Application support=== | ||
+ | * [http://www.gkrellm.net GKrellM] supports fan and thermal information | ||
+ | |||
+ | === Interesting links related to this project === | ||
+ | * [http://ibm-acpi.sf.net ibm-acpi Sourceforge project summary] | ||
+ | * [http://mailman.linux-thinkpad.org/mailman/listinfo/linux-thinkpad Linux-Thinkpad Mailinglist] | ||
+ | * [http://acpi.sourceforge.net acpi.sourceforge.net] | ||
+ | * [http://www.kernel.org www.kernel.org] | ||
+ | |||
+ | [[Category:Drivers]] | ||
+ | [[Category:570]] [[Category:570E]] [[Category:A20m]] [[Category:A20p]] [[Category:A20m]] [[Category:A20p]] [[Category:A21e]] [[Category:A21m]] [[Category:A21p]] [[Category:A22e]] [[Category:A22m]] [[Category:A22p]] [[Category:G40]] [[Category:G41]] [[Category:R30]] [[Category:R31]] [[Category:R32]] [[Category:R40]] [[Category:R40e]] [[Category:R50]] [[Category:R50p]] [[Category:R51]] [[Category:T20]] [[Category:T21]] [[Category:T22]] [[Category:T23]] [[Category:T30]] [[Category:T40]] [[Category:T40p]] [[Category:T41]] [[Category:T41p]] [[Category:T42]] [[Category:T42p]] [[Category:X20]] [[Category:X21]] [[Category:X22]] [[Category:X23]] [[Category:X24]] [[Category:X30]] [[Category:X31]] [[Category:X40]] | ||
+ | [[de:ibm-acpi]] |
Revision as of 10:48, 22 June 2005
Contents
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
- Fn key combinations (FnF3, FnF4, FnF5, FnF12)
- Bluetooth enabling and disabling
- video output switching, video expansion control
- ThinkLight on/off
- limited docking and undocking
- UltraBay device eject
- control over several CMOS states
- control of LEDs
- beep generation
- five temperature sensors
- fan control
Project Homepage / Availability
http://ibm-acpi.sourceforge.net/
Included with the linux kernel since 2.6.10.
Status
in development, usable, very much alive
Packages
- Debian Packages: http://debian.isg.ee.ethz.ch/public/
- Gentoo ebuild: http://packages.gentoo.org/packages/?category=app-laptop;name=ibm-acpi
Application support
- GKrellM supports fan and thermal information