Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 May 2019 18:52:04 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500677 - in head/x11-wm/compiz: . files
Message-ID:  <201905021852.x42Iq4rG047040@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Thu May  2 18:52:04 2019
New Revision: 500677
URL: https://svnweb.freebsd.org/changeset/ports/500677

Log:
  x11-wm/compiz: Add the amdgpu to driver whitelist
  
  The elements of the list are prefixes of display drivers located in
  /usr/local/lib/xorg/modules/drivers, so these refer to Xorg display
  drivers, not kernel modules.
  
  The "intel" driver covers i915 if and only if intel_drv.so is loaded. If
  modesetting_drv.so is loaded then "intel" does not cover i915 anymore.
  
  As xf86-video-amdgpu installs amdgpu_drv.so, "amdgpu" should also be added
  to the list. "ati" and "radeon" cover display drivers installed by both
  xf86-video-ati and xf86-video-ati-legacy.
  
  PR:		230894
  Submitted by:	Samy Mahmoudi <samy.mahmoudi@gmail.com>
  Approved by:	portmgr (maintainer timeout, > 14 days)

Modified:
  head/x11-wm/compiz/Makefile
  head/x11-wm/compiz/files/compiz-manager.in

Modified: head/x11-wm/compiz/Makefile
==============================================================================
--- head/x11-wm/compiz/Makefile	Thu May  2 18:49:20 2019	(r500676)
+++ head/x11-wm/compiz/Makefile	Thu May  2 18:52:04 2019	(r500677)
@@ -2,7 +2,7 @@
 
 PORTNAME=	compiz
 PORTVERSION=	0.8.8
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://releases.compiz.org/${PORTVERSION}/
 

Modified: head/x11-wm/compiz/files/compiz-manager.in
==============================================================================
--- head/x11-wm/compiz/files/compiz-manager.in	Thu May  2 18:49:20 2019	(r500676)
+++ head/x11-wm/compiz/files/compiz-manager.in	Thu May  2 18:52:04 2019	(r500677)
@@ -59,7 +59,7 @@ fi
 FALLBACKWM_OPTIONS="--replace $@"
 
 # Driver whitelist
-WHITELIST="nvidia intel ati radeon i810 modesetting"
+WHITELIST="nvidia intel ati radeon i810 amdgpu modesetting"
 
 # blacklist based on the pci ids 
 # See http://wiki.compiz-fusion.org/Hardware/Blacklist for details



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