hi
the libary libnvidia-cfg.so.x.y.z not documented in readme
ftp://download.nvidia.com/XFree86/Linux-x86_64/313.18/README/installedcomponents.html (for example)
in ftp://download.nvidia.com/XFree86/Linux-x86_64/313.18/NVIDIA-Linux-x86_64-313.18.run , the file exist, but in folder 32 (lib32) not
and if search libnvidia-cfg.so references in my /usr/lib with
for i in $(find -name "*.so*") ; do ldd $i |grep libnvidia-cfg.so; done
found nothing (include nvidia binaries)
this library is need?
greetings
Thanks for reporting this. I filed bug 1222452 to get the README updated.
libnvidia-cfg.so.1 is needed by nvidia-xconfig to query the GPUs in the system. It’s optional in that if it can’t be found, nvidia-xconfig’s --enable-all-gpus option (and possibly others) won’t work.
om. oks. thanks for the info
greetings
in 319.12 still not documented
in 331.13 still not documented
and other libs:
libnvidia-vgxcfg.so.x.y.z
libnvidia-fbc.so.x.y.z
sandipt
October 14, 2013, 11:34am
6
Filed Bug 1387817 to track this issue: The README is missing a description for libnvidia-vgxcfg.so.x.y.z and libnvidia-fbc.so.x.y.z