--- video_brightnessup.sh	2008-05-26 21:47:00.000000000 +0200
+++ /etc/acpi/video_brightnessup.sh	2008-06-28 10:57:12.000000000 +0200
@@ -1,5 +1,8 @@
 #!/bin/sh
-[ -f /usr/share/acpi-support/key-constants ] || exit 0
 
-. /usr/share/acpi-support/key-constants
-acpi_fakekey $KEY_BRIGHTNESSUP
+echo $[`grep current /proc/acpi/video/VID1/LCD0/brightness | cut -d ' ' -f 2`+10] > /proc/acpi/video/VID1/LCD0/brightness
+
+#[ -f /usr/share/acpi-support/key-constants ] || exit 1
+#
+#. /usr/share/acpi-support/key-constants
+#acpi_fakekey $KEY_BRIGHTNESSUP
