From owner-freebsd-hackers Sat Dec 25 1:10:53 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from shell.futuresouth.com (shell.futuresouth.com [198.78.58.28]) by hub.freebsd.org (Postfix) with ESMTP id 012BC151F9; Sat, 25 Dec 1999 01:10:51 -0800 (PST) (envelope-from tim@futuresouth.com) Received: (from tim@localhost) by shell.futuresouth.com (8.9.3/8.9.3) id DAA15774; Sat, 25 Dec 1999 03:09:10 -0600 (CST) Date: Sat, 25 Dec 1999 03:09:10 -0600 From: Tim Tsai To: freebsd-hackers@freebsd.org Cc: sos@freebsd.org Subject: using vgl Message-ID: <19991225030910.A15516@futuresouth.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to do some work based on vgl but it appears that it is tied to syscons and any vgl programs must be started off a console. Is there any way I can start a vgl program from a remote terminal (but have the output be displayed on the local VGA screen) without writing a proxy of some kind? I peeked at the source and there are various syscons related ioctl() calls. Any reason that /dev/io and /dev/mem wasn't used instead? Thanks! Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message