From 6d2e5cd62ef0d220cc1a68d0df2873eb6d371965 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Sun, 12 Sep 2021 15:57:52 +0200 Subject: [PATCH] Change defaults --- hw/xwayland/xwayland-output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xwayland/xwayland-output.c b/hw/xwayland/xwayland-output.c index b8f6cd51b..d085646ea 100644 --- a/hw/xwayland/xwayland-output.c +++ b/hw/xwayland/xwayland-output.c @@ -682,7 +682,7 @@ xwl_output_create(struct xwl_screen *xwl_screen, uint32_t id) RROutputSetConnection(xwl_output->randr_output, RR_Connected); RRTellChanged(xwl_screen->screen); - xwl_output->scale = 1; + xwl_output->scale = 2; /* We want the output to be in the list as soon as created so we can * use it when binding to the xdg-output protocol...