From 48d4d3873b577590c39e3998fb990d6887c85082 Mon Sep 17 00:00:00 2001 From: Koichiro Iwao Date: Wed, 31 Jul 2024 15:44:31 +0900 Subject: [PATCH] Allow AMD integrated graphics for glamor --- xrdpdev/xorg.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xrdpdev/xorg.conf b/xrdpdev/xorg.conf index c74d084..d212e9d 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" "i915 radeon" + Option "DRMAllowList" "amdgpu i915 radeon" EndSection Section "Screen"