Björn Ritzl преди 4 години
родител
ревизия
4a41809dce
променени са 1 файла, в които са добавени 10 реда и са изтрити 0 реда
  1. 10 0
      docs/en/shared/linux-faq.md

+ 10 - 0
docs/en/shared/linux-faq.md

@@ -40,6 +40,16 @@ $ ./Defold
 ```
 
 
+#### Q: Why am I getting "com.jogamp.opengl.GLException: Graphics configuration failed" when launching Defold on Ubuntu 20.04?
+
+A: On certain distributions there is an issue with the new Mesa drivers (Iris) when running Defold. You can try using an older version when running Defold:
+
+```bash
+$ export MESA_LOADER_DRIVER_OVERRIDE=i965
+$ ./Defold
+```
+
+
 #### Q: Why doesn't my Defold game start when I try to run it on Linux?
 
 A: Check the console output in the editor. If you get the following message: