> 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