From unknown Sun Jun 22 00:04:34 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#54134 <54134@debbugs.gnu.org> To: bug#54134 <54134@debbugs.gnu.org> Subject: Status: [PATCH] services: xorg: Remove xf86-input-synaptics from %default-xorg-modules. Reply-To: bug#54134 <54134@debbugs.gnu.org> Date: Sun, 22 Jun 2025 07:04:34 +0000 retitle 54134 [PATCH] services: xorg: Remove xf86-input-synaptics from %def= ault-xorg-modules. reassign 54134 guix-patches submitter 54134 SeerLite severity 54134 normal tag 54134 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 23 18:45:04 2022 Received: (at submit) by debbugs.gnu.org; 23 Feb 2022 23:45:04 +0000 Received: from localhost ([127.0.0.1]:46844 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nN1Jg-0001xH-Il for submit@debbugs.gnu.org; Wed, 23 Feb 2022 18:45:04 -0500 Received: from lists.gnu.org ([209.51.188.17]:41972) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nN1Jf-0001x8-3T for submit@debbugs.gnu.org; Wed, 23 Feb 2022 18:45:03 -0500 Received: from eggs.gnu.org ([209.51.188.92]:45544) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nN1Je-0002lk-SQ for guix-patches@gnu.org; Wed, 23 Feb 2022 18:45:02 -0500 Received: from mx.nixnet.email ([94.16.121.167]:44668) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nN1Jc-0003zJ-9U for guix-patches@gnu.org; Wed, 23 Feb 2022 18:45:02 -0500 Received: from [127.0.0.1] (localhost [127.0.0.1]) by mx.nixnet.email (Postfix) with ESMTPSA id E0D9F2001F4; Wed, 23 Feb 2022 18:44:53 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nixnet.email; s=202002021149; t=1645659895; h=from:from:reply-to:subject:subject:to:to:cc:cc; bh=3yp36WCh62zuP/WJOXXA7a/HwY1RL9LUSDMqfYerz3o=; b=Gkizw60r8EL97SBtcB6PD2q/mJRLhScQN8aaWQ0XpUfdHADcsJpIaBsHJ7n9EoyJuibQ0S QZ+9lOMI/EsYhDjYuvQLVftsccdyD84PgnSRZaHWtGZ+Ipojr6mxIGD4jlj5FCYGtAZu0E p2pQo2eYd4+4dojuk4h9kWJs+1L5/l0= From: SeerLite To: guix-patches@gnu.org Subject: [PATCH] services: xorg: Remove xf86-input-synaptics from %default-xorg-modules. Date: Wed, 23 Feb 2022 20:42:49 -0300 Message-Id: <20220223234249.8107-1-seerlite@nixnet.email> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=94.16.121.167; envelope-from=seerlite@nixnet.email; helo=mx.nixnet.email 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_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: SeerLite X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Fixes . This driver isn't intended to be installed by default as it takes precedence over the recommended xf86-input-libinput. * gnu/services/xorg.scm (%default-xorg-modules): Remove xf86-input-synaptics. --- gnu/services/xorg.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm index d6dfb07425..0cbd9aa53b 100644 --- a/gnu/services/xorg.scm +++ b/gnu/services/xorg.scm @@ -145,8 +145,7 @@ (define %default-xorg-modules xf86-input-evdev xf86-input-keyboard - xf86-input-mouse - xf86-input-synaptics)) + xf86-input-mouse)) (define %default-xorg-fonts ;; Default list of fonts available to the X server. -- 2.35.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 23 06:59:42 2022 Received: (at 54134) by debbugs.gnu.org; 23 Mar 2022 10:59:42 +0000 Received: from localhost ([127.0.0.1]:42887 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nWyiM-0007tc-E1 for submit@debbugs.gnu.org; Wed, 23 Mar 2022 06:59:42 -0400 Received: from eggs.gnu.org ([209.51.188.92]:56572) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nWyiK-0007tN-Hn for 54134@debbugs.gnu.org; Wed, 23 Mar 2022 06:59:40 -0400 Received: from [2001:470:142:3::e] (port=33616 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nWyiE-0003nw-Af; Wed, 23 Mar 2022 06:59:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=Rcg+Ys4e185+GsBqGIikk4emKQYcQiREucwwc1sDRvE=; b=lVsMMdLQN/Q5pwt1Us7h FPYQb/IkXiubLBYr18QrBc6Pl+5GtuQPJP9koQX1XaM2ygdkCB57wy5Eslr7sT//qosuXVZF8+eIK lQpYE43geLFPX0aP3OPKzkoNZueCgQePJBKoHtGrBCeMKOVXwRsLDHOg8lMWuvvoLn1vc7Ij5L90w dwkIg2n8S1qrusCwq2fUzJ4S69/0vWmFKoO6DCrQVzHel9VLIt+iTrtC+JeOFCUwLovCIbBizHSBg 0gv+p3gMoDzyeG+1//aqQJPYJpQJZqqGt1Aoa1rQkDOLTMeP5nw8F48oXrnRVAuRFWHDnefc11WWu I18qU7tvMdqkIA==; Received: from 71.125.192.77.rev.sfr.net ([77.192.125.71]:59644 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nWyiD-000294-L3; Wed, 23 Mar 2022 06:59:34 -0400 From: Mathieu Othacehe To: SeerLite Subject: Re: bug#54134: [PATCH] services: xorg: Remove xf86-input-synaptics from %default-xorg-modules. References: <20220223234249.8107-1-seerlite@nixnet.email> Date: Wed, 23 Mar 2022 11:59:30 +0100 In-Reply-To: <20220223234249.8107-1-seerlite@nixnet.email> (seerlite@nixnet.email's message of "Wed, 23 Feb 2022 20:42:49 -0300") Message-ID: <87bkxxndd9.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54134 Cc: 54134@debbugs.gnu.org, Tobias Geerinckx-Rice , Attila Lendvai , Alex Griffin X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hey, > Fixes . > > This driver isn't intended to be installed by default as it takes > precedence over the recommended xf86-input-libinput. Tested in a VM, seems fine to me. Tobias, Alex, Attila any objection? Thanks, Mathieu From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 23 14:24:43 2022 Received: (at 54134) by debbugs.gnu.org; 23 Mar 2022 18:24:43 +0000 Received: from localhost ([127.0.0.1]:45954 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nX5f1-0000UV-Jr for submit@debbugs.gnu.org; Wed, 23 Mar 2022 14:24:43 -0400 Received: from mail-4018.proton.ch ([185.70.40.18]:16867) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nX5ez-0000UE-2V for 54134@debbugs.gnu.org; Wed, 23 Mar 2022 14:24:42 -0400 Date: Wed, 23 Mar 2022 18:24:33 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lendvai.name; s=protonmail3; t=1648059874; bh=UOn+N6g1SUtLQw63yaa64ALrDTjH4WwmKp8DnQaRKMA=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID; b=ImIu98U+umXq80vo/pwWnmINGtwOgaMsY1JnQXx2/4e1WD/yKTy76I+Zz8JGEMlmH GTM2VwMzi/13fjEPmrpqEhflFYljZjbilAV2bzYXSPP2qJGY2o5mcHNLDhEtPsMLyI VNj5G7SYJno3JSZVnEfXnsf7aB2soR5O5IJAfn5XiSjs3mFTOCODdGIMWEaPb9uAJK zLVki5R0MjSQSSMYjO1imWRzfUGyMgY+CarljOIySAhqKXKhu2PnIv51AgpuZdX6/T +KuUHeMCgqhGzxgT9Iu1DI9QlpQneBJJubTxK//9sJcNxgUKEBGFWy4+rnCgmDTjiE /Q/dXDAZMxDgg== To: Mathieu Othacehe From: Attila Lendvai Subject: Re: bug#54134: [PATCH] services: xorg: Remove xf86-input-synaptics from %default-xorg-modules. Message-ID: In-Reply-To: <87bkxxndd9.fsf@gnu.org> References: <20220223234249.8107-1-seerlite@nixnet.email> <87bkxxndd9.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 54134 Cc: SeerLite , Tobias Geerinckx-Rice , 54134@debbugs.gnu.org, Alex Griffin X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Attila Lendvai Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) > Tested in a VM, seems fine to me. Tobias, Alex, Attila any objection? no objections from me. i still have this in my current config, although commented out by now: ;; TODO delete this eventually, i'm using wayland now ;; (xorg-configuration ;; (xorg-configuration ;; (keyboard-layout keyboard-layout) ;; ;; for touchpad settings, we need to disable the now abandoned ;; ;; synaptics driver: https://issues.guix.gnu.org/33189#5 ;; (modules (filter (lambda (mod) ;; (not (eq? mod xf86-input-synaptics))) ;; %default-xorg-modules)))) -- =E2=80=A2 attila lendvai =E2=80=A2 PGP: 963F 5D5F 45C7 DFCD 0A39 -- =E2=80=9CIt is deplorable that many people think that the best way to impro= ve the world is to forbid something. However, they're morally more advanced= than the people who think the best way to improve the world is to kill som= ebody.=E2=80=9D =09=E2=80=94 John McCarthy (1927=E2=80=932011), father of Lisp From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 25 13:43:39 2022 Received: (at 54134-done) by debbugs.gnu.org; 25 Mar 2022 17:43:39 +0000 Received: from localhost ([127.0.0.1]:52360 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nXnyM-0004aV-RB for submit@debbugs.gnu.org; Fri, 25 Mar 2022 13:43:39 -0400 Received: from eggs.gnu.org ([209.51.188.92]:55748) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nXnyL-0004aC-3i for 54134-done@debbugs.gnu.org; Fri, 25 Mar 2022 13:43:37 -0400 Received: from [2001:470:142:3::e] (port=48180 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nXnyE-000502-UG; Fri, 25 Mar 2022 13:43:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=V/rZ2GPgAnAetiXaRRmhIqFwhOYoFM4K1FYKgqFUiEM=; b=DJ2Msh3nrAvSDcVlldJr +PhpjXgOHX03emukDNXScaoq0/0Wf/3r50ErA1ZTUKx/GVCjT6c1xjoRKipSRphCxbzDqOtKry+7Y QXPnTzqz7Oc/QKht558xOLYX77RuzmXXPuv4mjG6+T0OMscLI88fvRIi8SbQEWkqCLPzvY2Z70iP+ 1Yvh0GLD/ReNUXh5GLXytDz2YeSWcGs7yPGng7mPmOel1sjLNTmUkVzGmVyGmzpSQZa0yojxt0/TN VvBDFXM9z4NXKswxjiVkz8SgzNWjRmNn/hbGOcmn0snBgidDqzTD8slQfaYwel9TZuk5CG7idCII5 ZMtk7/mnunVHCQ==; Received: from 71.125.192.77.rev.sfr.net ([77.192.125.71]:42208 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nXnyE-0000ht-30; Fri, 25 Mar 2022 13:43:30 -0400 From: Mathieu Othacehe To: SeerLite Subject: Re: bug#54134: [PATCH] services: xorg: Remove xf86-input-synaptics from %default-xorg-modules. References: <20220223234249.8107-1-seerlite@nixnet.email> <87bkxxndd9.fsf@gnu.org> Date: Fri, 25 Mar 2022 18:43:26 +0100 In-Reply-To: (Attila Lendvai's message of "Wed, 23 Mar 2022 18:24:33 +0000") Message-ID: <87zglegc75.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54134-done Cc: Attila Lendvai , Tobias Geerinckx-Rice , 54134-done@debbugs.gnu.org, Alex Griffin X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Pushed, thanks! Mathieu From unknown Sun Jun 22 00:04:34 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 23 Apr 2022 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator