Version 6.1.4.1, tag libreoffice-6.1.4.1
[LibreOffice.git] / vcl / opengl / README.opengl
blobf420262a9fb3bed353d8fd8fd5c2f65e134bab3c
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.
12 Other variables:
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+.
23 Run VCLDemo
24 -----------
26 SAL_USE_VCLPLUGIN=gtk SAL_FORCEGL=1 ./bin/run vcldemo