Skip to content

Commit

Permalink
add work around for intel hd graphics
Browse files Browse the repository at this point in the history
this is slacko(32-64) dependent and version 14.2 dependent
  • Loading branch information
01micko committed Jul 1, 2017
1 parent b2ff8a7 commit 1d091bc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions woof-code/support/slacko/woof_base_hack
Expand Up @@ -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
Expand Down

0 comments on commit 1d091bc

Please sign in to comment.