From 7c50550fc39822e99b9379b9bb761829ca7124ac Mon Sep 17 00:00:00 2001 From: alphanu1 <37101891+alphanu1@users.noreply.github.com> Date: Fri, 25 May 2018 12:26:11 +0100 Subject: [PATCH] Black screen fix --- gfx/display_servers/dispserv_x11.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gfx/display_servers/dispserv_x11.c b/gfx/display_servers/dispserv_x11.c index aa160a7242..aeb45e71f0 100644 --- a/gfx/display_servers/dispserv_x11.c +++ b/gfx/display_servers/dispserv_x11.c @@ -109,11 +109,6 @@ static bool x11_set_resolution(void *data, video_monitor_set_refresh_rate(hz); /* following code is the mode line genorator */ - if (width < 300) - { - width = width*2; - crt_aspect_ratio_switch(width, height); - } hfp = width+8; hbp = width*1.32;