mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
bcm2835-bootloader: fix typos in config.txt, thanks to 'rduke'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
ea1c6d2aaf
commit
c2ed696a82
@ -26,7 +26,7 @@
|
|||||||
# Memory (System/GPU configuration )
|
# Memory (System/GPU configuration )
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# default GPU memory split (dont change if you dont know what you do)
|
# default GPU memory split (do not change if you do not know what you are doing)
|
||||||
gpu_mem=128
|
gpu_mem=128
|
||||||
|
|
||||||
# SDRAM size based GPU memory split, uncomment and setup to override 'gpu_mem'
|
# SDRAM size based GPU memory split, uncomment and setup to override 'gpu_mem'
|
||||||
@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Overclocking settings
|
# Overclocking settings
|
||||||
# WARNING: Dont change/enable if you dont know what you are doing!
|
# WARNING: Do not change/enable if you do not know what you are doing!
|
||||||
# The System may become unstable or you can have data corruption or
|
# The System may become unstable or you can have data corruption or
|
||||||
# you can loose your warranty if you set wrong settings
|
# you can loose your warranty if you set wrong settings
|
||||||
#
|
#
|
||||||
@ -44,25 +44,25 @@
|
|||||||
|
|
||||||
# Overclock mode settings.
|
# Overclock mode settings.
|
||||||
#
|
#
|
||||||
# default recomment values are: arm_freq | core_freq | sdram_freq | over_voltage
|
# default recommended values are: arm_freq | core_freq | sdram_freq | over_voltage
|
||||||
# no overclocking : 700 | 250 | 400 | 0
|
# no overclocking : 700 | 250 | 400 | 0
|
||||||
# mode 'Modest' : 800 | 300 | 400 | 0
|
# mode 'Modest' : 800 | 300 | 400 | 0
|
||||||
# mode 'Medium' : 900 | 333 | 450 | 2
|
# mode 'Medium' : 900 | 333 | 450 | 2
|
||||||
# mode 'High' : 950 | 450 | 450 | 6
|
# mode 'High' : 950 | 450 | 450 | 6
|
||||||
# mode 'Turbo' : 1000 | 500 | 500 | 6
|
# mode 'Turbo' : 1000 | 500 | 500 | 6
|
||||||
|
|
||||||
# arm_freq=700
|
# arm_freq=700
|
||||||
# core_freq=250
|
# core_freq=250
|
||||||
# sdram_freq=400
|
# sdram_freq=400
|
||||||
# over_voltage=0
|
# over_voltage=0
|
||||||
|
|
||||||
# set to 'force_turbo=1' to disable dynamic overclocking (you can loose your warranty!)
|
# set to 'force_turbo=1' to disable dynamic overclocking (you can lose your warranty!)
|
||||||
force_turbo=0
|
force_turbo=0
|
||||||
|
|
||||||
# If you have any data corruption using Turbo Mode and overclocking
|
# If you have any data corruption using Turbo Mode and overclocking
|
||||||
# to with this setting uncommented
|
# try with this setting uncommented
|
||||||
# If this still fails, try to use Medium mode whitout "over_voltage=2"
|
# If this still fails, try to use Medium mode without "over_voltage=2"
|
||||||
# If this finally still fails, forget about this until this gets fixed
|
# If it ultimately keeps failing, forget about this until it gets fixed
|
||||||
# Use a more conservative mode that will works fine in any cases:
|
# Use a more conservative mode that will works fine in any cases:
|
||||||
# initial_turbo=30
|
# initial_turbo=30
|
||||||
|
|
||||||
@ -89,8 +89,8 @@
|
|||||||
# hdmi_force_hotplug=1
|
# hdmi_force_hotplug=1
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# License keys to enable GPU hardware decoders
|
# License keys to enable GPU hardware decoding for various codecs
|
||||||
# to get the keys see http://www.raspberrypi.com
|
# to obtain keys visit the shop at http://www.raspberrypi.com
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# decode_MPG2=0x00000000
|
# decode_MPG2=0x00000000
|
||||||
@ -100,4 +100,6 @@
|
|||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# End of default configuration
|
# End of default configuration
|
||||||
|
# all values behind this line was inserted from config.txt.bk (your old config)
|
||||||
|
# and can be merged with the above values
|
||||||
################################################################################
|
################################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user