This is a set of utilities which make using fblevel a bit easier.

gfblevel is a GTK application which provides a GUI interface to fblevel,
allowing easy control of the display backlight.  Credit to Stephan Leemburg
for the actual device access code.

display_level is a shell script which can be used on system startup to restore
a saved level for the display backlight.  display_level.conf is the
configuration file used by the display_level script.


To build gfblevel:
------------------
Just type make.  You'll need to have the gtk development libraries installed on
your system.


To install:
-----------
Copy gfblevel to a directory in your path.

display_level can be placed in the directory where your initialization scripts
reside (/etc/init.d on Debian Linux systems or /etc/rc.d/init.d on Red Hat
Linux systems) and display_level.conf should be placed in the /etc directory.
Then, symbolic links should be made from the rc directories for each runlevel
in which you want the display settings to be restored to the display_level
script.

Example (Debian Linux):
-----------------------
Say you want display_level to be run in runlevel 2.  Do the following on a
Debian system:

cp display_level /etc/init.d
ln -s /etc/init.d/display_level /etc/rc2.d/S05display_level
cp display_level.conf /etc
