mirror of https://github.com/CrimsonTome/tldr.git
13 lines
324 B
Markdown
13 lines
324 B
Markdown
# prime-run
|
|
|
|
> Run a program using an alternative Nvidia graphics card.
|
|
> More information: <https://wiki.archlinux.org/title/PRIME#PRIME_render_offload>.
|
|
|
|
- Run a program using a dedicated Nvidia GPU:
|
|
|
|
`prime-run {{command}}`
|
|
|
|
- Validate whether the Nvidia card is being used:
|
|
|
|
`prime-run glxinfo | grep "OpenGL renderer"`
|