#! /bin/sh

#
# Mauriat Miranda (http://www.mjmwired.net/contact.php)
# http://www.mjmwired.net/resources/mjm-fujitsu-tablet-suse.shtml
#

## Path:        System/Powermanagement/Powersave/LCD
## Description: These settings determine, how the powersave daemon \
## will adjust your LCD brightness. 
##

## Path:        System/Powermanagement/Powersave/LCD
## Type:        string
#
# The proc file that controls the LCD brightness
#
PROC_ACPI_LCD_FILE="/proc/acpi/video/VGA/LCD/brightness"

## Path:        System/Powermanagement/Powersave/LCD
## Type:        integer(1:8)
## Default:     "8"
#
# brightness when the system is power by the AC adaptor.
# 
LCD_BRIGHTNESS_ON_AC="8"

## Path:        System/Powermanagement/Powersave/LCD
## Type:        integer(1:8)
## Default:     "4"
#
# brightness when the system is power by the battery.
# 
LCD_BRIGHTNESS_ON_BAT="4"
