09-24-2021, 06:57 PM
Does Blender already have an icon in the launcher? If so, you will probably find the corresponding .desktop file in /usr/share/applications/. In that file insert setting the variable on the "Exec=" line:
If you want to keep this file from being overwritten (e. g. with package updates), you can copy the .desktop file to ~/.local/share/applications/ which will take precedence over the one in /usr/share/applications.
If no .desktop file for blender exists, you have to create a new one.
Code:
Exec=env LIBGL_ALWAYS_SOFTWARE=1 blender
If no .desktop file for blender exists, you have to create a new one.