From 98e02d98a83f1593c08ac8f284c076f88d571066 Mon Sep 17 00:00:00 2001 From: matt335672 <30179339+matt335672@users.noreply.github.com> Date: Wed, 17 Feb 2021 09:55:58 +0000 Subject: [PATCH] Add "DefaultServerLayout" option --- xrdpdev/xorg.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xrdpdev/xorg.conf b/xrdpdev/xorg.conf index 8079ea89..24a7b056 100644 --- a/xrdpdev/xorg.conf +++ b/xrdpdev/xorg.conf @@ -7,6 +7,9 @@ Section "ServerLayout" EndSection Section "ServerFlags" + # This line prevents "ServerLayout" sections in xorg.conf.d files + # overriding the "X11 Server" layout (xrdp #1784) + Option "DefaultServerLayout" "X11 Server" Option "DontVTSwitch" "on" Option "AutoAddDevices" "off" EndSection