From owner-freebsd-questions  Sun Feb 23 15:58:19 2003
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 CD95C37B401
	for <freebsd-questions@freebsd.org>; Sun, 23 Feb 2003 15:58:17 -0800 (PST)
Received: from mta6.snfc21.pbi.net (mta6.snfc21.pbi.net [206.13.28.240])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6359343FBF
	for <freebsd-questions@freebsd.org>; Sun, 23 Feb 2003 15:58:17 -0800 (PST)
	(envelope-from mbsd@pacbell.net)
Received: from atlas ([64.168.26.213])
 by mta6.snfc21.pbi.net (iPlanet Messaging Server 5.1 HotFix 1.6 (built Oct 18
 2002)) with ESMTP id <0HAS00LGED94B8@mta6.snfc21.pbi.net> for
 freebsd-questions@freebsd.org; Sun, 23 Feb 2003 15:58:17 -0800 (PST)
Date: Sun, 23 Feb 2003 15:58:16 -0800 (PST)
From: =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= <mbsd@pacbell.net>
Subject: Re: Xfree86-4 question re OpenGL
In-reply-to: <200302240934.16795.murraytaylor@bytecraftsystems.com>
X-X-Sender: mikko@atlas.home
To: Murray Taylor <murraytaylor@bytecraftsystems.com>
Cc: freebsd-questions@freebsd.org
Message-id: <20030223155600.N70415-100000@atlas.home>
MIME-version: 1.0
Content-type: TEXT/PLAIN; charset=US-ASCII
Content-transfer-encoding: 7BIT
Sender: owner-freebsd-questions@FreeBSD.ORG
Precedence: bulk
List-ID: <freebsd-questions.FreeBSD.ORG>
List-Archive: <http://docs.freebsd.org/mail/> (Web Archive)
List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions)
List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-questions>
List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-questions>
X-Loop: FreeBSD.ORG

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