From 4119cd9ffaeb1d2ed554885668edd2b32d955256 Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Thu, 12 May 2022 09:28:02 +0000 Subject: [PATCH] xwayland: Add some more xwayland fake modes Adds the following 16:10 modes primarily for scaling up on Steam Deck: - 1152x720 - 960x600 - 928x580 - 800x500 - 768x480 Signed-off-by: Joshua Ashton Reviewed-by: Olivier Fourdan Reviewed-by: Hans de Goede --- hw/xwayland/xwayland-output.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hw/xwayland/xwayland-output.c b/hw/xwayland/xwayland-output.c index 3ad8adc8b..927d97194 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 },