|
楼主 |
发表于 2009-3-27 14:00
|
显示全部楼层
笔记本电脑监视电池
笔记本电脑用户很有用的acpi工具:
会员请用附件直接下载好了
这是一个小的命令行应用程序
主要目标对象是笔记本电脑用户,因为这些人最感兴趣的东西像电池状态,散热状况等等的还有笔记型电脑休眠。其中大部分并不适用于桌面系统。
Acpitool还支持各种扩展东芝,华硕和IBM ThinkPad笔记本电脑,使您可以改变LCD亮度水平,切换风扇开/关,等等。
打入命令可以显示用法:
acpitool --help- # acpitool --help
- Usage: acpitool [option] . . .
- Shows ACPI information from the /proc/acpi filesystem, like battery status,
- temperature, or ac power. Can also suspend your machine (if supported).
- -a, --ac_adapter AC adapter information
- -A, --Asus show supported Asus ACPI extensions (LCD brightness level, video out routing DSTD/acpi4asus info)
- -b battery status, available batteries only
- -c, --cpu CPU information (type, speed, cache size, frequency scaling, c-states, . . .)
- -B, --battery battery status, all info on all battery entries
- -e show just about everything
- -f, --fan show fan status
- -F x force fan on (x=1) or switch back to auto mode (x=0). (Toshiba only)
- -h, --help show this help screen
- -j eject ultrabay device (Thinkpad only)
- -l x set LCD brightness level to x, where x is 0..7 (Toshiba and Thinkpad only)
- -m x switch the mail led on (x=1) or off (x=0) (Asus only)
- -n x switch the wireless led on (x=1) or off (x=0). (Asus only)
- -o x set LCD on (x=1) or off (x=0). (Asus only)
- -s, --suspend suspend to memory (sleep state S3), if supported
- -S suspend to disk (sleep state S4), if supported
- -t, --thermal thermal information, including trip_points
- -T, --Toshiba show supported Toshiba ACPI extensions (LCD brightness level, video out routing, fan status)
- -v be more verbose (more detailed error messages, only usefull combined with other options)
- -V, --version show application version number and release date
- -w, --wakeup show wakeup capable devices
- -W x enable/disable wakeup capable device x. The x can be seen when invoking -w first.
- -z x set Asus LCD brightness level to x, where x is 0..15 (Asus only).
- If invoked without options, acpitool displays information about available batteries,
- AC adapter and thermal information.
- For more info, type man acpitool at the prompt.
- AcpiTool v0.5, released 24-Jul-2008
- Homepage: http://freeunix.dyndns.org:8000/site2/acpitool.shtml
复制代码 |
|