Subject: Re: Can't run OpenGL programs
To: Yasir Malik <ymalik@heineken.cs.stevens-tech.edu>
From: James Chacon <jmc@NetBSD.org>
List: port-i386
Date: 12/30/2003 00:18:11
On Tue, Dec 30, 2003 at 12:43:11AM -0500, Yasir Malik wrote:
> Hello,
> I can't run any OpenGL programs. I get the following error:
> GLUT: Fatal Error in <my prgram>: OpenGL GLX extension not supported by
> display. :0.0
>
> I was able to compile the glut3.7 library fine.
Edit your XF86config and turn on GL support:
Load "glx"
James