Merge branch 'techge-patch-1'

This commit is contained in:
Andrew David Wong 2022-05-25 07:48:55 -07:00
commit 7c41e253c9
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -69,7 +69,7 @@ sudo qubesctl top.disable qvm.sys-gui-gpu
One more step is needed: attaching the actual GPU to `sys-gui-gpu`. This can be done either manually via `qvm-pci` (remember to enable permissive option), or via:
```bash
sudo qubesctl state.sls qvm.sys-gui-gpu-attach-gpu.
sudo qubesctl state.sls qvm.sys-gui-gpu-attach-gpu
```
The latter option assumes Intel graphics card (it has hardcoded PCI address). If you don't have Intel graphics card, please use the former method with `qvm-pci` (see [How to use PCI devices](/doc/how-to-use-pci-devices/)).