This commit is contained in:
nek0 2021-10-02 07:21:52 +02:00
parent f02342a4bd
commit 855cbe356b
1 changed files with 14 additions and 2 deletions

View File

@ -53,10 +53,10 @@ The `28bd:0904` is the ID we are looking for. Note that the part after the
colon varies from device to device, so don't just copy&paste. colon varies from device to device, so don't just copy&paste.
Now we enter the realm of the configuration. First of all, we need to enable Now we enter the realm of the configuration. First of all, we need to enable
the wacom driver and utilities with the following setting: the digimend driver with the following settings:
```nix ```nix
services.xserver.wacom.enable = true; services.xserver.digimend.enable = true;
``` ```
Now we move on to having the wacom driver actually manage the XP-Pen devices. Now we move on to having the wacom driver actually manage the XP-Pen devices.
@ -180,4 +180,16 @@ After accomplishing this, you enter the following command:
xinput map-to-output <Stylus-ID> HEAD-<Output-No> xinput map-to-output <Stylus-ID> HEAD-<Output-No>
``` ```
### Wrong driver activation
In the article I stated to enable the wacom driver, which actually is not
absolutely needed, but I forgot to mention the digimend driver,
Which is activated by this setting:
```nix
services.xserver.digimend.enable = true;
```
The according section in the article has also been corrected.
[nixos]: https://nixos.org [nixos]: https://nixos.org