From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 17 Sep 1998 01:15:29 -0400 From: Russ Cox rsc@plan9.bell-labs.com Subject: [9fans] screenblanker Topicbox-Message-UUID: 80692b6a-eac8-11e9-9e20-41e7f4b1d025 Content-Type: text/plain; charset=UTF-8 Message-ID: <19980917051529.opqfRE7QeKracJKAECQTA5Maffsiw_FeoWFhQCcevus@z> The screen blanker is (and always has been) at http://plan9.bell-labs.com/~rsc/plan9/blanker.txt It's an embarrassing piece of code. My only defense is that it was almost two years ago. The screen blanking really belongs in 8½, not outside it, and really should have help from the hardware to make it effective (e.g.. echo -n blank >/dev/vgactl; echo -n unblank >/dev/vgactl). That said, the boddle in blanker.txt does work as advertised without these things. A nice compromise might be to take Scott Schwartz's vga hardware modifications and rewrite the shell script included in blanker.txt to take advantage of them. Russ