From 1d091bcef899f171e2b971b760b61729c2944fc8 Mon Sep 17 00:00:00 2001 From: 01micko <01micko@gmail.com> Date: Sat, 1 Jul 2017 17:38:56 +1000 Subject: [PATCH] add work around for intel hd graphics this is slacko(32-64) dependent and version 14.2 dependent --- woof-code/support/slacko/woof_base_hack | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/woof-code/support/slacko/woof_base_hack b/woof-code/support/slacko/woof_base_hack index 9c6cebb4d26..fe99745e82d 100755 --- a/woof-code/support/slacko/woof_base_hack +++ b/woof-code/support/slacko/woof_base_hack @@ -30,6 +30,17 @@ _EOF chmod 755 rootfs-complete/usr/sbin/alsaconf echo "Disabling alsaconf" +if [ "$DISTRO_COMPAT_VERSION" = '14.2' ];then +cat > rootfs-complete/etc/X11/xorg.conf.d/20-intel.conf <<_EOG +Section "Device" + Identifier "Card0" + Driver "intel" + Option "AccelMethod" "uxa" +EndSection +_EOG + echo "Applying Intel 'UXA' work around" +fi + #170519 override mime for svg to open defaultimageviewer echo "fixing mimetype for svg and djvu" mkdir -p rootfs-complete/root/.config/rox.sourceforge.net/MIME-types