svn commit: r500677 - in head/x11-wm/compiz: . files

Mateusz Piotrowski 0mp at FreeBSD.org
Thu May 2 18:52:05 UTC 2019


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 at 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


More information about the svn-ports-all mailing list