Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2003 15:58:16 -0800 (PST)
From:      =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= <mbsd@pacbell.net>
To:        Murray Taylor <murraytaylor@bytecraftsystems.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Xfree86-4 question re OpenGL
Message-ID:  <20030223155600.N70415-100000@atlas.home>
In-Reply-To: <200302240934.16795.murraytaylor@bytecraftsystems.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 24 Feb 2003, Murray Taylor wrote:

> I installed XFree86 4.2.0 from a current ports tree WITHOUT  having ever had
> XFree86-3 loaded.
[...]
> When I run it from command line i get this
>
> ttyp0 > kpovmodeler
> Xlib:  extension "GLX" missing on display ":0.0".
> Xlib:  extension "GLX" missing on display ":0.0".
> PMPart: TreeView added
> PMPart: DialogView added
> PMPart: GLView added
> PMPart: GLView added
> PMPart: GLView added
> PMPart: GLView added
>
> and the GUI has the 4 display windows showing
>
> No OpenGL support
>
> I have Mesa 3,4,2_2 loaded ( it appearesd during the KDE build I think )
>
> How cam I get the OpenGL support working?

From my /etc/X11/XF86Config:

  Section "Module"
	...
        Load  "GLcore"
        Load  "glx"
	...
  EndSection

That may or may not be it.

  $.02,
  /Mikko


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030223155600.N70415-100000>