From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: 1) Lid Buttons 2) Stylus Input 3) Fingerprint Scanner Date: Fri, 12 Apr 2019 14:45:30 -0400 Message-ID: <87o95bvz8a.fsf@netris.org> References: <987892fb46a1f6c22736cd8a6ab63a94e5063b31.camel@disroot.org> <87sgunvzxy.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:47761) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hF1Ca-0006nj-1s for help-guix@gnu.org; Fri, 12 Apr 2019 14:47:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hF1CZ-0003jB-4J for help-guix@gnu.org; Fri, 12 Apr 2019 14:47:04 -0400 Received: from world.peace.net ([64.112.178.59]:44828) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hF1CY-0003iw-UV for help-guix@gnu.org; Fri, 12 Apr 2019 14:47:03 -0400 In-Reply-To: <87sgunvzxy.fsf@netris.org> (Mark H. Weaver's message of "Fri, 12 Apr 2019 14:30:06 -0400") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Raghav Gururajan Cc: help-guix@gnu.org, =?utf-8?Q?Cl=C3=A9ment?= Lassieur Earlier, I wrote: >> 2) Input using stylus pen. > > The touch screen is apparently a Wacom device. From GNOME, you might be > able to easily set it up from the "Wacom" section of GNOME settings. I > don't know about other desktop environments off-hand. [...] > To set it up permanently, it *might* be sufficient to add something like > the following to your OS configuration, merging it with your existing > 'services' field if needed: > > (services (append (list ;; other services go here > (set-xorg-configuration > (xorg-configuration > (modules (cons xf86-input-wacom > %default-xorg-modules))))) > %desktop-services)) > > with at least the following imports near the top of the file: > > (use-service-modules desktop xorg) > (use-package-modules xdisorg) On second thought, it seems likely that the "permanent" approach suggested above is the only way to make this work on Guix. Mark