<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head><body><div data-html-editor-font-wrapper="true" style="font-family: arial, sans-serif; font-size: 13px;">Thinkng about this some more, the errors might be because you need to install some additional packages on your system besides a graphics driver -- the proprietary graphics drivers from AMD and NVIDIA are much better, less buggy and faster, than the open source ones. If are using Ubuntu, you should have at least the libgl1-mesa-dri and libgl1-mesa-glx packages installed. I'd also recommend installing the mesa-utils package for the glxinfo program. And also on Ubuntu, use the Additional Drivers application to install the proprietary driver. We do not recommend running Chimera on a virtual machine, the graphics support in virtual machines is too buggy in general, and will be significantly slower when it does work.<br><br>To debug your OpenGL support, run the xdpyinfo program and confirm that the GLX extension is present. If not, then you need to install additional packages from your Linux distribution and restart the X server (reboot or logout & login). Run 'lspci | grep VGA' to see what kind of graphics card you have. Then run 'glxinfo | grep "OpenGL vendor"' to see if the graphics driver a vendor supplied one or not. If not, install the proprietary driver.<br><br>You may have noticed that I have not yet mention Intel graphics. That is because, with Intel graphics, your only choice is to use the open source driver. That driver has improved a lot recently, but it is still buggier than the AMD and NVIDIA ones, and it is very difficult to install a newer driver unless you update your Linux system.<br><br> HTH,<br><br> Greg<br><br>February 20 2015 10:11 AM, "Tom Goddard" <<a target="_blank" tabindex="-1" href="mailto:%22Tom%20Goddard%22%20<goddard@sonic.net>">goddard@sonic.net</a>> wrote:<blockquote><p> </p><div><div style="word-wrap: break-word;-webkit-nbsp-mode: space;-webkit-line-break: after-white-space">These errors mean your system OpenGL graphics driver is not functioning. The fix is to install an updated graphics driver. If you have an nvidia or amd graphics card you can get a driver from their web sites.<div> </div><div>Tom</div><div> </div><div> <div> <blockquote type="cite"><div>On Feb 20, 2015, at 3:12 AM, Chiara Parravicini wrote:</div> <div><div dir="ltr"><div><div>Dear Chimera Users,<br> </div>After installing Chimera from the precompiled version chimera-1.10.1-linux_x86_64.bin (the installation completed without any error), I get the following error when I run the binary:<br><br>libGL error: unable to load driver: nouveau_dri.so<br>libGL error: driver pointer missing<br>libGL error: failed to load driver: nouveau<br>libGL error: unable to load driver: swrast_dri.so<br>libGL error: failed to load driver: swrast<br>X Error of failed request: GLXBadContextTag<br> Major opcode of failed request: 156 (GLX)<br> Minor opcode of failed request: 5 (X_GLXMakeCurrent)<br> Serial number of failed request: 1455<br> Current serial number in output stream: 1455<br> </div><div>I would appreciate any help or suggestion!<br> </div><div>Many Thanks in advance<br> </div><div>Chiara</div><div> </div></div>_______________________________________________<br>Chimera-users mailing list<br><a target="_blank" tabindex="-1" rel="external" href="mailto:Chimera-users@cgl.ucsf.edu">Chimera-users@cgl.ucsf.edu</a><br><a target="_blank" href="http://plato.cgl.ucsf.edu/mailman/listinfo/chimera-users">http://plato.cgl.ucsf.edu/mailman/listinfo/chimera-users</a></div></blockquote></div></div></div></div><p> </p></blockquote></div></body></html>