注意:
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
(Created page with "<div style="background-color: #eeefe3; border-radius: 8px; padding: 10px;"> === Funtoo Graphics Mix-Ins === ;{{c|gfxcard-intel}}: This mix-in enables all DRI-based Intel inte...") |
|||
Line 2: | Line 2: | ||
=== Funtoo Graphics Mix-Ins === | === Funtoo Graphics Mix-Ins === | ||
;{{c|gfxcard-intel}}: This mix-in enables all DRI-based Intel integrated graphics, including support for Vulkan and video acceleration where available. | ;{{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, including Vulkan and video acceleration where available. | ||
;{{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. |
Revision as of 04:16, July 28, 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, including Vulkan and video acceleration where available.
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
, 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.