diff options
Diffstat (limited to 'docs/extra-build-config.md')
-rw-r--r-- | docs/extra-build-config.md | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/docs/extra-build-config.md b/docs/extra-build-config.md index ed0261e..cce2bf7 100644 --- a/docs/extra-build-config.md +++ b/docs/extra-build-config.md | |||
@@ -20,16 +20,17 @@ Accommodate the values above to your own needs (ex: ext3 / ext4). | |||
20 | 20 | ||
21 | ## GPU memory | 21 | ## GPU memory |
22 | 22 | ||
23 | | Variable | Details | | 23 | * `GPU_MEM`: GPU memory in megabyte. Sets the memory split between the ARM and |
24 | |----------------|---------------------------------------------------------------------| | 24 | GPU. ARM gets the remaining memory. Min 16. Default 64. |
25 | | `GPU_MEM` | GPU memory in megabyte. Sets the memory split between the ARM and | | 25 | |
26 | | | GPU. ARM gets the remaining memory. Min 16. Default 64. | | 26 | * `GPU_MEM_256`: GPU memory in megabyte for the 256MB Raspberry Pi. Ignored by |
27 | | `GPU_MEM_256` | GPU memory in megabyte for the 256MB Raspberry Pi. Ignored by the | | 27 | the 512MB RP. Overrides gpu_mem. Max 192. Default not set. |
28 | | | 512MB RP. Overrides gpu_mem. Max 192. Default not set. | | 28 | |
29 | | `GPU_MEM_512` | GPU memory in megabyte for the 512MB Raspberry Pi. Ignored by the | | 29 | * `GPU_MEM_512`: GPU memory in megabyte for the 512MB Raspberry Pi. Ignored by |
30 | | | 256MB RP. Overrides gpu_mem. Max 448. Default not set. | | 30 | the 256MB RP. Overrides gpu_mem. Max 448. Default not set. |
31 | | `GPU_MEM_1024` | GPU memory in megabyte for the 1024MB Raspberry Pi. Ignored by the | | 31 | |
32 | | | 256MB/512MB RP. Overrides gpu_mem. Max 944. Default not set. | | 32 | * `GPU_MEM_1024`: GPU memory in megabyte for the 1024MB Raspberry Pi. Ignored by |
33 | the 256MB/512MB RP. Overrides gpu_mem. Max 944. Default not set. | ||
33 | 34 | ||
34 | ## Add purchased license codecs | 35 | ## Add purchased license codecs |
35 | 36 | ||