From f3f7d316924872d6197f271dd28d91b7dbe46fa2 Mon Sep 17 00:00:00 2001 From: matt335672 <30179339+matt335672@users.noreply.github.com> Date: Thu, 5 Sep 2024 09:56:12 +0100 Subject: [PATCH] Add 'msm' to the glamor whitelist --- xrdpdev/xorg.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xrdpdev/xorg.conf b/xrdpdev/xorg.conf index d212e9d..2ca8bd5 100644 --- a/xrdpdev/xorg.conf +++ b/xrdpdev/xorg.conf @@ -53,7 +53,7 @@ Section "Device" Driver "xrdpdev" Option "DRMDevice" "/dev/dri/renderD128" Option "DRI3" "1" - Option "DRMAllowList" "amdgpu i915 radeon" + Option "DRMAllowList" "amdgpu i915 msm radeon" EndSection Section "Screen"