Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aniketfuryrocks/prime-run

a simple bash script to run apps with prime render offloading
https://github.com/aniketfuryrocks/prime-run

bash graphics linux nvidia offload optimus-laptops

Last synced: about 2 months ago
JSON representation

a simple bash script to run apps with prime render offloading

Awesome Lists containing this project

README

        

# prime-run
*a simple bash script to run apps with prime render offload*

```bash
__NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia "$@"
```

## Install

*make executable*

```
chmod +x prime-run
```

*add to path*
```
sudo mv prime-run /usr/bin/
```

## Usage

```bash
prime-run firefox
```