Elsőként talán érdemes lenne utána nézni, hogy a Bios-ban az ACPI engedélyezve van e, mert enélkül nem nagyon fog működni a háttérvilágítás szabályozása.
Azután egy egyszerű segédprogrammal mehet nálad -
Intel only!- a backlight szabályozása, idézet az előző, belinkelt oldalról.
Backlight utilities
xbacklight
Brightness can be set using the xorg-xbacklight package.
Note:
xbacklight only works with intel. Radeon does not support the RandR backlight property.
xbacklight currently does not work with the modesetting driver [1].
To set brightness to 50% of maximum:
$ xbacklight -set 50
Increments can be used instead of absolute values, for example to increase or decrease brightness by 10%:
$ xbacklight -inc 10
$ xbacklight -dec 10
Gamma can be set using either the xorg-xrandr or xorg-xgamma package. The following commands create the same effect.
$ xrandr --output LVDS1 --gamma 1.0:1.0:1.0
$ xgamma -rgamma 1 -ggamma 1 -bgamma 1
Tip: These commands can be bound to keyboard keys as described in Extra keyboard keys in Xorg.
If you get the "No outputs have backlight property" error, it is because xrandr/xbacklight does not choose the right directory in /sys/class/backlight. You can specify the directory by setting the Backlight option of the device section in xorg.conf. For instance, if the name of the directory is intel_backlight, the device section can be configured as follows:
/etc/X11/xorg.conf
Section "Device"
Identifier "Card0"
Driver "intel"
Option "Backlight" "intel_backlight"
EndSection
Note: You'd need to install xf86-video-intel to reference the intel driver.
A puppy linux csomagkezelőjében -l
ásd pl. a tahr_puppy csomagkezelő képét!- letölthető egy ilyen alkalmazás.

A tahr-puppy csomagkezelő ezt a fált szedi le:
xbacklight_1.1.2-1_i386.deb
---------------------------------------------------------------------------------------
A linkeléshez ez talán segítséget adhat:
symlink-hardlink