Posts by skuld
- 23.07.2004, 07:22
- Forum: Celestia Users
- Topic: Status of Open Source drivers for Celestia?
- Replies: 4
- Views: 2381
Re: Status of Open Source drivers for Celestia?
Right now the Nvidia-only visual features are relatively subtle: atmospheric haze (I'm not sure which Nvidia cards support that, certainly Ti4200 and up, maybe some less featureful cards) and graduated shadow boundaries (FX5200 and up are required: this feature uses the OpenGL routine NV_fragment_p...
- 16.07.2004, 13:43
- Forum: Celestia Users
- Topic: OpenGL path : which hardware needed
- Replies: 2
- Views: 1534
Re: OpenGL path : which hardware needed
OK, I've looked into celestia source code, and found this (into glcontext.cpp) : "NvCombiners NvVP" is disabled because "NvCombiners ARBVP" is supported But case GLPath_ARBFP_ARBVP: return false; /* return (extensionSupported("GL_ARB_vertex_program") && extensionSupported(&...
- 16.07.2004, 07:03
- Forum: Celestia Users
- Topic: OpenGL path : which hardware needed
- Replies: 2
- Views: 1534
OpenGL path : which hardware needed
Hi all, I'm using Celestia 1.3.1, under Linux, with a Geforce FX5600, and 61.06 drivers. I only have the following OpenGL paths : - Basic - Multitexture - NvCombiners - DOT3 ARBVP - nvCombiners ARBVP Which hardware is needed to use - NvCombiners NvBP - ARBFP ARBVP - NV30 a glxinfo gives me server gl...
- 11.07.2004, 19:19
- Forum: Bugs
- Topic: Celestia 1.3.1 segfault at startup with nvidia glx
- Replies: 2
- Views: 1647
Re: Celestia 1.3.1 segfault at startup with nvidia glx
I've fixed my problem
I've just had to delete /usr/lib/opengl/nvidia/lib/libnvidia-tls.so.1 and now celestia start without segfaulting.
I've just had to delete /usr/lib/opengl/nvidia/lib/libnvidia-tls.so.1 and now celestia start without segfaulting.
- 11.07.2004, 18:18
- Forum: Bugs
- Topic: Celestia 1.3.1 segfault at startup with nvidia glx
- Replies: 2
- Views: 1647
Re: Celestia 1.3.1 segfault at startup with nvidia glx
Here is a GDB output, it may help : skuld@skuld# gdb celestia GNU gdb 6.1.1 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying...
- 11.07.2004, 15:52
- Forum: Bugs
- Topic: Celestia 1.3.1 segfault at startup with nvidia glx
- Replies: 2
- Views: 1647
Celestia 1.3.1 segfault at startup with nvidia glx
Hi, When I compile Celestia with X.org GLX, I can start it, but only with basic OpenGL rendering When I compile it with nVIDIA GLX, I can't start it, it crashed immediatly skuld@skuld# celestia Erreur de segmentation skuld@skuld# celestia --help Erreur de segmentation skuld@skuld# An ldd gives skuld...