Date: Sun, 13 Jun 2004 13:24:04 GMT From: astro <e99@gmx.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/67904: ports/atro/stellarium 0.6.0 and nvidia driver Message-ID: <200406131324.i5DDO4IU005615@www.freebsd.org> Resent-Message-ID: <200406131330.i5DDUS6P027329@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 67904 >Category: ports >Synopsis: ports/atro/stellarium 0.6.0 and nvidia driver >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 13 13:30:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: astro >Release: 5.2.1-RELEASE-p8 >Organization: >Environment: FreeBSD test1.home.local 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #1: Fri Jun 11 20:24:02 CEST 2004 root@test1.home.local:/usr/obj/usr/src/sys/TEST1 i386 >Description: Have to apply the following patch to get stellarium 0.6.0 port working with nvidia driver. Befor the patch i got the error: "sdl: Couldn't set 1024x768 video mode: Couldn't find matching GLX visual!". >How-To-Repeat: >Fix: --- src/stel_sdl.cpp.orig Sun Jun 13 15:07:44 2004 +++ src/stel_sdl.cpp Sun Jun 13 15:08:15 2004 @@ -52,7 +52,7 @@ // We want a hardware surface Vflags = SDL_HWSURFACE|SDL_OPENGL;//|SDL_DOUBLEBUF; - SDL_GL_SetAttribute(SDL_GL_STENCIL_SIZE,1); + //SDL_GL_SetAttribute(SDL_GL_STENCIL_SIZE,1); // If fullscreen, set the Flag if (core->get_Fullscreen()) Vflags|=SDL_FULLSCREEN; >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406131324.i5DDO4IU005615>