I tried to run the script below to test and adjust my brightness form
console at my hardy. Although i am able to set and get the brightness
values i dont see any change at the backlight. I dont know where to
check. What can be the reason?
Power Manager Brightness Applet is not working, too.
#!/bin/bash
#dependencies : hal and dbus
if [ "x$*" = "x" ]
then
echo ""
echo "Usage : $0 [OPTION]"
echo ""
echo 'Options :'
echo ' get : get the current brightness level'
echo ' up : increase the brightness with one level'
echo ' down : decrease the brightness with one level'
echo ' <level> : set the brigtness level'
exit
fi