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

From Funtoo
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, including Vulkan and video acceleration where available.
;{{c|gfxcard-amdgpu}}: This mix-in enables support for modern Radeon cards, Southern Islands and Graphics Core 6 and greater. Includes Vulkan and video acceleration where available. Uses the Glamor framework (modern replacement for DRI framework.) See [https://www.x.org/wiki/RadeonFeature/#index6h2 this x.org reference].
;{{c|gfxcard-older-ati}}: Use this mix-in to enable support for older R100 and R200-series Radeon cards.
;{{c|gfxcard-older-ati}}: Use this mix-in to enable support for older R100 and R200-series Radeon cards.
;{{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.
;{{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 19:26, 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 and Graphics Core 6 and greater. Includes Vulkan and video acceleration where available. Uses the Glamor framework (modern replacement for DRI framework.) See this x.org reference.
gfxcard-older-ati
Use this mix-in to enable support for older R100 and R200-series Radeon cards.
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.
gfxcard-nouveau
Use this mix-in to enable support for Open Source nouveau drivers.