mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-15 09:59:59 +00:00
Update cheatsheets
This commit is contained in:
17
tldr/linux/prime-run
Normal file
17
tldr/linux/prime-run
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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"`
|
||||
Reference in New Issue
Block a user