GPU memory reset to default when GL driver enabled.

This commit is contained in:
spl 2016-01-21 09:48:45 +00:00 committed by Serge Schneider
parent 4c8e349f87
commit 09aebddff6
1 changed files with 1 additions and 0 deletions

View File

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