Przeglądaj źródła

Update linux-faq.md

Björn Ritzl 5 lat temu
rodzic
commit
b6110fef4f
1 zmienionych plików z 8 dodań i 1 usunięć
  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