From owner-freebsd-questions@FreeBSD.ORG Wed Jul 18 18:30:47 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3DBCD16A49A; Wed, 18 Jul 2007 18:30:47 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 87D7A13C474; Wed, 18 Jul 2007 18:30:46 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.66) with esmtp (envelope-from ) id <1IBEIP-0007ad-Dx>; Wed, 18 Jul 2007 20:30:45 +0200 Received: from e178028158.adsl.alicedsl.de ([85.178.28.158] helo=[192.168.1.200]) by inpost2.zedat.fu-berlin.de (Exim 4.66) with esmtpsa (envelope-from ) id <1IBEIP-0005VG-BD>; Wed, 18 Jul 2007 20:30:45 +0200 Message-ID: <469E5C6A.5070802@zedat.fu-berlin.de> Date: Wed, 18 Jul 2007 20:31:06 +0200 From: "O. Hartmann" User-Agent: Thunderbird 2.0.0.4 (X11/20070715) MIME-Version: 1.0 To: RW References: <469CD8FF.1000400@zedat.fu-berlin.de> <20070718192200.194663b5@gumby.homeunix.com.> In-Reply-To: <20070718192200.194663b5@gumby.homeunix.com.> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.28.158 Cc: freebsd-x11@freebsd.org, freebsd-questions@freebsd.org Subject: Re: FreeBSD 7.0-CURRENT/Xorg 7.2: nv driver without OpenGL? 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: Wed, 18 Jul 2007 18:30:47 -0000 RW wrote: > On Tue, 17 Jul 2007 14:58:07 +0000 > "O. Hartmann" wrote: > > >> Hello List. >> I run into a problems after upgrading a box from FreeBSD >> 6.2-STABLE/i386 with Xorg 7.2 to FreeBSD 7.0-CURRENT/i386 with Xorg >> 7.2. >> >> Stellarium 0.8.2 as taken from the ports is frequently used by my >> department to produce some scenic pictures and Stellarium ran quite >> well on my box on FreeBSD 6.2-STABLE and Xorg 7.2. After changing OS >> to FreeBSD 7.0-CURRENT/i386 and recompiling everything Stellarium >> quits working immediately after startup with this error message: >> >> ------------------------------------------------------- >> [ This is Stellarium 0.8.2 - http://www.stellarium.org ] >> [ Copyright (C) 2000-2006 Fabien Chereau et al ] >> ------------------------------------------------------- >> Warning: Couldn't set 1024x768 video mode (X11 driver not configured >> with OpenGL), retrying with stencil size 0 >> Error: Couldn't set 1024x768 video mode: X11 driver not configured >> with OpenGL! >> >> This happens with every resolution I try to start the application. >> >> I checked the nv-X-driver for my nVidia graphics board and realized >> it isn't built with OpebGL support anymore as it was/seemed to be >> previously (Stellarium ran quite well prior to the OS change). >> > > Are you sure that you were previously using the nv driver rather than > the nvidia driver? > > AFAIK nv has never had any OpenGL support. x11/nvidia-driver is the > manufacturers own driver, with 3-d hardware support. > Hello. I never used the nVidia BLOB, I was always with the open source driver. So, if "nv" never have had OpenGL support the error that occurs to me must be related to something else. But what? Oliver