Re: Problem with NVidia GL libraries

2006-05-28 Thread Michael Uleysky
> > No. If I enable glx module in Xorg.conf X crashes with segfault. > > You'd surprise the world then if you could get an OpenGL app running. If I run, for example, glxinfo with Mesa GL libraries without running X I get error message Error: unable to open display (null) But if run glxinfo with

Re: Problem with NVidia GL libraries

2006-05-28 Thread Leo Peschier
> No. If I enable glx module in Xorg.conf X crashes with segfault. You'd surprise the world then if you could get an OpenGL app running. The NVidia doc's mention issues of x86-64 and early 2.6 kernels. Did you check that out. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: h

Re: Problem with NVidia GL libraries

2006-05-28 Thread Michael Uleysky
> Michael, > > Maybe asking for the obvious, but is the glx module properly loaded? > > [~]$ grep -i glx /var/log/Xorg.0.log > (II) LoadModule: "glx" > (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so > (II) Module glx: vendor="NVIDIA Corporation" > (II) Loading extension GLX > (II) Loading

Re: Problem with NVidia GL libraries

2006-05-28 Thread Leo Peschier
Michael, Maybe asking for the obvious, but is the glx module properly loaded? [~]$ grep -i glx /var/log/Xorg.0.log (II) LoadModule: "glx" (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so (II) Module glx: vendor="NVIDIA Corporation" (II) Loading extension GLX (II) Loading extension NV-GLX

Re: Problem with NVidia GL libraries

2006-05-28 Thread Michael Uleysky
> NVidia installer by default place GL libraries into /usr/lib and remove > old libraries from /usr/X11R6/lib. So I modified paths in this commands. > > file /usr/lib/libGL.so* show > /usr/lib/libGL.so: symbolic link to `libGL.so.1' > /usr/lib/libGL.so.1:symbolic link to `libGL.so.

Re: Problem with NVidia GL libraries

2006-05-25 Thread uleysky
> If you have a running system, then the problem is a lot more likely > with the precompiled binary that you're trying to use. What's the > output from these commands: > > file /usr/X11R6/lib/libGL.so* > readelf -h /usr/X11R6/lib/libGL.so > ldd -v /usr/X11R6/lib/libGL.so NVidia installer by defau

Re: Problem with NVidia GL libraries

2006-05-24 Thread Dan Nicholson
On 5/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: NVidia installer correctly remove old libraries so I have only one version of libGL. Also, I try to install NVidia libraries manually and select which library to use with help of LD_LIBRARY_PATH variable. If LD_LIBRARY_PATH points to standa

Re: Problem with NVidia GL libraries

2006-05-24 Thread uleysky
> [EMAIL PROTECTED] wrote: > > I have version 1.0-8178 running, no problems. > The NVidia documentation says something about it: > If X starts but you have trouble with OpenGL, you most likely have a > problem with other libraries in the way, or there are stale symlinks ... > Some libraries that of

Re: Problem with NVidia GL libraries

2006-05-24 Thread Leo Peschier
[EMAIL PROTECTED] wrote: After installing nvidia drivers all applications dynamically linked with libGl crashes with segfault immediately after run. Very simple program test.c: int main() { return 0;} if linked against libGL gcc -o test -L/usr/X11R6/lib -lGL test.c I have version 1.0-8178 runni

Re: Problem with NVidia GL libraries

2006-05-24 Thread Rainer Peter Feller
On Thu, 2006-05-25 at 01:04 +1100, [EMAIL PROTECTED] wrote: > > Hi Michael, > > > > what version of xorg did you use? The nivida driver don´t work with > > xorg-server >=1.0.99.902 > > > > mfg > > Theo > > XFree86 4.5.0, X.org 6.9.0. Problem not in driver, driver work fine. > Problem in libraries.

Re: Problem with NVidia GL libraries

2006-05-24 Thread uleysky
> Which NVIDIA drivers. 7174, 8756, 8762? > > Stef Bon > 7174, 8178, 8756, 8762. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: Problem with NVidia GL libraries

2006-05-24 Thread uleysky
> Hi Michael, > > what version of xorg did you use? The nivida driver don´t work with > xorg-server >=1.0.99.902 > > mfg > Theo XFree86 4.5.0, X.org 6.9.0. Problem not in driver, driver work fine. Problem in libraries. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.

Re: Problem with NVidia GL libraries

2006-05-24 Thread Theo Schneider
Hi Michael, [EMAIL PROTECTED] schrieb: After installing nvidia drivers all applications dynamically linked with libGl crashes with segfault immediately after run. Very simple program test.c: int main() { return 0;} if linked against libGL gcc -o test -L/usr/X11R6/lib -lGL test.c also crashes wit

Re: Problem with NVidia GL libraries

2006-05-24 Thread Stef Bon
[EMAIL PROTECTED] wrote: > Architecture: x86_64 > Any help? Which NVIDIA drivers. 7174, 8756, 8762? Stef Bon > > Michael Uleysky > -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Problem with NVidia GL libraries

2006-05-23 Thread uleysky
After installing nvidia drivers all applications dynamically linked with libGl crashes with segfault immediately after run. Very simple program test.c: int main() { return 0;} if linked against libGL gcc -o test -L/usr/X11R6/lib -lGL test.c also crashes with segfault. I try different versions of gl