aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2019-05-02 18:52:04 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2019-05-02 18:52:04 +0000
commitebc6f7090148a6d7c616c59fe3a754359a8493a8 (patch)
tree94e434d20dbbc861c3762e5999a2bb66024783aa /x11-wm
parent94141ee23fd571f3cd212f2b2526e85c80725c89 (diff)
downloadports-ebc6f7090148a6d7c616c59fe3a754359a8493a8.tar.gz
ports-ebc6f7090148a6d7c616c59fe3a754359a8493a8.zip
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)
Notes
Notes: svn path=/head/; revision=500677
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/compiz/Makefile2
-rw-r--r--x11-wm/compiz/files/compiz-manager.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/compiz/Makefile b/x11-wm/compiz/Makefile
index a20370506a7e..ab38f3e4c779 100644
--- a/x11-wm/compiz/Makefile
+++ b/x11-wm/compiz/Makefile
@@ -2,7 +2,7 @@
PORTNAME= compiz
PORTVERSION= 0.8.8
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= x11-wm
MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/
diff --git a/x11-wm/compiz/files/compiz-manager.in b/x11-wm/compiz/files/compiz-manager.in
index 358dd14ae61a..8ed0d4050139 100644
--- a/x11-wm/compiz/files/compiz-manager.in
+++ b/x11-wm/compiz/files/compiz-manager.in
@@ -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