The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Video
This page in need of updates, see Funtoo_Profiles in the mean time.
Video Driver Selection
Individual driver pages cover specific setup steps for each driver. The general process is as follows:
Run ego profile mix-ins
get see what profiles are currently selected, and ego profile mix-ins +NEW-DRIVER -OLD-DRIVER
to add and remove your VIDEO-CARDS as you like. You'll need to emerge
@world and --depclean for your changes to reflect
Selecting a Video Driver
First determine which video card you have and which driver it requires.
root # lspci -nn
Once hardware is determined use the following sections to add or edit the VIDEO_CARDS
global variable in /etc/portage/make.conf
. See the specific driver pages for more granular details including kernel configurations, frame buffer settings, and X configuration.
Package Name | License | Developed by | mix-ins setting |
---|---|---|---|
x11-drivers/xf86-video-ati | Open Source | Community | radeon, radeonsi |
x11-drivers/ati-drivers | Proprietary | AMD | fglrx |
No results | Open Source | Intel | intel, intel i915, intel i965 |
x11-drivers/xf86-video-nouveau | Open Source | Community | nouveau |
x11-drivers/nvidia-drivers | Proprietary | NVIDIA | nvidia |
No results | Open Source | Community | vesa |
No results | Open Source | Community | vga |
An overview of each driver follows:
AMD/ATI
Users can choose between free (x11-drivers/xf86-video-ati) and proprietary (x11-drivers/ati-drivers) video drivers. x11-drivers/ati-drivers supports a variety AMD products, including Radeon R9, R7, R5 and HD 5000 Series through HD 8000 Series. Also supported are AMD A-Series APUs and Mobile Radeon HD chipsets. The free x11-drivers/xf86-video-ati has an official hardware and feature compatibility matrix. The free drivers are recommended as the proprietary drivers are not currently maintained very well by AMD. Users of AMD Southern & Sea Islands (HD7750 and above) should enable radeonsi for better performance and functionality.
Intel
The Intel video driver (No results supports Intel GMA and Intel HD graphics processors, which are found in laptops and desktop systems.
NVIDIA
Users can choose between x11-drivers/xf86-video-nouveau and proprietary x11-drivers/nvidia-drivers video drivers released by NVIDIA. The proprietary drivers have a reputation for quality, although they are often not updated to work with the latest versions of X or the Linux kernel.