From c79f2e2341f956aafd3d94751cedfa94a2b1fd9b Mon Sep 17 00:00:00 2001 From: mudler Date: Fri, 27 May 2016 00:49:21 +0200 Subject: [PATCH] [rpi-mc] shipping default /boot/config.txt --- rpi-mc/Dockerfile | 2 +- rpi-mc/config.txt | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 rpi-mc/config.txt diff --git a/rpi-mc/Dockerfile b/rpi-mc/Dockerfile index 6278be4..b193879 100644 --- a/rpi-mc/Dockerfile +++ b/rpi-mc/Dockerfile @@ -13,7 +13,7 @@ RUN rsync -av "rsync://rsync.at.gentoo.org/gentoo-portage/licenses/" "/usr/porta echo -5 | equo conf update && equo cleanup RUN systemctl enable kodi-raspberrypi && systemctl enable sabayon-auto-updater.timer - +ADD ./config.txt /boot/config.txt # Set environment variables. ENV HOME /root diff --git a/rpi-mc/config.txt b/rpi-mc/config.txt new file mode 100644 index 0000000..4abcedb --- /dev/null +++ b/rpi-mc/config.txt @@ -0,0 +1,34 @@ +# default GPU memory split (do not change if you do not know what you are doing) +gpu_mem=128 + +# SDRAM size based GPU memory split, uncomment and setup to override 'gpu_mem' +gpu_mem_256=112 +gpu_mem_512=160 +gpu_mem_1024=256 + +################################################################################ +# Overclocking settings +# WARNING: Do not change/enable if you do not know what you are doing! +# The System may become unstable or you can have data corruption or +# you can loose your warranty if you set wrong settings +# +# please read: http://elinux.org/RPi_config.txt#Overclocking_configuration +################################################################################ + +# Overclock mode settings. +# +# default recommended values are: arm_freq | core_freq | sdram_freq | over_voltage +# no overclocking : 700 | 250 | 400 | 0 +# mode 'Modest' : 800 | 300 | 400 | 0 +# mode 'Medium' : 900 | 333 | 450 | 2 +# mode 'High' : 950 | 450 | 450 | 6 +# mode 'Turbo' : 1000 | 500 | 600 | 6 +# mode 'Pi2' : 1000 | 500 | 500 | 2 + +# arm_freq=700 +# core_freq=250 +# sdram_freq=400 +# over_voltage=0 + +# set to 'force_turbo=1' to disable dynamic overclocking (you can lose your warranty!) +force_turbo=0