#93341
cortex
Participant

[quote=93084]

gpu_mem=384
gpu_mem_256=128
gpu_mem_512=256
gpu_mem_1024=256

[/quote]

max0r, the memory-split settings you do in raspi-config don’t effect anything, because the Memory-split is hard written into the lines below:


gpu_mem_256=128
gpu_mem_512=256
gpu_mem_1024=256

So this means if you’re on raspi-model with 256MB ram, the gpu will get 128 mb ram.
if you’re on a 512MB ram model, the gpu will get 256MB ram
and if you’re on the pi2 with 1024MB ram, the gpu will get 256MB.

If you really want to change this, you have to Change the configuration of your raspi-model so for raspi2
gpu_mem_1024=384
but I don’t think that this will run emulators smoother than the default-settings.