From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id KBw+I8Cyq18+ewAA0tVLHw (envelope-from ) for ; Wed, 11 Nov 2020 09:45:36 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id 6Cr7HsCyq1+TMQAAB5/wlQ (envelope-from ) for ; Wed, 11 Nov 2020 09:45:36 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id CDC849403C9 for ; Wed, 11 Nov 2020 09:45:35 +0000 (UTC) Received: from localhost ([::1]:41110 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kcmh4-0001ow-Fi for larch@yhetil.org; Wed, 11 Nov 2020 04:45:34 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:53264) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kcmgP-0001oo-Sd for help-guix@gnu.org; Wed, 11 Nov 2020 04:44:53 -0500 Received: from pelzflorian.de ([5.45.111.108]:47384 helo=mail.pelzflorian.de) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kcmgN-0005pC-GR for help-guix@gnu.org; Wed, 11 Nov 2020 04:44:53 -0500 Received: from pelzflorian.localdomain (unknown [5.45.111.108]) by mail.pelzflorian.de (Postfix) with ESMTPSA id D6CD53605A8; Wed, 11 Nov 2020 10:44:47 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=pelzflorian.de; s=mail; t=1605087887; bh=siQUar8uW4FSzdBVJGWYv00drjk7Mv0qfkOMMazuM8g=; h=Date:From:To:Subject:References:In-Reply-To; b=t5hNU1umoekkSmhsUX3b8QE7gj5nB7VyjStBE0DGt4B//0Bvz/fBd5xuV64rHV6rO whTNLqwTGwAoJ7mgl+Jgy6Ihgq/50h/N6T7qNU/shRW7tPFeq/OcjgTFSdvYTor+Vn C8kAhBZLXapOzoM2iNR+7tMcYDVWMcbssG3D3Dzk= Date: Wed, 11 Nov 2020 10:44:39 +0100 From: "pelzflorian (Florian Pelz)" To: =?utf-8?Q?Barnab=C3=A1s_B=C3=A9res?= , help-guix@gnu.org Subject: Re: Touchpad not working on Acer Aspire One laptop Message-ID: <20201111094439.snxfowrqwc5ct4tl@pelzflorian.localdomain> References: <9E645AC7-498E-4F6C-88E4-5E9F2BB59121@gmail.com> <87o8k42v87.fsf@dismail.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87o8k42v87.fsf@dismail.de> Received-SPF: pass client-ip=5.45.111.108; envelope-from=pelzflorian@pelzflorian.de; helo=mail.pelzflorian.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/11/11 04:44:48 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=fail (headers rsa verify failed) header.d=pelzflorian.de header.s=mail header.b=t5hNU1um; dmarc=none; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: -0.01 X-TUID: q1iGZG2CUUt5 On Wed, Nov 11, 2020 at 02:44:40AM -0500, Joshua Branson wrote: > > Hey Barnabas! (awesome name by the way!) > > Is your touchpad working at all? Can you move a mouse with your > touchpad? I had an issue on my old macbook, where my mouse would only > move up and down. When I started using sway, that issue went away. > > Thanks, The Macbook touchpad bug was probably which was resolved in the default configuration by booting Linux with modprobe.blacklist=usbmouse. Possibly it would help to add a set-xorg-configuration service to your operating-system configuration file (/etc/config.scm or whatever you have called it) and there select either not libinput or not synaptics: (services (… (set-xorg-configuration (xorg-configuration (keyboard-layout keyboard-layout) (modules (list xf86-video-vesa xf86-video-fbdev xf86-video-amdgpu xf86-video-ati xf86-video-cirrus xf86-video-intel xf86-video-mach64 xf86-video-nouveau xf86-video-nv xf86-video-sis xf86-input-libinput ;maybe remove this libinput line xf86-input-evdev xf86-input-keyboard xf86-input-mouse xf86-input-synaptics ;maybe remove this synaptics line )))) … Then do a guix system reconfigure. Regards, Florian