mirror of
https://github.com/DrHo1y/orangepi-build.git
synced 2026-08-29 18:03:17 +07:00
Only set cma on desktop.sh for sun8i
This commit is contained in:
@@ -136,7 +136,7 @@ desktop_postinstall ()
|
||||
fi
|
||||
|
||||
# Compile Turbo Frame buffer for sunxi
|
||||
if [[ $LINUXFAMILY == sun* && $BRANCH == legacy && $BOARD != orangepizero2 ]]; then
|
||||
if [[ $LINUXFAMILY == sun8i && $BRANCH == legacy ]]; then
|
||||
sed 's/name="use_compositing" type="bool" value="true"/name="use_compositing" type="bool" value="false"/' -i "${SDCARD}"/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
|
||||
|
||||
# enable memory reservations
|
||||
|
||||
Reference in New Issue
Block a user