diff --git a/site/posts/2021-06-27-Hacking-my-XP-Pen-drawing-tablets.md b/site/posts/2021-06-27-Hacking-my-XP-Pen-drawing-tablets.md index 3f05d73..9f1c209 100644 --- a/site/posts/2021-06-27-Hacking-my-XP-Pen-drawing-tablets.md +++ b/site/posts/2021-06-27-Hacking-my-XP-Pen-drawing-tablets.md @@ -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. 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 -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. @@ -180,4 +180,16 @@ After accomplishing this, you enter the following command: xinput map-to-output HEAD- ``` +### 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