slitaz-arm view rpi/rootfs/boot/config.txt @ rev 113

rpi: overclocking will be fully handled by TazBerry
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 19 23:16:16 2014 +0200 (2014-04-19)
parents d670034c1f00
children
line source
1 # /boot/config.txt: SliTaz Raspberry Pi boot configuration
2 #
4 # Linux kernel image
5 kernel=kernel.img
7 #GPU memory allocation in MB. Default: 64
8 #gpu_mem=128
10 # Framebuffer Video. Depths: 8, 16, 24, 32
11 #framebuffer_depth=32
13 # Overscan Video Settings
14 disable_overscan=0
15 overscan_left=0
16 overscan_right=0
17 overscan_top=0
18 overscan_bottom=0