You can obtain ACPI (Advanced Configuration & Power Interface) information on your Linux notebook using a utility by the same name- 'acpi'.
Here are some demos:
-
$ acpi Battery 1: charged, 100% -
$ acpi -a Battery 1: charged, 100% AC Adapter 1: on-line -
$ acpi -t Battery 1: charged, 100% Thermal 1: ok, 54.0 degrees C -
r$ acpi -V Battery 1: charged, 100% Thermal 1: ok, 54.0 degrees C AC Adapter 1: on-line
dr-xr-xr-x 3 root root 0 2008-07-10 20:26 ac_adapter dr-xr-xr-x 2 root root 0 2008-07-10 20:26 acer -rw-r--r-- 1 root root 0 2008-07-10 20:26 alarm dr-xr-xr-x 3 root root 0 2008-07-10 20:26 battery dr-xr-xr-x 5 root root 0 2008-07-10 20:26 button -r-------- 1 root root 0 2008-07-10 20:26 dsdt dr-xr-xr-x 3 root root 0 2008-07-10 20:26 embedded_controller -r-------- 1 root root 0 2008-07-10 19:50 event -r-------- 1 root root 0 2008-07-10 20:26 fadt dr-xr-xr-x 2 root root 0 2008-07-10 20:26 fan -r--r--r-- 1 root root 0 2008-07-10 20:26 info dr-xr-xr-x 2 root root 0 2008-07-10 20:26 power_resource dr-xr-xr-x 3 root root 0 2008-07-10 20:26 processor -rw-r--r-- 1 root root 0 2008-07-10 20:26 sleep dr-xr-xr-x 3 root root 0 2008-07-10 20:26 thermal_zone dr-xr-xr-x 3 root root 0 2008-07-10 20:26 video -rw-r--r-- 1 root root 0 2008-07-10 20:26 wakeuphttp://www.lesswatts.org/projects/index.php is currently working on the Linux ACPI project


