OpenGL Rendering Problems

MATLAB encountered problems testing your computer's OpenGL rendering hardware. The following steps describe what you should do next:

  1. If the last error displayed in the Command Window refers to glren.so:
  2. Then add the following command to your startup.m file and restart MATLAB:
  3. If the last error displayed in the Command Window refers to glren_mesa.so:
  4. Then add the following command to your startup.m file and restart MATLAB:
  1. This command disables OpenGL rendering.

See the opengl reference page for more information on these settings and other options available to you. See also startup.

Workarounds for Known Bugs

You might be able to enable software workarounds for certain OpenGL bugs. See Driver Bug Workarounds for more information.

Other Problem Solving Resources

The cause of the problem might be the graphics driver supplied with your graphics hardware. Contact your vender to see if updates are available.

The following links provide information on diagnosing and troubleshooting problems involving OpenGL.

Background

OpenGL is a rendering method that MATLAB uses to display graphics that have greater complexity or when you use transparency. OpenGL can use graphics hardware for accelerated performance. If your computer does not have the necessary hardware, or there are incompatibilities between graphics drivers and MATLAB, you can use a software version of OpenGL.