Skip to content

Instantly share code, notes, and snippets.

@jimmyliao
Created May 5, 2016 02:50
Show Gist options
  • Save jimmyliao/2d3bea0b166cded25c671b190ba55dce to your computer and use it in GitHub Desktop.
Save jimmyliao/2d3bea0b166cded25c671b190ba55dce to your computer and use it in GitHub Desktop.
Setup RPi
1. Download and dd io to sd card
2. Add config.txt to /boot if you can use HDMI to VGA converter
--
# Force the monitor to HDMI mode so that sound will be sent over HDMI cable
hdmi_drive=2
# Set monitor mode to DMT
hdmi_group=2
# Set monitor resolution to 1024x768 XGA 60Hz (HDMI_DMT_XGA_60)
hdmi_mode=16
# Make display smaller to stop text spilling off the screen
overscan_left=20
overscan_right=12
overscan_top=10
overscan_bottom=10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment