mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
bcm2835-bootloader: use 128MB as GPU MEM, even on 256MB RPis
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c1c444db63
commit
ed6c301e05
@ -28,7 +28,7 @@
|
||||
gpu_mem=128
|
||||
|
||||
# SDRAM size based GPU memory split, uncomment and setup to override 'gpu_mem'
|
||||
gpu_mem_256=100
|
||||
gpu_mem_256=128
|
||||
gpu_mem_512=128
|
||||
|
||||
################################################################################
|
||||
|
@ -43,7 +43,7 @@
|
||||
cat $SYSTEM_ROOT/usr/share/bootloader/config.txt \
|
||||
$BOOT_ROOT/config.txt.bk > $BOOT_ROOT/config.txt
|
||||
else
|
||||
sed -e "s,# gpu_mem_256=128,gpu_mem_256=100,g" -i $BOOT_ROOT/config.txt
|
||||
sed -e "s,# gpu_mem_256=100,gpu_mem_256=128,g" -i $BOOT_ROOT/config.txt
|
||||
sed -e "s,# gpu_mem_512=128,gpu_mem_512=128,g" -i $BOOT_ROOT/config.txt
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user