Skip to content

Commit 36d59ac

Browse files
authored
Merge pull request #329 from metalefty/v0.10-amdgpu
Allow AMD integrated graphics for glamor
2 parents fb49d67 + 9cdfc9a commit 36d59ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xrdpdev/xorg.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Section "Device"
5353
Driver "xrdpdev"
5454
Option "DRMDevice" "/dev/dri/renderD128"
5555
Option "DRI3" "1"
56-
Option "DRMAllowList" "i915 radeon"
56+
Option "DRMAllowList" "amdgpu i915 radeon"
5757
EndSection
5858

5959
Section "Screen"

0 commit comments

Comments
 (0)