Last active
June 6, 2017 22:18
-
-
Save wouterds/e72c67f4838bfc4dad2fc6bec778966d to your computer and use it in GitHub Desktop.
Raspberry Pi 3 fixes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Overclock | |
| arm_freq=1350 | |
| core_freq=500 | |
| over_voltage=4 | |
| disable_splash=1 | |
| force_turbo=1 | |
| boot_delay=1 | |
| gpu_mem=320 | |
| # Hdmi fixes | |
| config_hdmi_boost=6 | |
| hdmi_group=1 | |
| hdmi_mode=16 | |
| disable_overscan=1 | |
| # Color fixes | |
| framebuffer_depth=32 | |
| framebuffer_ignore_alpha=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment