From 062c0bf9627332fbfadb5e332895182ff676460e Mon Sep 17 00:00:00 2001 From: Alexander Paetzelt <25867995+techge@users.noreply.github.com> Date: Wed, 25 May 2022 15:57:03 +0200 Subject: [PATCH] Remove dot where none should be The command contained a dot that is not actually part of the command --- user/advanced-topics/guivm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/advanced-topics/guivm.md b/user/advanced-topics/guivm.md index 651fa23c..75d54076 100644 --- a/user/advanced-topics/guivm.md +++ b/user/advanced-topics/guivm.md @@ -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/)).