0% found this document useful (0 votes)
6 views1 page

HDMI Configuration for Raspberry Pi

The document contains configuration settings for HDMI output and audio on a Raspberry Pi. It includes options for enabling/disabling overscan, setting HDMI modes, and adjusting memory allocation for GPU. Additional settings address boot delays and startup visuals, along with overclocking parameters.

Uploaded by

Gerailto Araújo
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

HDMI Configuration for Raspberry Pi

The document contains configuration settings for HDMI output and audio on a Raspberry Pi. It includes options for enabling/disabling overscan, setting HDMI modes, and adjusting memory allocation for GPU. Additional settings address boot delays and startup visuals, along with overclocking parameters.

Uploaded by

Gerailto Araújo
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

# uncomment if you get no picture on HDMI for a default "safe" mode

#hdmi_safe=1

disable_overscan=1

# uncomment to force a specific HDMI mode (this will force VGA)


#hdmi_group=1
#hdmi_mode=1

# Sound output. Set to 0 or comment for autodetect, 1 for DVI, 2 to force HDMI.
#hdmi_drive=2

# Using /etc/modules is deprecated and no longer supported on 4.4 kernel


# So manually enable audio
dtparam=audio=on

config_hdmi_boost=0

# force hdmi while the tv can take time before sending the signal on the hdmi
output
hdmi_force_hotplug=1

# uncomment for composite PAL


#sdtv_mode=2

# uncomment for lirc-rpi


#dtoverlay=lirc-rpi

# if you plug your tv at the same time as your rpi and that the rpi switches from
the hdmi or give a low resolution because tv had no enough time to initialize it
boot_delay=3

# uncomment if you don't want the rainbow at startup


disable_splash=1

# default CEC name


cec_osd_name=recalbox

# Overclock
gpu_mem_256=128
gpu_mem_512=256
gpu_mem_1024=512

avoid_safe_mode=1

kernel=zImage

You might also like