You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeutils/kmilo/asus
Slávek Banko 2fa177c5d6
Simplify CMake rules for desktop file translations.
4 years ago
..
CMakeL10n.txt Add CMakeL10n rules. 5 years ago
CMakeLists.txt Simplify CMake rules for desktop file translations. 4 years ago
Makefile.am Additional k => tde renaming and fixes 11 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
asus.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
asus.h Rename common header files for consistency with class renaming 11 years ago
kmilo_asus.desktop Desktop file translations: 4 years ago

README

Asus Laptop plugin for KMilo

Chris Howells <howells@kde.org>

About
-----

This KMilo module, in conjunction with the Asus asus_acpi Linux kernel
module, allows some of the special keys on the keyboard of an Asus laptop to
be fully utilised.

The asus_acpi kernel modules exports a control and monitoring interface
using the Linux kernel's /proc psuedo file system.

The /proc file system
---------------------

/proc/acpi/asus/brn - Sets/gets the brightness of the LCD backlight
Values between 0 (most dim) and 15 (most bright)

/proc/acpi/asus/info - Shows information about the laptop

/proc/acpi/asus/lcd - Sets/gets whether the LCD is on or off
Values of 0 or 1

/proc/acpi/asus/disp - Sets/gets whether the LCD/VGA/TV out is used
Values of
0 - no display
1 - LCD only
2 - CRT only
3 - LCD + CRT
4 - TV out only
5 - LCD + TV out
6 - CRT + TV out
7 - LCD + CRT + TV out

Changes
-------

Todo
----
* Support lcd and disp stuff
* Maybe support volume stuff