doc: minor improvements

This commit is contained in:
Ben Grande 2025-05-14 16:38:44 +02:00
parent 52fb6f909c
commit bcea67d353
No known key found for this signature in database
GPG key ID: 00C64E14F51F9E56
3 changed files with 11 additions and 2 deletions

View file

@ -174,7 +174,7 @@ mkdir -p -- ~/.gnupg/split-gpg/dev
Generate keys for the client qube `dev`:
```sh
sq key generate --own-key --name ben --email ben@example.com --output ben.pgp --rev-cert ben.rev
sq key generate --own-key --name ben --email ben@example.com --output ben.pgp --rev-cert ben.rev --without-password
sq key delete --cert-fle=ben.pgp --output=ben.cert
gpg --homedir ~/.gnupg/split-gpg/dev --import ben.pgp
```

View file

@ -70,6 +70,15 @@ And set the qube preference `audiovm` to `disp-sys-usb`:
qvm-prefs -- QUBE audiovm disp-sys-usb
```
### Installation testing
Once you are satisfied with the installation, disable the default `USBVM` from
autostarting:
```sh
qvm-prefs -- sys-usb autostart False
```
### Client installation
#### Client USB proxy installation

View file

@ -58,7 +58,7 @@ sudo qubesctl --skip-dom0 --targets=QUBE state.apply video-companion.install-rec
### Basic usage
The sender has the screen you want to share of the webcam you want to access.
The sender has the screen you want to share or the webcam you want to access.
The receiver the is client that requests access to the screen of webcam,
therefore the client is responsible to initiate the call.