Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Mar 2020 06:51:11 +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: r528271 - in head/x11-drivers/xorgxrdp: . files
Message-ID:  <202003120651.02C6pBRw072275@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: meta
Date: Thu Mar 12 06:51:11 2020
New Revision: 528271
URL: https://svnweb.freebsd.org/changeset/ports/528271

Log:
  x11-drivers/xorgxrdp: disable DRI3 option by default again
  
  I tried to compile DRI3 support by default and disable by config by default [1]
  However, actually it cannot be disabled completely by config. Hardware
  acceleration in xrdp is still bleeding-edge and it sometimes causes hang-up
  like below.
  
  [drm] GPU HANG: ecode 7:0:0x97f4ffff, in Xorg [100659], reason: Hang on rcs0, action: reset
  drmn0: Resetting chip after gpu hang
  drmn0: Resetting chip after gpu hang
  drmn0: i915_reset_device timed out, cancelling all in-flight rendering.
  
  Bleeding-edge features should be opt-in and the default setup should be stable,
  disabling again.
  
  [1] https://gitter.im/neutrinolabs/xrdp?at=5e5e48163ca0375cb399cdfa

Deleted:
  head/x11-drivers/xorgxrdp/files/patch-xrdpdev_xorg.conf
Modified:
  head/x11-drivers/xorgxrdp/Makefile

Modified: head/x11-drivers/xorgxrdp/Makefile
==============================================================================
--- head/x11-drivers/xorgxrdp/Makefile	Thu Mar 12 05:16:55 2020	(r528270)
+++ head/x11-drivers/xorgxrdp/Makefile	Thu Mar 12 06:51:11 2020	(r528271)
@@ -3,7 +3,7 @@
 PORTNAME=	xorgxrdp
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.2.13
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	x11-drivers
 DIST_SUBDIR=	xrdp
 
@@ -31,7 +31,7 @@ LIBS=		-L${LOCALBASE}/lib
 CONFIGURE_ENV=	XRDP_CFLAGS=-I${WRKSRC_xrdp}/common
 
 OPTIONS_DEFINE=	DEBUG DRI3
-OPTIONS_DEFAULT=	DRI3
+OPTIONS_DEFAULT=
 
 DRI3_DESC=	DRI3/Glamor OpenGL Support
 DRI3_CONFIGURE_ENABLE=	glamor



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