Kaynağa Gözat

Update linux-faq.md

Björn Ritzl 4 yıl önce
ebeveyn
işleme
cc87b587f4
1 değiştirilmiş dosya ile 9 ekleme ve 0 silme
  1. 9 0
      docs/en/shared/linux-faq.md

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

@@ -46,6 +46,15 @@ $ export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libffi.so.6
 ```
 
 
+#### Q: My OpenGL drivers are outdated. Can I still use Defold?
+
+A: Yes, it might be possible to use Defold if you enable software rendering. You can enable software rendering by setting the LIBGL_ALWAYS_SOFTWARE environment variable to 1:
+
+```bash
+~/bin/Defold$ LIBGL_ALWAYS_SOFTWARE=1 ./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: