From owner-freebsd-hackers Wed Sep 27 02:30:23 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA24183 for hackers-outgoing; Wed, 27 Sep 1995 02:30:23 -0700 Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id CAA24174 ; Wed, 27 Sep 1995 02:30:15 -0700 Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.6.12/8.6.9) with ESMTP id CAA02931; Wed, 27 Sep 1995 02:30:08 -0700 Message-Id: <199509270930.CAA02931@rah.star-gate.com> X-Mailer: exmh version 1.6.2 7/18/95 To: sos@freebsd.org cc: kuku@gilberto.physik.RWTH-Aachen.DE, hackers@freebsd.org Subject: Re: vgalib for FreeBSD! In-reply-to: Your message of "Wed, 27 Sep 1995 02:20:18 PDT." <199509270920.CAA23591@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 27 Sep 1995 02:30:07 -0700 From: "Amancio Hasty Jr." Sender: owner-hackers@freebsd.org Precedence: bulk >>> sos@freebsd.org said: > > Oh, well why not use X then for purposes that require > high res/many colors?? everything else is reinventing the wheel. > Besides doing real time graphics in high res isnt going to work > anyways on 90% of the PC hardware out there, no matter what > implementation we use. Well, there is the slight matter of size with X and a process context switch for a batch of graphic operations or a process context switch per operation if you use Xsync mode --- Not my favorite idea of fast graphics. The reason why I like the XFree86 approach is for the existing support for low level graphic primitives such as line drawing , etc... Now a minimal X installation does not take that much space so we could follow that route for installs from CDs. Thats all folks , I peacefully return to my multimedia stuff :) Happy Hacking! Amancio