Hey,
I am trying to amend my Memory (System/GPU configuration ) in Openelec and I am bit confused.
Its a 512mb Pi and I am trying to do a 256/256 split.
Is this what the config should read -
# default GPU memory split (do not change if you do not know what you are doing)
gpu_mem=256
# SDRAM size based GPU memory split, uncomment and setup to override 'gpu_mem'
# gpu_mem_256=128
# gpu_mem_512=256
Sorry for the dumb question, just new to this!
Also do I need to lose the #?
e.g
# default GPU memory split (do not change if you do not know what you are doing)
gpu_mem=256
# SDRAM size based GPU memory split, uncomment and setup to override 'gpu_mem'
gpu_mem_256=128
gpu_mem_512=256
If someone could amend what it should be so I can paste into the config that would be great!