From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pierre BOIZOT Subject: Re: Xorg 'openchrome' Module Date: Wed, 17 Jul 2019 05:40:17 +0200 Message-ID: References: <74e6b7195c5624e809288ff2e4e890f3@riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:46937) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hnb2W-0004Cp-WC for help-guix@gnu.org; Tue, 16 Jul 2019 23:55:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hnb2V-00042S-OS for help-guix@gnu.org; Tue, 16 Jul 2019 23:55:36 -0400 Received: from outmail149081.authsmtp.net ([62.13.149.81]:40308) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hnb2V-00040u-EO for help-guix@gnu.org; Tue, 16 Jul 2019 23:55:35 -0400 Received: from punt21.authsmtp.com (punt21.authsmtp.com [62.13.128.151]) by punt16.authsmtp.com. (8.15.2/8.15.2) with ESMTP id x6H3eKlI024278 for ; Wed, 17 Jul 2019 04:40:20 +0100 (BST) (envelope-from pib@pirboazo.net) Received: from mail-c233.authsmtp.com (mail-c233.authsmtp.com [62.13.128.233]) by punt21.authsmtp.com. (8.15.2/8.15.2) with ESMTP id x6H3eKUC008260 for ; Wed, 17 Jul 2019 04:40:20 +0100 (BST) (envelope-from pib@pirboazo.net) Received: from [192.168.10.80] (85-218-58-222.dclient.lsne.ch [85.218.58.222]) (authenticated bits=0) by mail.authsmtp.com (8.15.2/8.15.2) with ESMTPSA id x6H3eJWB086600 (version=TLSv1.2 cipher=AES128-GCM-SHA256 bits=128 verify=NO) for ; Wed, 17 Jul 2019 04:40:19 +0100 (BST) (envelope-from pib@pirboazo.net) In-Reply-To: <74e6b7195c5624e809288ff2e4e890f3@riseup.net> 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: help-guix@gnu.org Hi You need to append (srfi srfi-1) on line (use-modules gnu ) As describe in chapter 8=2E8=2E5 https://www=2Egnu=2Eorg/software/guix/manual/en/html_node/X-Window=2Ehtml#= X-Window Cheers Pierre On July 17, 2019 5:09:16 AM GMT+02:00, Quiliro's lists wrote: >El 2019-07-15 09:32, Miguel Suarez escribi=C3=B3: >> I managed to add the module! or graphics driver, here's are my >services, >> and how I added it! >>=20 >> (services (cons* >> ;; (service slim-service-type) >> ;; (set-xorg-configuration >> (service slim-service-type >> (slim-configuration >> (xorg-configuration >> (xorg-configuration >> (keyboard-layout keyboard-layout) >> (modules (list xf86-video-openchrome >> xf86-input-libinput)))))) >> (remove (lambda (service) >> (eq? (service-kind service) gdm-service-type)) >> %desktop-services)))) > >There is one more closing parenthesis than openning parenthesis=2E Plus >it >is necesary to add a module at the top in order to remove >gdm-service-type=2E I do not remember which=2E --=20 Sent from my Android device with K-9 Mail=2E Please excuse my brevity=2E