Hello!
I'm trying to bring our old backlight timeout back to life.
To toggle the backlight, I'm launching pgserver with a specific option :
pgserver --timers.backlightoff=100
(this should be a 10 sec timeout).
Now, in the fbdev.c framebuffer file, I catch the driver messages :
- PGDM_BACKLIGHT=0
This is a bug in pgserver, it seems. The backlight timer uses the same
code as the cursor hide timer, and I've noticed a similar problem with it.
On Fri, Jan 31, 2003 at 05:47:47PM +0100, Thierry Th?voz wrote:
> Hello!
>
> I'm trying to bring our old backlight timeout back to life.
>
> To toggle