From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Soo Subject: Re: xorg-configuration questions Date: Tue, 9 Apr 2019 09:06:41 -0700 Message-ID: <617B56FE-6762-4894-9BB6-D5376ABCBD43@asu.edu> References: <871s2bfcf2.fsf@gnu.org> Mime-Version: 1.0 (1.0) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:54581) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hDtGs-00082q-Q0 for help-guix@gnu.org; Tue, 09 Apr 2019 12:06:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hDtGr-0002e0-Ta for help-guix@gnu.org; Tue, 09 Apr 2019 12:06:50 -0400 Received: from mail-pg1-x52a.google.com ([2607:f8b0:4864:20::52a]:46377) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hDtGp-0002bi-Ii for help-guix@gnu.org; Tue, 09 Apr 2019 12:06:48 -0400 Received: by mail-pg1-x52a.google.com with SMTP id q1so9545320pgv.13 for ; Tue, 09 Apr 2019 09:06:45 -0700 (PDT) In-Reply-To: <871s2bfcf2.fsf@gnu.org> 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: =?utf-8?Q?Ludovic_Court=C3=A8s?= Cc: help-guix Thanks! I=E2=80=99m all fixed. the extra config is broken but I think that=E2=80=99= s an x configuration problem.=20 - John > On Apr 9, 2019, at 8:04 AM, Ludovic Court=C3=A8s wrote: >=20 > Hi John, >=20 > John Soo skribis: >=20 >> 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? >>=20 >> (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") >> ... >> (modify-services %desktop-services >> ... >> ('gdm-service-type c =3D> > ^ > This quote shouldn=E2=80=99t be here. >=20 > Apart from that, I don=E2=80=99t see anything wrong. >=20 > Now that there=E2=80=99s also =E2=80=98set-xorg-configuration=E2=80=99 now= , which makes Xorg > configuration slightly less verbose. >=20 > HTH, > Ludo=E2=80=99.