I'm seeing performance issues when running Kerbal Space Program on my Thinkpad T430 (Core i7 2.9 GHz, 8 GB RAM, Intel onboard graphics), and one of the things I've been told to try is running under DirectX or OpenGL. I know DirectX is Windows specific, but how can I make sure OpenGL is loaded and working?
Ubuntu Mate 16.04.3, 4.10.* kernel, Ubuntu native version of KSP (not Steam or Windows/Wine).
Execute the following command in a Terminal:
If in the result shows
Yes
, then you have 3D acceleration, and hence OpenGL.If
glxinfo
is not installed in your system, then install it first by executing the following command on a Terminal:Here is the output of my terminal installing
mesa-utils
and executing the command I told you before:Hope it helps.