Merge pull request #90 from alphanu1/alphanu1-patch-83

fixes
This commit is contained in:
alphanu1 2018-09-10 18:25:44 +01:00 committed by GitHub
commit d32993411e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -232,13 +232,6 @@ static bool x11_set_resolution(void *data,
}
/* above code is the modeline genorator */
/* create progressive newmode from modline variables */
if (height < 300)
{
sprintf(xrandr,"xrandr --newmode \"%dx%d_%0.2f\" %lf %d %d %d %d %d %d %d %d -hsync -vsync", width, height, hz, pixel_clock, width, hfp, hsp, hbp, height, vfp, vsp, vbp);
system(xrandr);
}
/* create interlaced newmode from modline variables */
if (height < 300)
{