1 Run LO with OpenGL enabled
2 --------------------------
3 SAL_USE_VCLPLUGIN=gtk SAL_FORCEGL=1 ./soffice
5 Environment variables used:
7 SAL_USE_VCLPLUGIN - use the specified VCL plugin (GTK2 in this case - currently
8 needed on Linux because the default GTK3 doesn't support OpenGL yet)
10 SAL_FORCEGL - enable OpenGL even if the card is blacklisted.
14 LIBGL_ALWAYS_SOFTWARE=1 - on Linux+Mesa forces the software renderer to be used
15 (this is useful as an alternative to spot driver specific bugs)
17 SAL_LOG=+INFO.vcl.opengl - if "--enable-dbgutil" is used, this can show OpenGL
18 various rendering messages.
20 LD_PRELOAD=/usr/lib64/apitrace/wrappers/glxtrace.so - preload the wrapper for
21 APItrace. The path is the default used in Fedora 21+.
26 SAL_USE_VCLPLUGIN=gtk SAL_FORCEGL=1 ./bin/run vcldemo