aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers
diff options
context:
space:
mode:
authorKoichiro Iwao <meta@FreeBSD.org>2020-03-12 01:17:46 +0000
committerKoichiro Iwao <meta@FreeBSD.org>2020-03-12 01:17:46 +0000
commita92de7aae5ca25949d8037cfc50cf0511ea04952 (patch)
tree934f45315f1bca488e61e3e7d752225cfe782e99 /x11-drivers
parentc9c162c998d264b27912ed17b6d2585b2bf6e5a5 (diff)
downloadports-a92de7aae5ca25949d8037cfc50cf0511ea04952.tar.gz
ports-a92de7aae5ca25949d8037cfc50cf0511ea04952.zip
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
Notes
Notes: svn path=/head/; revision=528263
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xorgxrdp/Makefile7
-rw-r--r--x11-drivers/xorgxrdp/distinfo10
-rw-r--r--x11-drivers/xorgxrdp/files/pkg-message.in10
3 files changed, 15 insertions, 12 deletions
diff --git a/x11-drivers/xorgxrdp/Makefile b/x11-drivers/xorgxrdp/Makefile
index 6dd64c83087b..854588025faa 100644
--- a/x11-drivers/xorgxrdp/Makefile
+++ b/x11-drivers/xorgxrdp/Makefile
@@ -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
diff --git a/x11-drivers/xorgxrdp/distinfo b/x11-drivers/xorgxrdp/distinfo
index 9ee089d32fd5..6a65ef89d3f0 100644
--- a/x11-drivers/xorgxrdp/distinfo
+++ b/x11-drivers/xorgxrdp/distinfo
@@ -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
diff --git a/x11-drivers/xorgxrdp/files/pkg-message.in b/x11-drivers/xorgxrdp/files/pkg-message.in
index 88ef7fe81820..6db8d91fc8d3 100644
--- a/x11-drivers/xorgxrdp/files/pkg-message.in
+++ b/x11-drivers/xorgxrdp/files/pkg-message.in
@@ -22,17 +22,21 @@ To configure hardware acceleration, follow the following steps.
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
}