Date: Thu, 12 Mar 2020 05:16:55 +0000 (UTC) From: Koichiro Iwao <meta@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528270 - in head/x11-drivers/xorgxrdp: . files Message-ID: <202003120516.02C5Gt0q015597@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003120516.02C5Gt0q015597>