From: Vagrant Cascadian Date: Mon, 9 Feb 2015 06:40:45 +0000 (-0800) Subject: Drop hack to remove nouveau_vieux driver, as newer versions of LDM will no longer... X-Git-Tag: archive/raspbian/5.18.12-1+rpi1^2~1^2^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0b40d70648b586257f28ca494126003e55de4aa5;p=ltsp.git 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 --- 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