From 64ea4ec3de0d792eb6394b9b96526e70271109e6 Mon Sep 17 00:00:00 2001 From: Joerg Schirottke Date: Sun, 4 May 2014 17:42:12 +0200 Subject: kwin hack: remove aticonfig check --- config/chroot_local-hooks/kwin-fglrx-hack | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 config/chroot_local-hooks/kwin-fglrx-hack diff --git a/config/chroot_local-hooks/kwin-fglrx-hack b/config/chroot_local-hooks/kwin-fglrx-hack new file mode 100755 index 0000000..2754ea9 --- /dev/null +++ b/config/chroot_local-hooks/kwin-fglrx-hack @@ -0,0 +1,4 @@ +#!/bin/sh +if grep -qs 'aticonfig --get-pcs-key=LDC,ReleaseVersion' /usr/lib/kde4/libexec/kwin_opengl_test; then + sed -i 's/aticonfig --get-pcs-key=LDC,ReleaseVersion/echo String: 14.10.1006-140417a-171101C/' /usr/lib/kde4/libexec/kwin_opengl_test +fi -- cgit v1.0