注意:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Make.conf/VIDEO CARDS/Mix-ins"
< Make.conf | VIDEO CARDS
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
;{{c|gfxcard-intel}}: This mix-in enables all DRI-based Intel integrated graphics, including support for Vulkan and video acceleration where available. Do an {{c|emerge libva-intel-driver}} afterwards to ensure you have full video acceleration support. | ;{{c|gfxcard-intel}}: This mix-in enables all DRI-based Intel integrated graphics, including support for Vulkan and video acceleration where available. Do an {{c|emerge libva-intel-driver}} afterwards to ensure you have full video acceleration support. | ||
;{{c|gfxcard-amdgpu}}: This mix-in enables support for modern Radeon cards, Southern Islands -- GFX Core 6 (see [https://www.x.org/wiki/RadeonFeature/#index6h2 this x.org reference]) and greater. Includes Vulkan and video acceleration where available. Drivers are built for both the Gallium framework (modern replacement for DRI framework) and DRI | ;{{c|gfxcard-amdgpu}}: This mix-in enables support for modern Radeon cards, Southern Islands -- GFX Core 6 (see [https://www.x.org/wiki/RadeonFeature/#index6h2 this x.org reference]) and greater. Includes Vulkan and video acceleration where available. Drivers are built for both the Gallium framework (modern replacement for DRI framework) and DRI framweork. Glamor is used to accelerate 2D operations. | ||
;{{c|gfxcard-radeon}}: This mix-in enables support for modern Radeon cards, r600 through Northern Islands -- GFX Core 4 and 5 (see [https://www.x.org/wiki/RadeonFeature/#index6h2 this x.org reference]) and greater. Drivers are built for the Gallium framework (modern replacement for DRI framework) as well as DRI framework. Glamor is used to accelerate 2D operations. | ;{{c|gfxcard-radeon}}: This mix-in enables support for modern Radeon cards, r600 through Northern Islands -- GFX Core 4 and 5 (see [https://www.x.org/wiki/RadeonFeature/#index6h2 this x.org reference]) and greater. Drivers are built for the Gallium framework (modern replacement for DRI framework) as well as DRI framework. Glamor is used to accelerate 2D operations. | ||
;{{c|gfxcard-older-ati}}: Use this mix-in to enable support for R300 up to (but not including) R600 Radeon cards -- -- GFX Core 3 (see [https://www.x.org/wiki/RadeonFeature/#index6h2 this x.org reference]). DRI as well as Gallium-based drivers are enabled. | ;{{c|gfxcard-older-ati}}: Use this mix-in to enable support for R300 up to (but not including) R600 Radeon cards -- -- GFX Core 3 (see [https://www.x.org/wiki/RadeonFeature/#index6h2 this x.org reference]). DRI as well as Gallium-based drivers are enabled. |
Revision as of 19:46, August 30, 2019
Funtoo Graphics Mix-Ins
gfxcard-intel
- This mix-in enables all DRI-based Intel integrated graphics, including support for Vulkan and video acceleration where available. Do an
emerge libva-intel-driver
afterwards to ensure you have full video acceleration support. gfxcard-amdgpu
- This mix-in enables support for modern Radeon cards, Southern Islands -- GFX Core 6 (see this x.org reference) and greater. Includes Vulkan and video acceleration where available. Drivers are built for both the Gallium framework (modern replacement for DRI framework) and DRI framweork. Glamor is used to accelerate 2D operations.
gfxcard-radeon
- This mix-in enables support for modern Radeon cards, r600 through Northern Islands -- GFX Core 4 and 5 (see this x.org reference) and greater. Drivers are built for the Gallium framework (modern replacement for DRI framework) as well as DRI framework. Glamor is used to accelerate 2D operations.
gfxcard-older-ati
- Use this mix-in to enable support for R300 up to (but not including) R600 Radeon cards -- -- GFX Core 3 (see this x.org reference). DRI as well as Gallium-based drivers are enabled.
gfxcard-ancient-ati
- Use this mix-in to enable support pre-R300 cards -- GFX Core 1 and 2 (see this x.org reference). These drivers are DRI-based.
gfxcard-nvidia
- Use this to enable support for proprietary NVIDIA drivers. You will also need to
emerge nvidia-kernel-modules
, blacklistnouveau
and add yourself to thevideo
group. See this documentation for more details. gfxcard-nouveau
- Use this mix-in to enable support for Open Source nouveau drivers.