summaryrefslogtreecommitdiff
path: root/x11-drivers/xorgxrdp/files
diff options
context:
space:
mode:
authorKoichiro Iwao <meta@FreeBSD.org>2020-03-12 05:16:55 +0000
committerKoichiro Iwao <meta@FreeBSD.org>2020-03-12 05:16:55 +0000
commita680b208af9fc0a796f0313c12dfe377051c1484 (patch)
treeae05902d4a4e64460995f1070357acd168277e9d /x11-drivers/xorgxrdp/files
parent- Update to 1.2.1 (diff)
x11-drivers/xorgxrdp: forgot to commit patch in r528263
Notes
Notes: svn path=/head/; revision=528270
Diffstat (limited to 'x11-drivers/xorgxrdp/files')
-rw-r--r--x11-drivers/xorgxrdp/files/patch-xrdpdev_xorg.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/x11-drivers/xorgxrdp/files/patch-xrdpdev_xorg.conf b/x11-drivers/xorgxrdp/files/patch-xrdpdev_xorg.conf
new file mode 100644
index 000000000000..53c918c041ca
--- /dev/null
+++ b/x11-drivers/xorgxrdp/files/patch-xrdpdev_xorg.conf
@@ -0,0 +1,17 @@
+diff --git xrdpdev/xorg.conf xrdpdev/xorg.conf
+index 8079ea8..f0d44fb 100644
+--- xrdpdev/xorg.conf
++++ xrdpdev/xorg.conf
+@@ -47,8 +47,11 @@ EndSection
+ Section "Device"
+ Identifier "Video Card (xrdpdev)"
+ Driver "xrdpdev"
++ # Change this to your actual path
+ Option "DRMDevice" "/dev/dri/renderD128"
+- Option "DRI3" "1"
++ # Change the below "0" to "1" to enable hardware acceleration
++ Option "DRI3" "0"
++ Option "DRI2" "0"
+ EndSection
+
+ Section "Screen"