From a9af2b86fea62fb060b54e73236e2f5d5ec4f2e3 Mon Sep 17 00:00:00 2001 From: Prabhakar Kumar Date: Tue, 10 Sep 2024 18:34:57 +0000 Subject: [PATCH] Updates XVFB to use higher resolution. --- matlab_proxy/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab_proxy/settings.py b/matlab_proxy/settings.py index c52e0e8..5b2fe9c 100644 --- a/matlab_proxy/settings.py +++ b/matlab_proxy/settings.py @@ -493,7 +493,7 @@ def create_xvfb_cmd(): str(dpipe[1]), "-screen", "0", - "1600x1200x24", + "3840x2160x24", "-dpi", "100", # "-ac",