From owner-freebsd-stable@freebsd.org Tue Jun 21 14:37:05 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 192C2AC4550 for ; Tue, 21 Jun 2016 14:37:05 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC8CE13C4 for ; Tue, 21 Jun 2016 14:37:03 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id u5LEbMmE047951 for ; Tue, 21 Jun 2016 07:37:30 -0700 (PDT) (envelope-from bsd-lists@bsdforge.com) To: In-Reply-To: References: From: "Chris H" Subject: Re: Looking for libvgl users Date: Tue, 21 Jun 2016 07:37:30 -0700 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: <98adeba2918ca5953844c03976f24e9a@ultimatedns.net> Content-Transfer-Encoding: 8bit X-Milter: Spamilter (Reciever: udns.ultimatedns.net; Sender-ip: 127.0.0.1; Sender-helo: ultimatedns.net; ) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jun 2016 14:37:05 -0000 On Tue, 21 Jun 2016 09:33:11 -0400 Ed Maste wrote > Prompted by a recent discussion of the vt(4) console I would like to > send this query to -stable. When posted to -current about 1.5 years > ago it received only one private reply pointing out an example vgl(3) > consumer. Please see the original request and let me know if you use > vgl(3). FWIW I ran a quick # cd /usr/ports; find . | xargs grep vgl Which returned quite a few entries, as well as unrelated. In case it helps. Some of the possibly notable ones include: /devel/sdl12 /korean/man-doc/pkg-plist:share/man/ko_KR.eucKR/man3/vgl.3.gz /games/digger-vgl /japanese/groff/files/mdoc.local.in:.ds str-Lb-libvgl Video Graphics Library (libvgl, \-lvgl) /misc/compat4x /misc/compat5x /misc/compat6x /misc/compat7x /x11/virtualgl There were also matches in binary files; jdk, gnome(2|3), xorg, teX, and ghostscript. But I didn't pursue it any further. --Chris > > On 27 October 2014 at 11:26, Ed Maste wrote: > > vgl(3) is a graphics library for syscons(4) that provides some basic > > graphics operations (e.g. some mode setting, bitmaps, boxes, > > ellipses). Right now it does not support the newer vt(4) console. > > > > In order to help determine the priority of a porting effort to add > > vt(4) support I'd like to better understand where vgl is being used > > now. I'd be interested in hearing about both open source software > > using vgl as well as proprietary or internal applications. So if > > you're using vgl I'd appreciate a follow up (in private is fine) with > > a brief description of your use case.