From 09aebddff6900d7edbf72ddd571aa84bffe4f2d0 Mon Sep 17 00:00:00 2001 From: spl Date: Thu, 21 Jan 2016 09:48:45 +0000 Subject: [PATCH] GPU memory reset to default when GL driver enabled. --- raspi-config | 1 + 1 file changed, 1 insertion(+) diff --git a/raspi-config b/raspi-config index 364a1a8..30a9ddc 100755 --- a/raspi-config +++ b/raspi-config @@ -949,6 +949,7 @@ NoDisplay=true Exec=xcompmgr -a EOF mv /usr/share/X11/xorg.conf.d/99-fbturbo.conf /usr/share/X11/xorg.conf.d/99-fbturbo.~ + sed $CONFIG -i -e "s/^gpu_mem/#gpu_mem/" if [ "$INTERACTIVE" = True ]; then whiptail --msgbox "Desktop GL driver is enabled" 20 60 1 fi