From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: xorg-configuration questions Date: Tue, 09 Apr 2019 17:04:01 +0200 Message-ID: <871s2bfcf2.fsf@gnu.org> References: Mime-Version: 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]:55678) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hDsI8-0006d3-Lk for help-guix@gnu.org; Tue, 09 Apr 2019 11:04:09 -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 Hi John, John Soo skribis: > 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") > ... > (modify-services %desktop-services > ... > ('gdm-service-type c =3D> ^ This quote shouldn=E2=80=99t be here. Apart from that, I don=E2=80=99t see anything wrong. Now that there=E2=80=99s also =E2=80=98set-xorg-configuration=E2=80=99 now,= which makes Xorg configuration slightly less verbose. HTH, Ludo=E2=80=99.