From owner-FreeBSD-users-jp@jp.freebsd.org  Sat Mar 13 18:54:23 1999
Received: by jaz.jp.freebsd.org (8.9.2+3.1W/8.7.3) id SAA06038;
	Sat, 13 Mar 1999 18:54:23 +0900 (JST)
	(envelope-from owner-FreeBSD-users-jp@jp.FreeBSD.org)
Received: from leo.ec.t.kanazawa-u.ac.jp (leo.ec.t.kanazawa-u.ac.jp [133.28.132.4])
	by jaz.jp.freebsd.org (8.9.2+3.1W/8.7.3) with ESMTP id SAA06031
	for <FreeBSD-users-jp@jp.freebsd.org>; Sat, 13 Mar 1999 18:54:21 +0900 (JST)
	(envelope-from hirano@t.kanazawa-u.ac.jp)
Received: from localhost (hirano@pisces.ec.t.kanazawa-u.ac.jp [133.28.132.56])
	by leo.ec.t.kanazawa-u.ac.jp (8.9.3/3.7W) with ESMTP id SAA13388
	for <FreeBSD-users-jp@jp.freebsd.org>; Sat, 13 Mar 1999 18:54:49 +0900 (JST)
To: FreeBSD-users-jp@jp.freebsd.org
In-Reply-To: Your message of "Sat, 13 Mar 1999 16:31:41 +0900 (JST)"
	<199903130731.QAA24575@mail.kt.rim.or.jp>
References: <199903130731.QAA24575@mail.kt.rim.or.jp>
X-Mailer: Mew version 1.92.4 on Emacs 19.28 / Mule 2.3 (SUETSUMUHANA)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
Message-Id: <19990313185412P.hirano@t.kanazawa-u.ac.jp>
Date: Sat, 13 Mar 1999 18:54:12 +0900
From: Akihiro HIRANO <hirano@t.kanazawa-u.ac.jp>
X-Dispatcher: imput version 971024
Lines: 31
Reply-To: FreeBSD-users-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+981115
X-Sequence: FreeBSD-users-jp 39822
Subject: [FreeBSD-users-jp 39822] Re: Show graphics on console
Errors-To: owner-FreeBSD-users-jp@jp.freebsd.org
Sender: owner-FreeBSD-users-jp@jp.freebsd.org
X-Originator: hirano@t.kanazawa-u.ac.jp

> $B$=$&$$$&$o$1$G!"%3%s%=!<%k$K3($rI=<($G$-$k%=%U%H%&%(%"$rC5$7$F$$(B
> $B$k$N$G$9$,A4A38+$D$+$j$^$;$s!#$I$J$?$+$4B8CN$J$$$G$7$g$&$+!#(B

$B!!(BVGL$B$H$$$&$N$r;H$($P$G$-$=$&$G$9!#%3%s%=!<%k$G%0%i%U%#%C%/I=<($9$k%i(B
$B%$%V%i%j$G$9!#$?$@!"$3$l$r;H$C$?%"%W%j%1!<%7%g%s$OCN$j$^$;$s!#$"$C$F$b(B
$B$h$5$=$&$J5$$,$9$k$N$G$9$,!D(B


VGL(3)                 FreeBSD Library Functions Manual                 VGL(3)

NAME
     vgl - Video Graphics Library functions

SYNOPSIS
     #include <vgl.h>

DESCRIPTION
     Libvgl is a library that enables the programmer access to the graphics
     modes supported by the console driver (syscons). The library takes care
     of programming the actual video hardware, and provides a number of simple
     functions to do various graphic operations. There is also support for a
     mouse via the standard mouse system in FreeBSD, see moused() , including
     the ability to transparently have a mouse pointer superimposed on the
     graphic image currently being worked on.  The library takes care of
     screen switching by storing the current image in memory before switching
     to another virtual console, and restoring when the user switches back.
     This allows several graphic applications at once, but on different virtu-
     al consoles.
----
$BJ?Ln989((B@$B6bBtBg3X9)3XIt(B $BEE5$>pJs9)3X2J(B
hirano@t.kanazawa-u.ac.jp
