# Configuration modes supported by the Raspberry Pi firmware. # See http://elinux.org/RPiconfig # And https://raw.githubusercontent.com/Evilpaul/RPi-config/master/config.txt # ---------------------------------------------------------------------- # uncomment if you get no picture on HDMI for a default "safe" mode #hdmi_safe=1 # uncomment this if your display has a black border of unused pixels visible # and your display can output without overscan #disable_overscan=1 # uncomment the following to adjust overscan. Use positive numbers if console # goes off screen, and negative if there is too much border # Original default values #overscan_left=16 #overscan_right=16 #overscan_top=16 #overscan_bottom=16 # Values used with HDMI connected TV (Viore) # overscan_left=48 # overscan_right=48 # overscan_top=32 # overscan_bottom=32 # uncomment to force a console size. By default it will be display's size minus # overscan. #framebuffer_width=1280 #framebuffer_height=720 # If using fbturbo, get more color with these. framebuffer_depth=32 framebuffer_ignore_alpha=1 # uncomment if hdmi display is not detected and composite is being output #hdmi_force_hotplug=1 # uncomment to force a specific HDMI mode (this will force VGA) #hdmi_group=1 #hdmi_mode=1 # uncomment to force a HDMI mode rather than DVI. This can make audio work in # DMT (computer monitor) modes # hdmi_drive=2 # Normal DVI mode (No sound) # hdmi_drive=1 # Rotate the display (useful for projector hanging in bunk in trailer) # display_rotate=0 Normal # display_rotate=1 90 degrees # display_rotate=2 180 degrees # display_rotate=3 270 degrees # display_rotate=0x10000 horizontal flip # display_rotate=0x20000 vertical flip display_rotate=0x00000 # uncomment to increase signal to HDMI, if you have interference, blanking, or # no display #config_hdmi_boost=4 ## hdmi_ignore_edid_audio ## Pretends all audio formats are unsupported by display. This means ALSA ## will default to analogue. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Use EDID provided values (Default) ## 1 Pretend all audio formats are unsupported ## # Force audio out the Pi's port instead of HDMI. hdmi_ignore_edid_audio=1 ## hdmi_force_edid_audio ## Pretends all audio formats are supported by display, allowing ## passthrough of DTS/AC3 even when not reported as supported. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Use EDID provided values (Default) ## 1 Pretend all audio formats are supported ## #hdmi_force_edid_audio=1 # uncomment for composite PAL #sdtv_mode=2 #uncomment to overclock the arm. 700 MHz is the default. #arm_freq=800 # For Raspi Camera module - disabled by default # start_x=1 # gpu_mem=128 # for more options see http://elinux.org/RPi_config.txt # Force snd_bcm2835 to create required sound devices dtparam=audio=on