Related to what you mentioned, I found another wsconsctl setting, display.backlight. It apparently accepts a value from 0 to 100 with a value of 0 to 99 treated as 0. Setting it to 0 causes the same effect I have been getting with the screen blanker in wscons and X. Setting it to 100 puts it back to normal.
I currently have the brightness turned down to 0, and using the "X symbol" built-in screen saver. It'll do for now. I'll look for any possible firmware updates, but I don't believe there have been any for several years. Thanks, Buck On Mon, Jun 7, 2010 at 11:35 PM, Miod Vallat <m...@online.fr> wrote: > > Hello, all. I have 4.7 installed on a TiBook 800 (PowerBook3,4 (DVI)). > > Enabled the screen blanking feature with: > > > > sudo wsconsctl display.kbdact=on display.screen_off=60000 > > > > After a minute of inactivity, the screen did not blank. Indeed, it went > to > > full brightness. Pressing a key brings the brightness back down to > normal; > > about 37%. Setting display.vblank=on made no difference. > > > > After resetting the above values to their defaults, turning screen > blanking > > back off, I ran X using the default wsfb driver. The only mod I made was > to > > set the screen saver's length to 60 seconds: > > > > xset s 60 > > > > By default, it prefers blanking the screen. After a minute, I got the > same > > results as before. The display went to full brightness. > > In both cases, the same blanking code gets invoked in the kernel. This > code invokes the ``backlight-off'' method from Open Firmware to (as the > name suggests) switch off the panel backlight. Apparently on your > system, this causes the opposite effect, and unless there is some form > of firmware upgrade available for your machine, I'm afraid there is > nothing that can be done at the OpenBSD level. > > Miod