From mboxrd@z Thu Jan 1 00:00:00 1970 From: raingloom Subject: Wacom tablet issues Date: Thu, 05 Mar 2020 15:53:48 +0100 Message-ID: <1583420028.1586.1@riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:40718) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j9rsp-00046O-Eu for guix-devel@gnu.org; Thu, 05 Mar 2020 09:53:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j9rso-0002SL-9j for guix-devel@gnu.org; Thu, 05 Mar 2020 09:53:55 -0500 Received: from mx1.riseup.net ([198.252.153.129]:56146) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j9rso-0002RQ-15 for guix-devel@gnu.org; Thu, 05 Mar 2020 09:53:54 -0500 Received: from capuchin.riseup.net (capuchin-pn.riseup.net [10.0.1.176]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 48YDKF0dQDzFdd2 for ; Thu, 5 Mar 2020 06:53:53 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by capuchin.riseup.net (Postfix) with ESMTPSA id 48YDKD0rLnz8tYt for ; Thu, 5 Mar 2020 06:53:51 -0800 (PST) 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: guix-devel@gnu.org I'm having trouble properly setting up my Wacom Intuos CTH-480 tablet. It is recognized as a tablet and pressure sensitivity is working, but the eraser is not recognized as a separate input device. I used it in Arch, where it worked flawlessly, so it's not a driver bug. `libwacom-list-local-devices` shows them, but `xsetwacom --list devices` does not. I think it is a udev issue. I ran `udevadm info $(libwacom-list-local-devices | grep 'Device node' | cut -f 4- -d ' ')` in both Guix and a NixOS VM and in Guix it seems to only show a single device, while in Nix it shows 3. I managed to get the libwacom udev rules in my system config, at least I think I did, since the following files exist: ``` /run/booted-system/profile/lib/udev/rules.d/65-libwacom.rules /run/booted-system/profile/lib/udev/rules.d/wacom.rules ``` Not sure how to proceed. Any tips?