Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S270717AbUJUPHt (ORCPT ); Thu, 21 Oct 2004 11:07:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S270742AbUJUPDu (ORCPT ); Thu, 21 Oct 2004 11:03:50 -0400 Received: from kinesis.swishmail.com ([209.10.110.86]:46348 "EHLO kinesis.swishmail.com") by vger.kernel.org with ESMTP id S270718AbUJUPBf (ORCPT ); Thu, 21 Oct 2004 11:01:35 -0400 Message-ID: <4177D20F.2080205@techsource.com> Date: Thu, 21 Oct 2004 11:13:19 -0400 From: Timothy Miller MIME-Version: 1.0 To: Jon Smirl CC: Linux Kernel Mailing List Subject: Re: HARDWARE: Open-Source-Friendly Graphics Cards -- Viable? References: <4176E08B.2050706@techsource.com> <9e4733910410201808c0796c8@mail.gmail.com> In-Reply-To: <9e4733910410201808c0796c8@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1170 Lines: 28 Jon Smirl wrote: > I have heard a lot of complaints from embedded people about having few > choices for graphics chips. Many of the low end chips from ATI/NVidia > are no longer in production and you are forced into buying more chip > than you want. You should ask about this on embedded developer lists. > > For the new X servers you have to have hardware alpha blending. > Another important feature is accelerated drawing to off-screen > buffers. Also, DMA command queues help a lot with parallelizing > drawing. DMA not only allows for more parallelism, but it's also more efficient to transport commands and image data using DMA than with PIO, particular on some platforms which do not try to optimize PIOs. > If you implement VGA you will be able to boot and work in any x86 > system without writing any code other than the BIOS. I don't think we can get away without supporting some minimal VGA functionality. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/