mirror of
https://github.com/brain-hackers/brain-config.git
synced 2024-12-22 20:20:06 +09:00
GPU memory reset to default when GL driver enabled.
This commit is contained in:
parent
4c8e349f87
commit
09aebddff6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user