From mboxrd@z Thu Jan 1 00:00:00 1970 From: Quiliro's lists Subject: Re: Xorg 'openchrome' Module Date: Tue, 16 Jul 2019 20:09:16 -0700 Message-ID: <74e6b7195c5624e809288ff2e4e890f3@riseup.net> References: 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]:34230) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hnaJk-0004UD-49 for help-guix@gnu.org; Tue, 16 Jul 2019 23:09:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hnaJj-0006Sb-7U for help-guix@gnu.org; Tue, 16 Jul 2019 23:09:20 -0400 Received: from mx1.riseup.net ([198.252.153.129]:34754) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hnaJi-0006R3-Ts for help-guix@gnu.org; Tue, 16 Jul 2019 23:09:19 -0400 Received: from piha.riseup.net (piha-pn.riseup.net [10.0.1.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 1921E1A11C8 for ; Tue, 16 Jul 2019 20:09:17 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by piha.riseup.net (Postfix) with ESMTPSA id CB0311C02E5 for ; Tue, 16 Jul 2019 20:09:16 -0700 (PDT) In-Reply-To: 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 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. Plus it is necesary to add a module at the top in order to remove gdm-service-type. I do not remember which.