summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2016-12-22 16:01:03 +0100
committerroot2016-12-22 16:01:03 +0100
commitef8fec14f5c8e3b3932889e44fca266e3157bf67 (patch)
tree5c574f847e5cae7600303fee827ca39968af0cc5
parent[nvidia_*] Update to 375.26 (diff)
downloadtm-scripts-ef8fec14f5c8e3b3932889e44fca266e3157bf67.tar.gz
tm-scripts-ef8fec14f5c8e3b3932889e44fca266e3157bf67.tar.xz
tm-scripts-ef8fec14f5c8e3b3932889e44fca266e3157bf67.zip
[xorg] Remove libglamoregl.so as it crashes on some gfx cards
-rw-r--r--remote/modules/xorg/module.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/remote/modules/xorg/module.build b/remote/modules/xorg/module.build
index f7678f65..a3545ee1 100644
--- a/remote/modules/xorg/module.build
+++ b/remote/modules/xorg/module.build
@@ -19,6 +19,8 @@ build() {
cp -r "${MODULE_BUILD_DIR}/etc/udev" "${MODULE_BUILD_DIR}/usr/lib/"
fi
rm -rf -- "${MODULE_BUILD_DIR}/lib/udev" "${MODULE_BUILD_DIR}/etc/udev"
+ # This freezed/crashes X with certain gfx cards (radeon R240)
+ rm -rf -- "${MODULE_BUILD_DIR}/usr/lib/xorg/modules/libglamoregl.so"
}
post_copy() {