From 2bda8f7717adf28da4af0d34fb82f63d2868c31d Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmilo/asus/README | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 kmilo/asus/README (limited to 'kmilo/asus/README') diff --git a/kmilo/asus/README b/kmilo/asus/README new file mode 100644 index 0000000..b375940 --- /dev/null +++ b/kmilo/asus/README @@ -0,0 +1,43 @@ +Asus Laptop plugin for KMilo + +Chris Howells + +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 -- cgit v1.2.1