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

Improve CGI admin and rename 2 plugins
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 01 23:09:04 2014 +0200 (2014-04-01)
parents f74a9206fdd0
children ca38563ed48f
line source
1 # /boot/config.txt: SliTaz Raspberry Pi boot configuration
2 #
4 # Linux kernel image
5 kernel=kernel.img
7 # Overclocking Settings
8 arm_freq=700
9 core_freq=250
10 sdram_freq=400
11 over_voltage=0
13 #GPU memory allocation in MB. Default: 64
14 #gpu_mem=128
16 # Framebuffer Video. Depths: 8, 16, 24, 32
17 #framebuffer_depth=32
19 # Overscan Video Settings
20 disable_overscan=0
21 overscan_left=0
22 overscan_right=0
23 overscan_top=0
24 overscan_bottom=0