File tree Expand file tree Collapse file tree 4 files changed +37
-5
lines changed
config/graphical-session/graphics-drivers Expand file tree Collapse file tree 4 files changed +37
-5
lines changed Original file line number Diff line number Diff line change 4242 - [ Session and Seat Management] ( ./config/session-management.md )
4343 - [ Graphical Session] ( ./config/graphical-session/index.md )
4444 - [ Graphics Drivers] ( ./config/graphical-session/graphics-drivers/index.md )
45- - [ Intel GPU] ( ./config/graphical-session/graphics-drivers/intel.md )
45+ - [ AMD or ATI] ( ./config/graphical-session/graphics-drivers/amd.md )
46+ - [ Intel] ( ./config/graphical-session/graphics-drivers/intel.md )
47+ - [ NVIDIA] ( ./config/graphical-session/graphics-drivers/nvidia.md )
4648 - [ NVIDIA
4749 Optimus] ( ./config/graphical-session/graphics-drivers/optimus.md )
48- - [ NVIDIA] ( ./config/graphical-session/graphics-drivers/nvidia.md )
4950 - [ Xorg] ( ./config/graphical-session/xorg.md )
5051 - [ Wayland] ( ./config/graphical-session/wayland.md )
5152 - [ Fonts] ( ./config/graphical-session/fonts.md )
Original file line number Diff line number Diff line change 1+ # AMD or ATI
2+
3+ AMD GPU support requires the ` linux-firmware-amd ` package. If you have installed
4+ the ` linux ` or ` linux-lts ` packages, it will be installed as a dependency. If
5+ you installed a version-specific kernel package (e.g., ` linux5.4 ` ), it may be
6+ necessary to manually install ` linux-firmware-amd ` .
7+
8+ ## OpenGL
9+
10+ Install the Mesa DRI package, ` mesa-dri ` . This is already included in the ` xorg `
11+ meta-package, but it is needed when installing Xorg via ` xorg-minimal ` or for
12+ running a Wayland compositor.
13+
14+ ## Vulkan
15+
16+ Install ` vulkan-loader ` , the Khronos Vulkan Loader. Then install one or both of
17+ the Mesa AMD Vulkan driver, ` mesa-vulkan-radeon ` ; or the GPUOpen AMD Vulkan
18+ driver, ` amdvlk ` .
19+
20+ ## Xorg
21+
22+ Installing the ` xorg ` meta-package will pull in both ` xf86-video-amdgpu ` and,
23+ for older hardware, ` xf86-video-ati ` . If you install ` xorg-minimal ` , choose one
24+ of these Xorg driver packages to match your hardware. The ` amdgpu ` driver should
25+ support cards built on AMD's "Graphics Core Next 1.2" architecture, introduced
26+ circa 2012.
27+
28+ ## Video acceleration
29+
30+ Install the ` mesa-vaapi ` and ` mesa-vdpau ` packages.
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ of your system.
55
66## Section Contents
77
8- - [ Intel GPU ] ( ./intel .md )
9- - [ NVIDIA Optimus ] ( ./optimus .md )
8+ - [ AMD or ATI ] ( ./amd .md )
9+ - [ Intel ] ( ./intel .md )
1010- [ NVIDIA] ( ./nvidia.md )
11+ - [ NVIDIA Optimus] ( ./optimus.md )
Original file line number Diff line number Diff line change 1- # Intel GPU
1+ # Intel
22
33Intel GPU support requires the ` linux-firmware-intel ` package. If you have
44installed the ` linux ` or ` linux-lts ` packages, it will be installed as a
You can’t perform that action at this time.
0 commit comments