From 0b40d70648b586257f28ca494126003e55de4aa5 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Sun, 8 Feb 2015 22:40:45 -0800 Subject: [PATCH] Drop hack to remove nouveau_vieux driver, as newer versions of LDM will no longer hard-code LIBGL_ALWAYS_INDIRECT. https://bugs.launchpad.net/ltsp/+bug/1072711 Gbp-Pq: Topic upstream Gbp-Pq: Name 0020-Drop-hack-to-remove-nouveau_vieux-driver-as-newer-ve.patch --- client/share/ltsp/init-ltsp.d/50-opengl | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 client/share/ltsp/init-ltsp.d/50-opengl diff --git a/client/share/ltsp/init-ltsp.d/50-opengl b/client/share/ltsp/init-ltsp.d/50-opengl deleted file mode 100644 index d9de1eb..0000000 --- a/client/share/ltsp/init-ltsp.d/50-opengl +++ /dev/null @@ -1,4 +0,0 @@ -if boolean_is_true "$LDM_DIRECTX" && ! boolean_is_true "$LTSP_FATCLIENT"; then - # Work around LP bug #1072711 - rm -f /usr/lib/i386-linux-gnu/dri/nouveau_vieux_dri.so -fi -- 2.30.2