Difference between revisions of "Make.conf/VIDEO CARDS/Mix-ins"

From Funtoo
Jump to navigation Jump to search
m (→‎Funtoo Graphics Mix-Ins: undo lower case - make R300/R600 naming consistent(upper case).)
(3 intermediate revisions by 2 users not shown)
Line 4: Line 4:
;{{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 framework. Glamor is used to accelerate 2D operations.
;{{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 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-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]). 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.
;{{c|gfxcard-ancient-ati}}: Use this mix-in to enable support pre-R300 cards -- GFX Core 1 and 2 (see [https://www.x.org/wiki/RadeonFeature/#index6h2 this x.org reference]). These drivers are DRI-based.
;{{c|gfxcard-ancient-ati}}: Use this mix-in to enable support pre-R300 cards -- GFX Core 1 and 2 (see [https://www.x.org/wiki/RadeonFeature/#index6h2 this x.org reference]). These drivers are DRI-based.
;{{c|gfxcard-nvidia}}: Use this to enable support for proprietary NVIDIA drivers. You will also need to {{c|emerge nvidia-kernel-modules}}, blacklist {{c|nouveau}} and add yourself to the {{c|video}} group. See [[Package:NVIDIA_Linux_Display_Drivers|this documentation]] for more details.
;{{c|gfxcard-nvidia}}: Use this to enable support for proprietary NVIDIA drivers. You will also need to {{c|emerge nvidia-kernel-modules}}, blacklist {{c|nouveau}} and add yourself to the {{c|video}} group. See [[Package:NVIDIA_Linux_Display_Drivers|this documentation]] for more details. Note that Funtoo now has two catpkgs for NVIDIA proprietary graphics -- {{c|nvidia-drivers}} and {{c|nvidia-kernel-modules}} -- to aid the use of NVIDIA acceleration on containers.
;{{c|gfxcard-nvidia-legacy}}: Proprietary NVIDIA drivers like above, but the legacy version of the driver that supports older hardware. See https://www.nvidia.com/en-us/drivers/unix/ and browse the specific driver version that {{c|emerge}} is installing to get detailed compatibility information.
;{{c|gfxcard-nouveau}}: Use this mix-in to enable support for Open Source nouveau drivers.
;{{c|gfxcard-nouveau}}: Use this mix-in to enable support for Open Source nouveau drivers.
</div>
</div>

Revision as of 03:33, October 24, 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 framework. 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). 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, blacklist nouveau and add yourself to the video group. See this documentation for more details. Note that Funtoo now has two catpkgs for NVIDIA proprietary graphics -- nvidia-drivers and nvidia-kernel-modules -- to aid the use of NVIDIA acceleration on containers.
gfxcard-nvidia-legacy
Proprietary NVIDIA drivers like above, but the legacy version of the driver that supports older hardware. See https://www.nvidia.com/en-us/drivers/unix/ and browse the specific driver version that emerge is installing to get detailed compatibility information.
gfxcard-nouveau
Use this mix-in to enable support for Open Source nouveau drivers.