daeyun / vim-matlab

Neovim plugin for MATLAB
Mozilla Public License 2.0
105 stars 19 forks source link

Matlab Server starts with software opengl #31

Open ankitbhatia opened 4 years ago

ankitbhatia commented 4 years ago

I'm facing this issue for the first time on a fresh installation of ubuntu with matlab 2019b.

It seems if I run :MatlabLaunchServer in vim, it starts a matlab instance with software opengl support and doesn't spawn any java windows. If i start the server by running the script (hardware opengl seems to work and everything is fine. If I spawn the matlab instance through the command line, it still recognizes hardware opengl. Any thoughts on what might be the problem?