Created
January 16, 2016 16:45
-
-
Save edupsousa/0bcf4652c62a5e1ce218 to your computer and use it in GitHub Desktop.
RPi2 config.txt with support for 2560x1080 resolution on LG25UM65 display.
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
# From https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=24679&start=50 | |
hdmi_ignore_cec_init=1 | |
hdmi_drive=2 | |
disable_overscan=1 | |
hdmi_ignore_edid=0xa5000080 | |
hdmi_group=2 | |
hdmi_mode=87 | |
hdmi_timings=2560 1 64 64 96 1080 1 3 10 31 0 0 1 60 0 185580000 8 | |
config_hdmi_boost=4 | |
max_framebuffer_width=2560 | |
max_framebuffer_height=1280 | |
framebuffer_width=2560 | |
framebuffer_height=1080 | |
gpu_mem=128 | |
arm_freq=900 | |
gpu_freq=275 | |
sdram_freq=500 | |
hdmi_pixel_freq_limit=400000000 | |
avoid_pwm_pll=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the config, this helped get the Pi to display on my screen, however only half shows up when I rotate the screen do you get that as well?