On 11/13/19 12:46 AM, Ilia Mirkin wrote: > Looks like this has been wrong since the dawn of time - commit ec1931fa. > Also adjust the AR to match the "new" resolution. Good catch! I've applied the patch. Thank you! Hans > > Signed-off-by: Ilia Mirkin <imirkin@xxxxxxxxxxxx> > --- > edid-decode.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/edid-decode.c b/edid-decode.c > index 40891aa..07f8b48 100644 > --- a/edid-decode.c > +++ b/edid-decode.c > @@ -553,7 +553,7 @@ static const struct { > {800, 600, 72, 4, 3, 48100, 50000}, > {800, 600, 75, 4, 3, 46900, 49500}, > {832, 624, 75, 4, 3, 49726, 57284}, > - {1280, 768, 87, 5, 3, 35522, 44900, 1}, > + {1024, 768, 87, 4, 3, 35522, 44900, 1}, > {1024, 768, 60, 4, 3, 48400, 65000}, > {1024, 768, 70, 4, 3, 56500, 75000}, > {1024, 768, 75, 4, 3, 60000, 78750}, >