guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Wacom tablet issues


From: pelzflorian (Florian Pelz)
Subject: Re: Wacom tablet issues
Date: Thu, 5 Mar 2020 16:52:18 +0100

Maybe using a custom Xorg configuration service helps.  Add to the
services field:

(set-xorg-configuration
 (xorg-configuration
  (modules
   (list
    xf86-video-fbdev
    xf86-input-libinput))))

(or another xf86-video- driver depending on your GPU).

This would leave out evdev and other obsolete input drivers drivers.
Maybe this makes the wacom tablet work.  In case this actually helps,
bug <https://issues.guix.gnu.org/issue/35450> would need to be fixed.

Regards,
Florian



reply via email to

[Prev in Thread] Current Thread [Next in Thread]