From mboxrd@z Thu Jan 1 00:00:00 1970 From: iyzsong@member.fsf.org (=?utf-8?B?5a6L5paH5q2m?=) Subject: Re: xorg-configuration questions Date: Sun, 07 Apr 2019 07:04:39 +0800 Message-ID: <877ec668hk.fsf@member.fsf.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:49920) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hCuMt-0003AP-7D for help-guix@gnu.org; Sat, 06 Apr 2019 19:05:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hCuMp-000886-L4 for help-guix@gnu.org; Sat, 06 Apr 2019 19:04:57 -0400 Received: from rezeros.cc ([2001:19f0:7001:2f3e:5400:ff:fe84:e55d]:48334) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hCuMm-00082q-SW for help-guix@gnu.org; Sat, 06 Apr 2019 19:04:53 -0400 In-Reply-To: (John Soo's message of "Sat, 6 Apr 2019 21:12:53 +0000") 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: John Soo Cc: help-guix John Soo writes: > Hey all, > > I love the idea of having one record for keyboard layout and I just reconfigured my system with the new configuration but my settings won't take. I've had issues with the old > `extra-config` options in the past (nothing worked then including the cst-trackball from below). Admittedly, I am quite unfamiliar with xorg configuration of input devices so I can > imagine I may be doing something wrong. I've listed what I have so far below. Note that the console keymap works properly. Also the auto-login does not seem to work either. > What am I doing wrong? > > (define ctrl-nocaps (keyboard-layout "us" #:options '("ctrl:nocaps")) > ... > (define cst-trackball > "Section \"InputClass\" > Identifier \"CST Trackball\" > Driver \"libinput\" > MatchVendor \"CST\" > MatchProduct \"CST USB UNITRAC\" > MatchIsPointer \"on\" > Option \"AccelerationNumerator\" \"2.0\" EndSection") > ... Hello, I think there is no "AccelerationNumerator" option for libinput, it has "AccelSpeed" instead: https://wiki.archlinux.org/index.php/Mouse_acceleration#Mouse_acceleration_with_libinput Hope it helps!