瀏覽代碼

Update linux-faq.md

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: