[PLUG] Programs won't launch after going back to nouveau driver

John Jason Jordan johnxj at comcast.net
Fri Dec 10 01:02:48 UTC 2010


On Thu, 9 Dec 2010 15:28:43 -0800
Daniel Hedlund <daniel at digitree.org> dijo:

>On Wed, Dec 8, 2010 at 17:59, John Jason Jordan <johnxj at comcast.net>
>wrote:
>
>> $ ksysguard
>> ksysguard: error while loading shared libraries:
>>        libnvidia-tls.so.260.19.21: cannot open shared object file: No
>>        such file or directory
>
>Is the libnvidia-tls.so file still on the filesystem?
>$ locate libnvidia-tls
>$ ls {/lib,/lib64,/usr{/lib,/lib64,/local{/lib,/lib64}}}/libnvidia-tls*
>
>What shared libraries are you applications trying to link against?
>$ ldd $(which ksysguard)
>$ ldd $(which fontmatrix)
>
>You should see at least one line with "... => not found" in the output
>from ldd.

$ ldd $(which ksysguard)
	<snipped a couple pages of stuff>
	libnvidia-tls.so.260.19.21 => not found
	libnvidia-glcore.so.260.19.21 => not found

$ ldd $(which fontmatrix)
	<snipped more stuff>
	libnvidia-tls.so.260.19.21 => not found
	libnvidia-glcore.so.260.19.21 => not found

And apparently root used to have the file:

[root at Devil8 /]# locate libnvidia-tls
/root/.local/share/Trash/files/libnvidia-tls.so.260.19.21
/root/.local/share/Trash/info/libnvidia-tls.so.260.19.21.trashinfo

[root at Devil8 /]# locate libnvidia-glcore
/root/.local/share/Trash/files/libnvidia-glcore.so.260.19.21
/root/.local/share/Trash/info/libnvidia-glcore.so.260.19.21.trashinfo

But evidently no more:

[root at Devil8 /]# find libnvidia-tls
find: `libnvidia-tls': No such file or directory
[root at Devil8 /]# find libnvidia-glcore
find: `libnvidia-glcore': No such file or directory

But I probably do have the files on backup media. 





More information about the PLUG mailing list