diff --git a/hw/xwayland/xwayland-output.c b/hw/xwayland/xwayland-output.c index 3ad8adc8bdd23ec4d854754773a0bcd17056d71f..927d9719478a1e8bdbd3b3dd77b02d050ea032b7 100644 --- a/hw/xwayland/xwayland-output.c +++ b/hw/xwayland/xwayland-output.c @@ -304,6 +304,11 @@ const int32_t xwl_output_fake_modes[][2] = { { 1680, 1050 }, { 1440, 900 }, { 1280, 800 }, + { 1152, 720 }, + { 960, 600 }, + { 928, 580 }, + { 800, 500 }, + { 768, 480 }, { 720, 480 }, /* 3:2 (1.5) */ { 640, 400 }, { 320, 200 },