aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers
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
parente6b0c3335c24dba2b4133fd73bf76f98738659f7 (diff)
downloadports-a680b208af9fc0a796f0313c12dfe377051c1484.tar.gz
ports-a680b208af9fc0a796f0313c12dfe377051c1484.zip
x11-drivers/xorgxrdp: forgot to commit patch in r528263
Notes
Notes: svn path=/head/; revision=528270
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xorgxrdp/Makefile1
-rw-r--r--x11-drivers/xorgxrdp/files/patch-xrdpdev_xorg.conf17
2 files changed, 18 insertions, 0 deletions
diff --git a/x11-drivers/xorgxrdp/Makefile b/x11-drivers/xorgxrdp/Makefile
index 854588025faa..6aef0763159a 100644
--- a/x11-drivers/xorgxrdp/Makefile
+++ b/x11-drivers/xorgxrdp/Makefile
@@ -3,6 +3,7 @@
PORTNAME= xorgxrdp
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.13
+PORTREVISION= 0
CATEGORIES= x11-drivers
DIST_SUBDIR= xrdp
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"