]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/rpi-firmware/config.txt
kernel: disable FW_LOADER_USER_HELPER_FALLBACK
[people/pmueller/ipfire-2.x.git] / config / rpi-firmware / config.txt
index 680826ccf7570f194076bdab7082a330c8b2e68b..37b1b2dac0829c98e3191bd8aa7ff55a9288c75b 100644 (file)
@@ -4,6 +4,36 @@
 #
 ###############################################################################
 
+###############################################################################
+#
+# GPU Memory Settings (16,32,64 ... )
+###############################################################################
+gpu_mem=16
+
+###############################################################################
+#
+# hdmi/video options
+#
+###############################################################################
+#
+# Set this if monitor was not detected at reboot.
+#hdmi_force_hotplug=1
+#
+# hdmi_drive: 0 auto, 1 DVI (no Sound), 2 HDMI (Sound)
+#hdmi_drive=1
+#
+# sdtv_mode: 0 NTSC, 1 NTSC (JP), 3 PAL, 4 PAL (Brazil)
+#sdtv_mode=2
+# sdtv_ascpect: 0 4:3, 1 14:9, 2 16:9
+#sdtv_aspect=0
+#
+# overscan
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+#
+
 ###############################################################################
 #
 # Turbo Mode (cpufreq) Settings ...
 ###############################################################################
 #
 # underclock at idle
-arm_freq_min=500
-sdram_freq_min=250
+#arm_freq_min=500
+#sdram_freq_min=250
 #
 # use following paramters to overclock at load
-#arm_freq=1000
+#arm_freq=900
 #core_freq=450
 #sdram_freq=450
+# higher clock than 900Mhz most need over voltage. Use with care.
 #over_voltage=3
 
 ################################################################################