From owner-freebsd-hackers@FreeBSD.ORG Sun Jun 5 13:45:04 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org 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 BF00B16A41C for ; Sun, 5 Jun 2005 13:45:04 +0000 (GMT) (envelope-from cmello@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71DF943D1D for ; Sun, 5 Jun 2005 13:45:04 +0000 (GMT) (envelope-from cmello@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so904227wra for ; Sun, 05 Jun 2005 06:45:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ffQU5UgRJNnwP2O1Xq431BQUrV4gcW7P2Xpe/ydWoqVmcBZIJaqWptzuD/iWsLyDqc1mvsQ0AK7TmP84IZiveTads6L/bcVL4BP3H/9C6w94dIKtjNO+J0pIRXLo848srUYKGgFObFu2uF0do8IN7r7nidWfA9q0eE7di5EypxM= Received: by 10.54.115.3 with SMTP id n3mr2580233wrc; Sun, 05 Jun 2005 06:45:03 -0700 (PDT) Received: by 10.54.102.20 with HTTP; Sun, 5 Jun 2005 06:45:02 -0700 (PDT) Message-ID: Date: Sun, 5 Jun 2005 10:45:02 -0300 From: Cesar Mello To: freebsd-hackers@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Vesa X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Cesar Mello List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jun 2005 13:45:04 -0000 Hello, =20 I'd like to do some research on framebuffer GUIs (without Xorg) in FreeBSD. My background is C/C++ programming, Win32 and a bit of xlib. I've read the developer handbook but it didn't seem to have enough information= =20 for me. Can you please point me to more information about framebuffer development for FreeBSD (if any exists), or about how I can start doing a video driver for example? I have no idea if this should be done in kernel o= r=20 userland, and if in userland, what must I do to have access to video hardware. =20 Thank you very much for the attention. Cesar