1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-08-05 04:57:45 +02:00

Compare commits

..

No commits in common. "d7c206204740f27de87db9558ff833c58122eb0c" and "e5d89f1a8cd3a37bf4170af032f5b08a8394ae23" have entirely different histories.

2 changed files with 6 additions and 9 deletions

View File

@ -172,8 +172,3 @@ password-border-width = 2px
# The border radius of the password input.
password-border-radius = 0.341125em
```
## Troubleshooting
If it comes to problems that deny the login it can be useful to switch to another tty.
This can be done by hitting the key combination `CTRL+ALT+F2`.

View File

@ -20,7 +20,11 @@ To use v4l2loopback an according
package needs to be installed.
Some distributions have a package named `v4l2loopback-dkms` in the package
manager, making the manual installation process unnecessary.
Make sure that both `dkms` and `linux-headers` packages are installed aswell.
Make sure to
[start the service](/wiki/linux/systemd.md#startstopenabledisable-a-service) by
running `systemctl start v4l2loopback.service` and/or enable it to start after each
boot with `systemctl enable v4l2loopback.service`.
### Usage
@ -71,12 +75,10 @@ Note the line starting with `ExecStart=/bin/` is the same line described in the
[above section](#create-temporary-v4l2-devices).
Make sure to change it if needed.
Afterwards enable the service to start at every boot process aswell as running it by using the
following command:
Afterwards enable the service to start at every boot process by running:
```sh
sudo systemctl enable v4l2loopback
sudo systemctl start v4l2loopback
```
## Troubleshooting