Skip to content

Commit

Permalink
Allow AMD integrated graphics for glamor
Browse files Browse the repository at this point in the history
  • Loading branch information
metalefty committed Jul 31, 2024
1 parent 18ba7e1 commit 48d4d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xrdpdev/xorg.conf
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 48d4d38

Please sign in to comment.