mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-06-05 13:39:17 -04:00
Remove dot where none should be
The command contained a dot that is not actually part of the command
This commit is contained in:
parent
3be95da95d
commit
062c0bf962
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
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
|
```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/)).
|
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/)).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue