[Kwintv] Nvidia TLS / please add following useful debug-Info

Florian Jostock jostock at rhrk.uni-kl.de
Sat Oct 9 18:56:56 CEST 2004


Hello, finally I found the reason why kwintv didnt work: the newest nvidia 
driver seems to have a problem.

But I searched an searched.. Please add following to
the file kdetv/libkdetv/pluginfactory.cpp, only with that Info, I found the 
error:

KdetvPluginBase* PluginFactory::doGetPlugin(PluginDesc* plugin, bool 
qWidgetArg, QObject* o)
{

[...]

    } else {
        kdDebug() << "PluginFactory: Error loading library kdetv_" << 
plugin->lib << endl << 
/*THIS LINE*/  "Error Message: " <<    loader->lastErrorMessage() << endl;
    }
    return 0L;
}

I solved the Problem as described here:
http://groups.google.com/groups?hl=de&lr=&ie=UTF-8&threadm=2uELx-3XI-63%40gated-at.bofh.it&rnum=2&prev=/groups%3Fq%3Dlibnvidia-tls.so.1%253A%2520cannot%2520handle%2520TLS%2520data%26num%3D20%26hl%3Dde%26lr%3D%26ie%3DUTF-8%26sa%3DN%26tab%3Dwg

"I have had a problem similar to this. I was able to work around it by running

cp /usr/lib/opengl/nvidia/lib/libnvidia-tls.so.1.0.6111
/usr/lib/opengl/nvidia/tls/

opengl-update nvidia

It seems that the nvidia glx stuff includes two copies of the
libnvidia-tls (each is a different file size), and only one of them
works? The command above copies the one that works over top of the one
that doesn't."

I have a question: Why xawtv did work without changing anything?

Here an extract from kdetv-output while it didn't work:
kdetv: Sourcemanager: scanPlugins()
kdetv: Sourcemanager: stopDevice()
kdetv: Sourcemanager: Found a plugin: Video4Linux Plugin
kdetv: PluginFactory: Error loading library kdetv_v4l
Error Message:libnvidia-tls.so.1: cannot handle TLS data
kdetv: PluginFactory: getPlugin: 'Video4Linux Plugin' refCount: 0
kdetv: Sourcemanager: Found a plugin: XVideo Plugin
kdetv: PluginFactory: Error loading library kdetv_xv
Error Message:libnvidia-tls.so.1: cannot handleTLS data
kdetv: PluginFactory: getPlugin: 'XVideo Plugin' refCount: 0

nice greetings
-- 
flo


More information about the kwintv mailing list