From owner-freebsd-questions@FreeBSD.ORG Sun Sep 14 00:17:31 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F32716A4BF for ; Sun, 14 Sep 2003 00:17:31 -0700 (PDT) Received: from pimout3-ext.prodigy.net (pimout3-ext.prodigy.net [207.115.63.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 742D843FAF for ; Sun, 14 Sep 2003 00:17:30 -0700 (PDT) (envelope-from FilaBuster@prodigy.net) Received: from prodigy.net (dialup-67.31.137.218.Dial1.Denver1.Level3.net [67.31.137.218])h8E7HS0l244412 for ; Sun, 14 Sep 2003 03:17:29 -0400 Message-ID: <3F64180B.9060805@prodigy.net> Date: Sun, 14 Sep 2003 01:26:03 -0600 From: Phillip Neiswanger User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: OpenGL software rendering X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2003 07:17:31 -0000 Hello, Has anyone tried OpenGL software rendering with Nate Robins tutorial programs located here: http://www.xmission.com/~nate/tutors/tutors.zip I get a black background and the menus seem to be working, but that's it. Sometimes the programs produce areas of randomly colored pixels. However, if I then load the kernel module for my graphics card (Voodoo 5 5500) and restart X so I get hardware acceleration then the programs produce appropriate output. Currently, I'm learning GL programming using software rendering because the dri voodoo driver has a problem with colormaps. Anyway, I was just wondering if anyone else experiences similar problems with software rendering. My system is using the following: AMD Athlon classic 850Mhz EPOX EP-7KXA motherboard Voodoo 5 5500 vid card FreeBSD 4.7 with my own configuration XFree86 4.3.0 packages from packages-4-stable -- phil