From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: Re: Wacom tablet issues Date: Thu, 5 Mar 2020 16:52:18 +0100 Message-ID: <20200305155218.zrwzv5cdwhnzwc67@pelzflorian.localdomain> References: <1583420028.1586.1@riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:52297) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j9snU-0004af-LO for guix-devel@gnu.org; Thu, 05 Mar 2020 10:52:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j9snT-0000uT-Hb for guix-devel@gnu.org; Thu, 05 Mar 2020 10:52:28 -0500 Received: from pelzflorian.de ([5.45.111.108]:36074 helo=mail.pelzflorian.de) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j9snT-0000ol-26 for guix-devel@gnu.org; Thu, 05 Mar 2020 10:52:27 -0500 Content-Disposition: inline In-Reply-To: <1583420028.1586.1@riseup.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: raingloom Cc: guix-devel@gnu.org 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 would need to be fixed. Regards, Florian