Merge pull request #70 from alphanu1/alphanu1-patch-66

Porch adjust to fix aspect
This commit is contained in:
alphanu1 2018-05-25 10:49:48 +01:00 committed by GitHub
commit 8a5dce2d25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,7 +133,7 @@ static bool x11_set_resolution(void *data,
crt_en = true;
hsp = width*1.10;
hsp = width*1.16;
/* set core refresh from hz */
video_monitor_set_refresh_rate(hz);
@ -141,7 +141,7 @@ static bool x11_set_resolution(void *data,
/* following code is the mode line genorator */
hfp = width+8;
hbp = width*1.23;
hbp = width*1.32;
hmax = hbp;
if (height < 241)