From b41f84a72c83676149705805a4a72b34ff6b39c5 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 21 Sep 2016 19:21:45 +0100 Subject: [PATCH] Most of the new ARM X/Wayland accelerated drivers need some level of CMA allocation --- fedora-arm-workstation.ks | 5 +++++ fedora-arm-xbase.ks | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/fedora-arm-workstation.ks b/fedora-arm-workstation.ks index c56a58a..80ae822 100644 --- a/fedora-arm-workstation.ks +++ b/fedora-arm-workstation.ks @@ -10,3 +10,8 @@ part / --size=5500 --fstype ext4 %end +%post +# Most of the ARM X accelerated drivers need some level of CMA allocation +sed -i 's/\(append .*\)/\1 cma=256MB/' /boot/extlinux/extlinux.conf + +%end diff --git a/fedora-arm-xbase.ks b/fedora-arm-xbase.ks index 9acb997..91ece50 100644 --- a/fedora-arm-xbase.ks +++ b/fedora-arm-xbase.ks @@ -6,3 +6,8 @@ @printing %end +%post +# Most of the ARM X accelerated drivers need some level of CMA allocation +sed -i 's/\(append .*\)/\1 cma=192MB/' /boot/extlinux/extlinux.conf + +%end