LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 12-24-2004, 09:59 PM   #1
trey85stang
Senior Member
 
Registered: Sep 2003
Posts: 1,091

Rep: Reputation: 41
Latest updates killed 3d accell


I recently installed all the updates just this afternoon 12/24.... this included a few glibc updates. Afterwards I cannot get opengl working at all. Here is what I have done so far...

uninstalled nvidia drive 6629 and reinstalled (get errors after the module builds.. here is the good stuff from the log... (i cut out the kernel module portion of the log.. since it built correctly)

EDIT: this is FC3 w/ all the latest updates excluding openoffice updates, GeForce FX5700le is the vid card.. if anything else is needed just ask

Code:
-> Kernel module compilation complete.
-> Installing both new and classic TLS OpenGL libraries.
-> Installing 'NVIDIA Accelerated Graphics Driver for Linux-x86' (1.0-6629):
   executing: './usr/src/nv/makedevices.sh'...
   executing: '/sbin/ldconfig'...
   /sbin/ldconfig: Input file /usr/X11R6/lib/libXvMCNVIDIA.so.1.0.6629 not foun
   d.
   
   /sbin/ldconfig: Input file /usr/local/lib/libxvidcore.so.4.0 not found.
   
   /sbin/ldconfig: Input file /usr/local/lib/libdivxdecore.so not found.
   
   /sbin/ldconfig: Input file /usr/local/lib/libmp3lame.so.0.0.0 not found.
   
   /sbin/ldconfig: Input file /usr/local/lib/libdha.so.1.0 not found.
   
   /sbin/ldconfig: Input file /usr/local/lib/libdivxencore.so not found.
   
   /sbin/ldconfig: Input file /usr/lib/libnvidia-tls.so.1.0.6629 not found.
   
   /sbin/ldconfig: Input file /usr/lib/libGLcore.so.1.0.6629 not found.
   
   /sbin/ldconfig: Input file /usr/lib/libGL.so.1.0.6629 not found.
   
   /sbin/ldconfig: Input file /usr/lib/tls/libnvidia-tls.so.1.0.6629 not found.
   
   executing: '/sbin/depmod -aq'...
-> done.
-> Driver file installation is complete.
-> Running post-install sanity check:
ERROR: Unable to get file properties for '/usr/lib/libGL.so.1' (No such file or
       directory).
WARNING: The symbolic link '/usr/lib/libGL.so.1' does not exist.  This is
         necessary for correct operation of the NVIDIA Accelerated Graphics
         Driver for Linux-x86.  You can create this symbolic link manually by
         executing `ln -sf libGL.so.1.0.6629 /usr/lib/libGL.so.1`.
ERROR: Unable to get file properties for '/usr/lib/libGLcore.so.1' (No such
       file or directory).
WARNING: The symbolic link '/usr/lib/libGLcore.so.1' does not exist.  This is
         necessary for correct operation of the NVIDIA Accelerated Graphics
         Driver for Linux-x86.  You can create this symbolic link manually by
         executing `ln -sf libGLcore.so.1.0.6629 /usr/lib/libGLcore.so.1`.
ERROR: Unable to get file properties for '/usr/lib/libnvidia-tls.so.1' (No such
       file or directory).
WARNING: The symbolic link '/usr/lib/libnvidia-tls.so.1' does not exist.  This
         is necessary for correct operation of the NVIDIA Accelerated Graphics
         Driver for Linux-x86.  You can create this symbolic link manually by
         executing `ln -sf libnvidia-tls.so.1.0.6629
         /usr/lib/libnvidia-tls.so.1`.
ERROR: Unable to get file properties for '/usr/lib/tls/libnvidia-tls.so.1' (No
       such file or directory).
WARNING: The symbolic link '/usr/lib/tls/libnvidia-tls.so.1' does not exist. 
         This is necessary for correct operation of the NVIDIA Accelerated
         Graphics Driver for Linux-x86.  You can create this symbolic link
         manually by executing `ln -sf libnvidia-tls.so.1.0.6629
         /usr/lib/tls/libnvidia-tls.so.1`.
ERROR: Unable to get file properties for
       '/usr/X11R6/lib/libXvMCNVIDIA_dynamic.so.1' (No such file or
       directory).
WARNING: The symbolic link '/usr/X11R6/lib/libXvMCNVIDIA_dynamic.so.1' does not
         exist.  This is necessary for correct operation of the NVIDIA
         Accelerated Graphics Driver for Linux-x86.  You can create this
         symbolic link manually by executing `ln -sf libXvMCNVIDIA.so.1.0.6629
         /usr/X11R6/lib/libXvMCNVIDIA_dynamic.so.1`.
-> done.
-> Post-install sanity check failed.
-> Shared memory test passed.
-> Running runtime sanity check:
ERROR: The runtime configuration check failed for library 'libGL.so.1.0.6629'
       (expected: '/usr/lib/libGL.so.1', found: 'not').  The most likely reason
       for this is that conflicting OpenGL libraries are installed in a
       location not inspected by nvidia-installer.  Please be sure you have
       uninstalled any third-party OpenGL and third-party graphics driver
       packages.
-> done.
-> Runtime sanity check failed.
ERROR: Installation has failed.  Please see the file
       '/var/log/nvidia-installer.log' for details.  You may find suggestions
       on fixing installation problems in the README available on the Linux
       driver download page at www.nvidia.com.
I ran all teh above commands it suggested and all it results in is a segmentation fault with glxgears and glxinfo

removing the links and and runnign the two commands leaves me with "libGL.so.1 not found... so what is messed up?? I notice (the log) says uninstall any third-party opengl drivers but i dont have any except nvidia??

any ideas?

Thanks,
Trey

Last edited by trey85stang; 12-24-2004 at 10:00 PM.
 
Old 12-25-2004, 08:10 PM   #2
trey85stang
Senior Member
 
Registered: Sep 2003
Posts: 1,091

Original Poster
Rep: Reputation: 41
ttt, i fixed all the ldconfig errors for the non-related GL libs...
 
Old 12-26-2004, 05:49 AM   #3
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,719

Rep: Reputation: 68
I installed the new updates and the lib files came up with a lot of errors in X11, no "X"
on laptop.
And my PC also crashed because of various lib problems.

Jim
 
Old 12-26-2004, 01:30 PM   #4
trey85stang
Senior Member
 
Registered: Sep 2003
Posts: 1,091

Original Poster
Rep: Reputation: 41
blahh... It had nothing to do with the glibc updates.. it was the selinux update (found it in an obscure RH forum).

I disabled selinux with selinux=0 from the kernel boot params.

Everything installed fine afterwards.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
synaptic 0.57.5 breaks; latest unstable, watch updates & upgrades Nix_Hard MEPIS 1 10-06-2005 07:55 PM
Latest Suse 9.2 updates has killed mozilla apps randrake Linux - Software 0 05-12-2005 07:32 PM
Yast2 software update on 8.2? Bring in latest KDE 3.3.1 updates Conficio SUSE / openSUSE 5 11-17-2004 08:55 AM
radeon 9200 3d accell in SuSE 9.1 dauerv Linux - Hardware 2 09-08-2004 10:51 PM
did you hear the latest concerning "monthly updates" from microsoft perry General 11 02-19-2004 09:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 11:06 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration