]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - config/rpi-firmware/config.txt
Merge branch 'master' into fifteen
[people/teissler/ipfire-2.x.git] / config / rpi-firmware / config.txt
1 ###############################################################################
2 #
3 # Raspberry Pi - Videocore configuration file
4 #
5 ###############################################################################
6
7 ###############################################################################
8 #
9 # GPU Memory Settings (16,32,64 ... )
10 ###############################################################################
11 gpu_mem=16
12
13 ###############################################################################
14 #
15 # hdmi/video options
16 #
17 ###############################################################################
18 #
19 # Set this if monitor was not detected at reboot.
20 #hdmi_force_hotplug=1
21 #
22 # hdmi_drive: 0 auto, 1 DVI (no Sound), 2 HDMI (Sound)
23 #hdmi_drive=1
24 #
25 # sdtv_mode: 0 NTSC, 1 NTSC (JP), 3 PAL, 4 PAL (Brazil)
26 #sdtv_mode=2
27 # sdtv_ascpect: 0 4:3, 1 14:9, 2 16:9
28 #sdtv_aspect=0
29 #
30 # overscan
31 #overscan_left=16
32 #overscan_right=16
33 #overscan_top=16
34 #overscan_bottom=16
35 #
36
37 ###############################################################################
38 #
39 # Turbo Mode (cpufreq) Settings ...
40 # default clocks are arm=700, core=250 and sdram=400
41 #
42 ###############################################################################
43 #
44 # underclock at idle
45 #arm_freq_min=500
46 #sdram_freq_min=250
47 #
48 # use following paramters to overclock at load
49 #arm_freq=900
50 #core_freq=450
51 #sdram_freq=450
52 # higher clock than 900Mhz most need over voltage. Use with care.
53 #over_voltage=3
54
55 ################################################################################
56 #
57 # end
58 #
59 ################################################################################