svn commit: r528270 - in head/x11-drivers/xorgxrdp: . files

Koichiro Iwao meta at FreeBSD.org
Thu Mar 12 05:16:56 UTC 2020


Author: meta
Date: Thu Mar 12 05:16:55 2020
New Revision: 528270
URL: https://svnweb.freebsd.org/changeset/ports/528270

Log:
  x11-drivers/xorgxrdp: forgot to commit patch in r528263

Added:
  head/x11-drivers/xorgxrdp/files/patch-xrdpdev_xorg.conf   (contents, props changed)
Modified:
  head/x11-drivers/xorgxrdp/Makefile

Modified: head/x11-drivers/xorgxrdp/Makefile
==============================================================================
--- head/x11-drivers/xorgxrdp/Makefile	Thu Mar 12 03:58:15 2020	(r528269)
+++ head/x11-drivers/xorgxrdp/Makefile	Thu Mar 12 05:16:55 2020	(r528270)
@@ -3,6 +3,7 @@
 PORTNAME=	xorgxrdp
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.2.13
+PORTREVISION=	0
 CATEGORIES=	x11-drivers
 DIST_SUBDIR=	xrdp
 

Added: head/x11-drivers/xorgxrdp/files/patch-xrdpdev_xorg.conf
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-drivers/xorgxrdp/files/patch-xrdpdev_xorg.conf	Thu Mar 12 05:16:55 2020	(r528270)
@@ -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"


More information about the svn-ports-head mailing list