Try to use the VirtualGL's EGL backend

This commit is contained in:
Héctor Molinero Fernández
2021-05-09 17:14:06 +02:00
parent 02f94da242
commit 608981cd13
4 changed files with 18 additions and 3 deletions

View File

@@ -11,6 +11,6 @@ export XDG_RUNTIME_DIR=/run/user/${UNPRIVILEGED_USER_UID:?}
export XDG_SESSION_DESKTOP=xubuntu
export XDG_SESSION_TYPE=x11
if [ "${ENABLE_XDUMMY:?}" != 'true' ]; then
if [ -z "${VGL_DISPLAY-}" ] && [ -n "${DISPLAY-}" ]; then
export VGL_DISPLAY=${DISPLAY:?}
fi