From owner-freebsd-questions@FreeBSD.ORG Tue Apr 15 17:24:19 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FBE010656E1 for ; Tue, 15 Apr 2008 17:24:19 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 01CBC8FC12 for ; Tue, 15 Apr 2008 17:24:18 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id BC7741CC91; Tue, 15 Apr 2008 09:24:17 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Tue, 15 Apr 2008 19:24:15 +0200 User-Agent: KMail/1.9.7 References: <20080415165745.GA18893@ducati-748.3rdrock.kicks-ass.net> In-Reply-To: <20080415165745.GA18893@ducati-748.3rdrock.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804151924.16638.fbsd.questions@rachie.is-a-geek.net> Cc: "Alain G. Fabry" Subject: Re: glXIsDirect failed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2008 17:24:19 -0000 On Tuesday 15 April 2008 18:57:45 Alain G. Fabry wrote: > xorg log indicates GLX and DRI to be loaded > -------- > (II) LoadModule: "glx" > (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so > (II) Module glx: vendor="X.Org Foundation" > compiled for 1.4.0, module version = 1.0.0 > ABI class: X.Org Server Extension, version 0.3 That's software GL. You need a driver for your video card and you don't mention which one you have. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.