If you get no wgl output, it means your GPU drivers are not working. In a terminal run the following: $ glxinfo | grep "direct rendering" it should output: $ glxinfo | grep "direct rendering" direct rendering: Yes if it doesn't, your drivers are not working correctly. and if you run $ glxinfo | grep "server glx vendor string" and post the output we will get an idea of what drivers you have installed and what can be done to start fixing it. But, broken OpenGL isnt a wine problem, so you may have better luck going via your Distro's support channels.