Drawing Tablet: Difference between revisions

Slips (talk | contribs)
Created the page, and filled out information for configuring unsupported tablets.
 
Kaya (talk | contribs)
Link to the OpenTabletDriver page instead of package
 
(2 intermediate revisions by one other user not shown)
Line 3: Line 3:
==Drivers==
==Drivers==


Most tablets are supported by existing official and unofficial drivers. {{nixos:package|OpenTabletDriver}}
Most tablets are supported by existing official and unofficial drivers. [[OpenTabletDriver]]


==Configuring unsupported tablets==
==Configuring unsupported tablets==
Line 17: Line 17:


==== Installing DIGImend Driver ====
==== Installing DIGImend Driver ====
Add the Kernel package {{Nixos:package|digimend}} and enable the service.  
Add the specific Kernel package module {{Nixos:package|digimend}}, or by auto-selection with <code>config.boot.kernelPackages</code>.
 
Then enable the service.  
 
{{Note|1= DIGImend is now apart of the [https://spbnick.github.io/2024/11/03/Letting-go-of-DIGImend.html kernel.]
Adding the service and package must be skipped due to [https://github.com/NixOS/nixpkgs/issues/363873 compilation errors] in kernel >= 6.12}}
 
  {
  {
   
   
Line 23: Line 29:
   
   
   environment.systemPackages = [
   environment.systemPackages = [
     pkgs.'''linuxKernel.packages.linux_6_9.digimend'''
     <code>config.boot.kernelPackages.digimend</code>
   ];
   ];