Today i have installed wine 1.1.16 and it did display a waring about a missing Opengl library . How is this possible ? On linux i have the Nvidia video driver and when i issue glxgears i get this :
err:wgl:opengl_error No OpenGL support compiled in.
err:d3d:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat
err:d3d:InitAdapters Failed to get a gl context for default adapter
Has anyone have an ideea about this ? How can i solve this ? What is the opengl library that i have to download?
creation wrote:Do you mean re-install the nvidia driver ? Why ? I did a check and i have all the libraries.
I run open suse 11.0, 32 bits version and i did not have this issues in the past (untill wine 1.1.16) .
After the re-install do i have to re-compile wine again ?
Yes, you have to install opengl development files and after that you have to compile wine with opengl support. You could have a look at the configure log which should show if you have the libs there.
I just uninstalled the old nvidia driver from my OS repo and installed the new driver from the nvidia site and all is working well , the error did not appeared .