When using dietpi-config there are few combinations of memory split.
Its should be possible to specify the amount of ram of the GPU (or at least have more options).
When I use raspi-config to specify GPU ram it is overwritten at boot. Is there anyway to avoid the parameter being overwritten?
Thanks
We try to limit the available options to prevent confusion. But i’ll look into adding more.
In the mean time, if you want to use raspi-config, you’ll need copy the updated file to the DietPi-Ramdisk afterwards:
raspi-config
#Make the changes you need.
cp /boot/config.txt /DietPi/config.txt
After a reboot, settings should be saved.
I’ll try that. Thanks!!