documentation/docs/gentoo-desktop-setup/post-install/drivers.md

6 lines
261 B
Markdown
Raw Permalink Normal View History

Video drivers are necessary for a graphical session to function. In Gentoo it is as simple as specifying what video card the system uses using USE flags:
``` title="/etc/portage/package.use/00video"
*/* VIDEO_CARDS: -* <amdgpu radeonsi || intel || nvidia>
```