blob: c0f5101ab4c09fddda75f3dbc1687d582770c57a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# PRIME
> Manage hybrid graphics.
> More information: <https://wiki.archlinux.org/index.php/PRIME>.
> Also see `clock`.
- Run application on dedicated GPU:
`DRI_PRIME=1 {{application_name}}`
- Check status of dedicated GPU:
`sudo cat /sys/kernel/debug/vgaswitcheroo/switch`
|