diff --git a/gfx/display_servers/dispserv_x11.c b/gfx/display_servers/dispserv_x11.c index fa966f0f4b..ecd345e525 100644 --- a/gfx/display_servers/dispserv_x11.c +++ b/gfx/display_servers/dispserv_x11.c @@ -75,7 +75,7 @@ static void x11_display_server_destroy(void *data) snprintf(output, sizeof(output), - "xrandr --newmode \"Desktop 700x480_59.94\" 13.849698 700 742 801 867 480 490 496 533 interlace -hsync -vsync"); + "xrandr --newmode \"700x480_59.94\" 13.849698 700 742 801 867 480 490 496 533 interlace -hsync -vsync"); system(output); snprintf(output, sizeof(output), "xrandr --addmode %s 700x480_59.941002", orig_output);