Why do you think the error message about failing to load the swrast driver goes away if you uninstall/remove things and break your system even more?
I read some docs on the web and i did not understand whats going on with MESA, libGL and swrast
when installing NVIDIA drivers. Also "nouveau: disturbs was reported there, but its blacklisted here.
Do you have any specific problem, or is just the message annoying you?
Just annoying. I get this message only when build against Qt5.2.1 , not on Qt4.8 and only in qtcreator
IDE environment. Creating a fresh Qt GUI Application without any added code the message appears
in “Application Output” on bottom.
libGL error: failed to load driver: swrast
libGL error: Try again with LIBGL_DEBUG=verbose for more details.
Running this application outside the creator IDE gives no error at all,
even with "LIBGL_DEBUG=verbose "
I learned to accept warnings but not accept error message.
Also the libqt5 packages apparently have more debug output enabled.
So, everybody using Qt 5.2.1 , creator 3.0.1 and Nvidia driver gets this error message unless its
qt is built with less debug options ?
Where did you actually install qtcreator from?
http://download.opensuse.org/repositories/KDE:/Qt52/openSUSE_13.1/
You might also try to use the Qt4 version instead (package qt-creator).
Yes, i had 4.8 before, without any problem.
results (?):
The error message appears only because some debug options are still set in the 5.2.1 version ?
I should not care about this error and when i want to use libGL stuff in my application it will build
and run as expected ?
I can not get rid of this error message unless i build the qt libs with modified debug settings ?