Created
October 16, 2016 17:17
-
-
Save edwinksl/19994a59322ce355c5737c9c12dfd184 to your computer and use it in GitHub Desktop.
Software OpenGL information for MATLAB R2016b in Ubuntu 16.10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ matlab -nodesktop -nosplash -softwareopengl | |
MATLAB is selecting SOFTWARE OPENGL rendering. | |
< M A T L A B (R) > | |
Copyright 1984-2016 The MathWorks, Inc. | |
R2016b (9.1.0.441655) 64-bit (glnxa64) | |
September 7, 2016 | |
To get started, type one of these: helpwin, helpdesk, or demo. | |
For product information, visit www.mathworks.com. | |
>> opengl info | |
Version: '2.1 Mesa 10.5.2' | |
Vendor: 'Brian Paul' | |
Renderer: 'Mesa X11' | |
MaxTextureSize: 16384 | |
Visual: 'Visual 0x8d, (RGBA 32 bits (8 8 8 8), Z depth 16 bits, Hardware acceleration, Double buffer, Antialias ...' | |
Software: 'true' | |
HardwareSupportLevel: 'none' | |
SupportsGraphicsSmoothing: 0 | |
SupportsDepthPeelTransparency: 1 | |
SupportsAlignVertexCenters: 0 | |
Extensions: {156×1 cell} | |
MaxFrameBufferSize: 16384 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment