mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
prime-run: add page (#12740)
* prime-run: add page * remove leading \n * and again * Update pages/linux/prime-run.md Co-authored-by: cyqsimon <28627918+cyqsimon@users.noreply.github.com> * Update pages/linux/prime-run.md Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * Update pages/linux/prime-run.md Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> --------- Co-authored-by: cyqsimon <28627918+cyqsimon@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
26598bbb83
commit
fe26c10b26
1 changed files with 12 additions and 0 deletions
12
pages/linux/prime-run.md
Normal file
12
pages/linux/prime-run.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# 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"`
|
Loading…
Add table
Reference in a new issue