Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Mar 2020 01:17:46 +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: r528263 - in head/x11-drivers/xorgxrdp: . files
Message-ID:  <202003120117.02C1Hk1j070764@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: meta
Date: Thu Mar 12 01:17:46 2020
New Revision: 528263
URL: https://svnweb.freebsd.org/changeset/ports/528263

Log:
  x11-drivers/xorgxrdp: Update to 0.2.13
  
  Compile with DRI3 hardware acceleration again however it is opt-in.
  Disabled by config by default. See pkg-message to enable.
  
  Sponsored by:	HAW International

Modified:
  head/x11-drivers/xorgxrdp/Makefile
  head/x11-drivers/xorgxrdp/distinfo
  head/x11-drivers/xorgxrdp/files/pkg-message.in

Modified: head/x11-drivers/xorgxrdp/Makefile
==============================================================================
--- head/x11-drivers/xorgxrdp/Makefile	Thu Mar 12 01:14:39 2020	(r528262)
+++ head/x11-drivers/xorgxrdp/Makefile	Thu Mar 12 01:17:46 2020	(r528263)
@@ -2,8 +2,7 @@
 
 PORTNAME=	xorgxrdp
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.2.12
-PORTREVISION=	3
+DISTVERSION=	0.2.13
 CATEGORIES=	x11-drivers
 DIST_SUBDIR=	xrdp
 
@@ -22,7 +21,7 @@ USE_GITHUB=	yes
 
 GH_ACCOUNT=	neutrinolabs
 GH_PROJECT=	xrdp:xrdp
-GH_TAGNAME=	v0.9.12:xrdp
+GH_TAGNAME=	v0.9.13:xrdp
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 
@@ -31,7 +30,7 @@ LIBS=		-L${LOCALBASE}/lib
 CONFIGURE_ENV=	XRDP_CFLAGS=-I${WRKSRC_xrdp}/common
 
 OPTIONS_DEFINE=	DEBUG DRI3
-OPTIONS_DEFAULT=
+OPTIONS_DEFAULT=	DRI3
 
 DRI3_DESC=	DRI3/Glamor OpenGL Support
 DRI3_CONFIGURE_ENABLE=	glamor

Modified: head/x11-drivers/xorgxrdp/distinfo
==============================================================================
--- head/x11-drivers/xorgxrdp/distinfo	Thu Mar 12 01:14:39 2020	(r528262)
+++ head/x11-drivers/xorgxrdp/distinfo	Thu Mar 12 01:17:46 2020	(r528263)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1577786558
-SHA256 (xrdp/neutrinolabs-xorgxrdp-v0.2.12_GH0.tar.gz) = 091ae881d66e263ad25071c5cf44df159f1182c57ad839bdc0bb853948775d35
-SIZE (xrdp/neutrinolabs-xorgxrdp-v0.2.12_GH0.tar.gz) = 100361
-SHA256 (xrdp/neutrinolabs-xrdp-v0.9.12_GH0.tar.gz) = 74ca5ff341a4428dba2ab409752adda9cfb788c298d8e0388dd6a4221e70ebaa
-SIZE (xrdp/neutrinolabs-xrdp-v0.9.12_GH0.tar.gz) = 679189
+TIMESTAMP = 1583971462
+SHA256 (xrdp/neutrinolabs-xorgxrdp-v0.2.13_GH0.tar.gz) = ba000bb2e8f19159e0c181757a1f12cdbec28f4db56d9632d6f6197879912ffc
+SIZE (xrdp/neutrinolabs-xorgxrdp-v0.2.13_GH0.tar.gz) = 100418
+SHA256 (xrdp/neutrinolabs-xrdp-v0.9.13_GH0.tar.gz) = 9461effbe1f188d7f87d0a3d3943a0b44b7411b7cc122da8701e75ca02190fe8
+SIZE (xrdp/neutrinolabs-xrdp-v0.9.13_GH0.tar.gz) = 681731

Modified: head/x11-drivers/xorgxrdp/files/pkg-message.in
==============================================================================
--- head/x11-drivers/xorgxrdp/files/pkg-message.in	Thu Mar 12 01:14:39 2020	(r528262)
+++ head/x11-drivers/xorgxrdp/files/pkg-message.in	Thu Mar 12 01:17:46 2020	(r528263)
@@ -22,17 +22,21 @@ To configure hardware acceleration, follow the followi
    Find the following line and change it to the actual path.
     Option "DRMDevice" "/dev/dri/renderD128"
 
+   Chenge "0" to "1" of the following line.
+    Option "DRI3" "0"
+
 5. Restart your system and login via xrdp
 
 See also the Wiki page for detailed instructions:
   https://wiki.freebsd.org/Graphics#Hardware_Support
 
 
-If hardware acceleration is properly configured, you will see logs like the
-following in ~/.local/share/xorg/Xorg.10.log. 10 can be replaced with display
-number.
+If hardware acceleration is properly configured, you will see logs like both
+of the following in ~/.local/share/xorg/Xorg.10.log. 10 can be replaced with
+display number.
 
     "glamor X acceleration enabled on Mesa DRI Intel(R) Ivybridge Desktop"
+    "rdpScreenInit: rdpDri3Init ok"
 
 EOM
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003120117.02C1Hk1j070764>