From owner-freebsd-current@FreeBSD.ORG Mon Oct 27 15:27:03 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 86692379 for ; Mon, 27 Oct 2014 15:27:03 +0000 (UTC) Received: from mail-ie0-x234.google.com (mail-ie0-x234.google.com [IPv6:2607:f8b0:4001:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5A06E6D7 for ; Mon, 27 Oct 2014 15:27:03 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id at20so4583132iec.39 for ; Mon, 27 Oct 2014 08:27:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to:content-type; bh=6rP9R+Fe957yECs/xWDcxl2oSK1ecv+bwLYolirAvSo=; b=Ll1zUcmqNx826SeqqIgusnYeAbMQc104nAhTWJR3jP0K3GnpYE+yTpYj44s86aOl6j IDS4+VEI704xkdFS4ZVdrfca17PRvySsBCV9AZz+U9Ysy499mdajUxsC0Ffl6yfZqmSg +DivtNB4CoEq1hmP2SziOFhJ7Mwl9TRB5r/pDThwXjG1oR1cQAq3qfVnLxTumKcJbZoF AzJeCktbQedTtSbtfhwntVoLjtDTqPjoj8RX2jF059SCd4vbwTRAPwgXjdKER6Hi/rza AjiOj60hiKHJmpo8h4RdG/lM7IulEz8sWxqzezaZTR2g+Lb05/qywPH/mzms2IZ9l5dP BoLA== X-Received: by 10.42.187.72 with SMTP id cv8mr19799007icb.22.1414423622752; Mon, 27 Oct 2014 08:27:02 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.29.132 with HTTP; Mon, 27 Oct 2014 08:26:42 -0700 (PDT) From: Ed Maste Date: Mon, 27 Oct 2014 11:26:42 -0400 X-Google-Sender-Auth: g_pM70-Hfe7QW1HHVloBkhfH8iE Message-ID: Subject: Looking for libvgl users To: FreeBSD Current Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Oct 2014 15:27:03 -0000 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. Thanks, Ed