slitaz-arm diff 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 diff
     1.1 --- a/rpi/rootfs/boot/config.txt	Sat Mar 15 18:09:54 2014 +0100
     1.2 +++ b/rpi/rootfs/boot/config.txt	Tue Apr 01 23:09:04 2014 +0200
     1.3 @@ -1,1 +1,24 @@
     1.4 +# /boot/config.txt: SliTaz Raspberry Pi boot configuration
     1.5 +#
     1.6 +
     1.7 +# Linux kernel image
     1.8  kernel=kernel.img
     1.9 +
    1.10 +# Overclocking Settings
    1.11 +arm_freq=700
    1.12 +core_freq=250
    1.13 +sdram_freq=400
    1.14 +over_voltage=0
    1.15 +
    1.16 +#GPU memory allocation in MB. Default: 64
    1.17 +#gpu_mem=128
    1.18 +
    1.19 +# Framebuffer Video. Depths: 8, 16, 24, 32
    1.20 +#framebuffer_depth=32
    1.21 +
    1.22 +# Overscan Video Settings
    1.23 +disable_overscan=0
    1.24 +overscan_left=0
    1.25 +overscan_right=0
    1.26 +overscan_top=0
    1.27 +overscan_bottom=0