From owner-freebsd-hackers@FreeBSD.ORG Sun Aug 17 07:41:51 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E8E537B401 for ; Sun, 17 Aug 2003 07:41:51 -0700 (PDT) Received: from smtp.web.de (smtp02.web.de [217.72.192.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B87243F3F for ; Sun, 17 Aug 2003 07:41:50 -0700 (PDT) (envelope-from nakal@web.de) Received: from [217.225.228.69] (helo=[192.168.0.1]) by smtp.web.de with esmtp (TLSv1:DES-CBC3-SHA:168) (WEB.DE 4.99 #448) id 19oOj7-00009f-00 for hackers@freebsd.org; Sun, 17 Aug 2003 16:41:49 +0200 From: Martin To: hackers@freebsd.org In-Reply-To: <20030817141358.45152.qmail@web41411.mail.yahoo.com> References: <20030817141358.45152.qmail@web41411.mail.yahoo.com> Content-Type: text/plain Message-Id: <1061131296.593.13.camel@klotz.local> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Sun, 17 Aug 2003 16:41:37 +0200 Content-Transfer-Encoding: 7bit Sender: nakal@web.de Subject: Re: VGL X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Aug 2003 14:41:51 -0000 On Sun, 2003-08-17 at 16:13, zera holladay wrote: > Good day, what or where are the valid values for the > parameter (int mode) for the functions of vgl.h as in > VGLInit(int mode)? You can find them in /usr/include/sys/consio.h Look at the #defines prefixed with "SW_". Can you give me feedback if everything works for you? I have troubles. I cannot use any single mode, even when vidcontrol reports them as valid. :( I'm not happy with libvgl. Are there any other alternatives to use graphics on console? Martin