Re: Auto brightness?

Martin T Jones <[email protected]> Sun, 04 Mar 2012 12:28:17 +0000
Newsgroups gmane.comp.sysutils.lcdproc
Message-ID <[email protected]>
On 01/03/12 17:37, Sebastian Bachmann wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> I want to controll the brigntness of my lcd screen depending on the
> system status - for example if i do nothing on the pc, the screen
> should go dark, if i do something the screen should go bright.
> I didnt found any settings in LCDd.conf or the lcdproc.conf, and the
> documentation also does not say anything about it.
>
> is this possible?
>
> thanks!
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.11 (GNU/Linux)
> Comment: Using GnuPG with Mozilla -http://enigmail.mozdev.org/
>
> iQEcBAEBAgAGBQJPT7PYAAoJEAhgHfpCPcybB4IIAJT9agw+4LE4wpHuity8H8X+
> 2qpEcK0213cssm9JQJO4MmPybO1XY7GGn0+GiGygctdML7pSHVjw4xTuU960b8bf
> MgFY3D0+bVK4CaVWx1bEauvH54UhQssvJsChAYnuIzmiLIyuCQyT5K0BkIUw9Sqy
> Dvbvhfc58ljGAlm4inUOYr/6ku6oK4Dje/CIMciZKugv3LH6VS97i4bUUCZjOFaX
> RbBu41krPi0xn0HVILJd/t2gemGNE7pbmeJmVHyCKNX39appeuxK+iQ8ut3JS7Nd
> AqTJhWyrkw4IPzGm2BgjAcR1CxrBvHirfnfQXfX6u+LAR28b0hkVqGHpt+c5UwY=
> =Wnne
> -----END PGP SIGNATURE-----
> _______________________________________________
> LCDproc mailing list
> [email protected]
> http://lists.omnipotent.net/mailman/listinfo/lcdproc
>    

The closest available option is the lcdproc load screen which turns the
backlight on or off  see: lcdproc.conf.

[Load]
# Show screen
Active=True
# Min Load Avg at which the backlight will be turned off [default: 0.05]
LowLoad=0.05
# Max Load Avg at which the backlight will start blinking [default: 1.3]
HighLoad=1.3

The client language does not currently provide a brightness command
although brightness is supported by some drivers and can be adjusted
using the LCDd menu or configuration file for these drivers.

Martin