# For more options and information see: # # https://www.raspberrypi.org/documentation/configuration/config-txt/README.md # disable_overscan=1 # Uncomment if hdmi display is not detected and composite is being output. #hdmi_force_hotplug=1 # Force the monitor to HDMI mode so that sound will be sent over HDMI cable. #hdmi_drive=2 # Uncomment to increase signal to HDMI, if you have interference, blanking, or # no display. #config_hdmi_boost=4 # Uncomment to overclock the arm. 700 MHz is the default. #arm_freq=800 gpu_mem=96 disable_splash=1 framebuffer_depth=32 # Uncomment for 16-bit color. #framebuffer_depth=16 # Enable onboard audio (HDMI or jack). dtparam=audio=on # Removes the warning overlay. #avoid_warnings=1 # Additionally allows turbo when low-voltage is present. #avoid_warnings=2 [pi4] max_framebuffers=2 [all] # Uncomment these two lines to set display resolution: hdmi_group=2 hdmi_mode=39 # # Specify correct value in hdmi_mode= line from the list of valid values: # 800x600: hdmi_mode=9 # 1024x768: hdmi_mode=16 # 1280x1024: hdmi_mode=35 # 1360x768: hdmi_mode=39 # 1400x1050: hdmi_mode=42 # 1440x900: hdmi_mode=47 # 1600x1200: hdmi_mode=51 # 1680x1050: hdmi_mode=58 # 1366x768: hdmi_mode=81 # 1920x1080: hdmi_mode=82 # 1920x1200: hdmi_mode=69 # # Find more resolutions in manual: # https://www.raspberrypi.org/documentation/configuration/config-txt/video.md # # Uncomment six lines with such syntax and right hdmi_mode= values for # dual displays on Raspberry Pi 4: # #[HDMI:0] # hdmi_group=2 # hdmi_mode=42 #[HDMI:1] # hdmi_group=2 # hdmi_mode=58 hdmi_group=2 hdmi_mode=39