Skip to content

Instantly share code, notes, and snippets.

@edupsousa
Created January 16, 2016 16:45
Show Gist options
  • Star 13 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save edupsousa/0bcf4652c62a5e1ce218 to your computer and use it in GitHub Desktop.
Save edupsousa/0bcf4652c62a5e1ce218 to your computer and use it in GitHub Desktop.
RPi2 config.txt with support for 2560x1080 resolution on LG25UM65 display.
# 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
@Moulders26
Copy link

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?

@Marcookl
Copy link

u luve o works good on RPI3B+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment