mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
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)
This commit is contained in:
parent
94141ee23f
commit
ebc6f70901
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500677
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= compiz
|
||||
PORTVERSION= 0.8.8
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user