From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dc-mx12.cluster1.charter.net (dc-mx12.cluster1.charter.net [209.225.8.22]) by dsl2.external.hp.com (Postfix) with ESMTP id 161824829 for ; Sat, 14 Sep 2002 22:28:38 -0600 (MDT) Message-ID: <3D840C5E.2080405@charter.net> Date: Sun, 15 Sep 2002 00:28:14 -0400 From: "B. Douglas Hilton" MIME-Version: 1.0 To: Helge Deller Cc: debian-hppa@lists.debian.org, parisc-linux@lists.parisc-linux.org References: <200209150209.46701.deller@gmx.de> Content-Type: text/plain; charset=us-ascii; format=flowed Subject: [parisc-linux] Re: [PATCH] Voodoo framebuffer on PARISC Sender: parisc-linux-admin@lists.parisc-linux.org Errors-To: parisc-linux-admin@lists.parisc-linux.org List-Help: List-Post: List-Subscribe: , List-Id: parisc-linux developers list List-Unsubscribe: , List-Archive: Fantastic! I was tinkering with this but I stalled out. I had to cart my C200 in to work to use as a prototype server machine for a proof of concept on a new project, but I will be sure to give it a whirl as it still has the V2 inside it. This might really help the project as now all the FX guys have an inexpensive option for graphics! When building the kernel should I disable "console on STI fb" option then? Did you add a "console on sstfb" option to config? Can't wait to try it out! Cheers! - Doug Helge Deller wrote: > Hi, > > there has been some discussions on this lists a few weeks back > about getting the Voodoo framebuffer driver working on HPPA. > The attached patch allows me to use my Voodoo 2 with the sstfb > framebuffer driver in 16bpp in 640x480, 800x600 and 1024x768 > resolutions on console and under X. > > Greetings, > Helge > > NB: This patch is already integrated into the 2.4.19-pa18 kernel and > I'll continue to do some more code-cleanups before trying to get it > into the official kernel. > > > ------------------------------------------------------------------------ > > Index: sstfb.c > =================================================================== > RCS file: /var/cvs/linux/drivers/video/sstfb.c,v > retrieving revision 1.4 > diff -u -p -r1.4 sstfb.c > --- sstfb.c 4 Aug 2002 22:59:15 -0000 1.4 > +++ sstfb.c 14 Sep 2002 23:58:43 -0000 > @@ -107,6 +107,7 @@ > > #include > #include > +#include > > #include