From 6b131681cd814a4b5674d703ce3eacf5037d5272 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20G=C3=B3mez=20Garc=C3=ADa?= Date: Thu, 25 Feb 2021 10:38:35 +0100 Subject: [PATCH] Added new resolutions for screens to RDP client --- server/src/uds/transports/RDP/rdp_base.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/server/src/uds/transports/RDP/rdp_base.py b/server/src/uds/transports/RDP/rdp_base.py index 05939fe4..32904a9c 100644 --- a/server/src/uds/transports/RDP/rdp_base.py +++ b/server/src/uds/transports/RDP/rdp_base.py @@ -107,6 +107,14 @@ class BaseRDPTransport(transports.Transport): {'id': '1024x768', 'text': '1024x768'}, {'id': '1366x768', 'text': '1366x768'}, {'id': '1920x1080', 'text': '1920x1080'}, + {'id': '2304x1440', 'text': '2304x1440'}, + {'id': '2560x1440', 'text': '2560x1440'}, + {'id': '2560x1600', 'text': '2560x1600'}, + {'id': '2880x1800', 'text': '2880x1800'}, + {'id': '3072x1920', 'text': '3072x1920'}, + {'id': '3840x2160', 'text': '3840x2160'}, + {'id': '4096x2304', 'text': '4096x2304'}, + {'id': '5120x2880', 'text': '5120x2880'}, {'id': '-1x-1', 'text': 'Full screen'}, ], tab=gui.DISPLAY_TAB