From ef8fec14f5c8e3b3932889e44fca266e3157bf67 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 22 Dec 2016 16:01:03 +0100 Subject: [xorg] Remove libglamoregl.so as it crashes on some gfx cards --- remote/modules/xorg/module.build | 2 ++ 1 file changed, 2 insertions(+) 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() { -- cgit v1.2.3-55-g7522