Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jan 1996 12:50:04 -0700 (MST)
From:      Terry Lambert <terry@lambert.org>
To:        mpp@mpp.minn.net (Mike Pritchard)
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: screen snaps for syscons & pcvt
Message-ID:  <199601171950.MAA03148@phaeton.artisoft.com>
In-Reply-To: <199601170906.DAA02495@mpp.minn.net> from "Mike Pritchard" at Jan 17, 96 03:06:00 am

next in thread | previous in thread | raw e-mail | index | archive | help
> I just got my changes working with -current again, and the way
> things basically work is this:
> 
> A program called "prntscreend" sits out there doing a select
> on /dev/screen (new device) waiting for a wakeup that is done
> anytime the print screen function is activatived via the
> keyboard.  By default it is shift+print_screen.  This can be
> changed with the keyboard maps.  When the daemon wakes up, it
> issues a read on /dev/screen to obtain the contents of the
> current console screen.  This will work even if you are scrolled
> back in the console window.  The contents are then piped out
> to lpr (command & arguments selectable via /etc/sysconfig, or
> totally disabled via /etc/sysconfig).  The kernel parts of
> the /dev/screen interface are basically slightly modified versions
> of the /dev/log interface.
> 
> Comments?

How well does it work with X? (ducks and runs).


					Terry Lambert
					terry@lambert.org
---
Any opinions in this posting are my own and not those of my present
or previous employers.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601171950.MAA03148>