Björn Ritzl 5 лет назад
Родитель
Сommit
b6110fef4f
1 измененных файлов с 8 добавлено и 1 удалено
  1. 8 1
      docs/en/shared/linux-faq.md

+ 8 - 1
docs/en/shared/linux-faq.md

@@ -25,7 +25,14 @@ See the following reports for more information:
   - https://github.com/defold/editor2-issues/issues/1905
   - https://github.com/defold/editor2-issues/issues/1886
 
- If this is your problem try the following workaround:
+If this is your problem try the following workaround:
+
+```bash
+$ export MESA_GL_VERSION_OVERRIDE=2.1
+$ ./Defold
+```
+
+And if that doesn't work then try (or some other version number matching your driver and larger than or equal to 2.1):
 
 ```bash
 $ export MESA_GL_VERSION_OVERRIDE=3.1