From owner-freebsd-arch@FreeBSD.ORG Wed Feb 11 15:34:54 2004 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3043716A4CE for ; Wed, 11 Feb 2004 15:34:54 -0800 (PST) Received: from aware.akrobiz.com (unknown [66.218.140.130]) by mx1.FreeBSD.org (Postfix) with SMTP id D609443D1D for ; Wed, 11 Feb 2004 15:34:53 -0800 (PST) (envelope-from james@akrobiz.com) Received: (qmail 6115 invoked from network); 11 Feb 2004 23:41:48 -0000 Received: from unknown (HELO bug) (66.218.129.134) by aware.akrobiz.com with SMTP; 11 Feb 2004 23:41:48 -0000 Message-ID: <000e01c3f0f7$a765c980$0500a8c0@bug> From: "James Lehman" To: Date: Wed, 11 Feb 2004 18:34:55 -0500 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Q: frame buffer video in FreeBSD ??? X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Feb 2004 23:34:54 -0000 Hello everyone. Like many other people new to FreeBSD, I come from many years of experience with Linux. In Linux we can build the kernel to provide a frame buffer device(s) /dev/fb0 fb1, fb2... This is basically a file descriptor that actually refers to the memory on the video card. Using ioctl system calls to this descriptor gets and sets resolution and color depth, etc. I've written a fairly comprehensive API in C called ezfb. http://www.akrobiz.com/ezfb/ Is there anything like this in FreeBSD? Is there any way to port this code to FreeBSD? Thanks!