Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4858

Graphics, sound and multimedia • Re: Raspberry Pi5 and VGA666

$
0
0
Maybe try something like this:

Code:

dtoverlay=vc4-kms-dpi-genericdtparam=clock-frequency=15000000dtparam=hactive=688,hfp=70,hsync=70,hbp=132dtparam=vactive=240,vfp=26,vsync=3,vbp=43dtparam=hsync-invert,vsync-invert
If it's not central, try increasing a front porch and decreasing a back porch by the same amount (or the other way around).
If the black borders are too large, try increasing the active region, and decrease both porches equally by half of that amount.

Don't change (hactive+hfp+hsync+hbp)/clock_frequency, which should equal 64us.
Don't change hsync/clock_frequency which should be about 4.7us; or vsync which should be 2 or 3.
Don't change (vactive+vfp+vsync+vbp) which should be 312 or 313 (for progressive video at 15,625Hz line rate on a PAL TV).

Statistics: Posted by njh — Tue Feb 06, 2024 3:20 pm



Viewing all articles
Browse latest Browse all 4858

Trending Articles