Last active
February 17, 2022 00:43
-
-
Save corndog2000/1b70eda7592478345c4c6b124df05a1a to your computer and use it in GitHub Desktop.
Launch Matlab 2021b on Linux with hardware rendering and without a terminal
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
#!/bin/bash | |
# Make this file executable by running chmod +x start-matlab.sh | |
# Change 'R2021b' to your current folder to match the version you are using. | |
export MESA_LOADER_DRIVER_OVERRIDE=i965; /usr/local/MATLAB/R2021b/bin/matlab -nosoftwareopengl -desktop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment