6 lines
261 B
Markdown
6 lines
261 B
Markdown
|
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>
|
||
|
```
|