Most of the new ARM X/Wayland accelerated drivers need some level of CMA allocation

This commit is contained in:
Peter Robinson 2016-09-21 19:21:45 +01:00
parent b2f97b7d22
commit 726ee74ecb
2 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -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