all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Quiliro's lists <kiliro@riseup.net>
To: help-guix@gnu.org
Subject: Re: Xorg 'openchrome' Module
Date: Tue, 16 Jul 2019 20:09:16 -0700	[thread overview]
Message-ID: <74e6b7195c5624e809288ff2e4e890f3@riseup.net> (raw)
In-Reply-To: <CACfJA0ms_oZVH0EBqZyLnCquaANg2Rn1q8AOqiEMPR_heSpxNA@mail.gmail.com>

El 2019-07-15 09:32, Miguel Suarez escribió:
> I managed to add the module! or graphics driver, here's are my services,
> and how I added it!
> 
>   (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.

  reply	other threads:[~2019-07-17  3:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-01  2:22 Xorg 'openchrome' Module Miguel Suarez
2019-07-01  4:19 ` quiliro
2019-07-15 14:32 ` Miguel Suarez
2019-07-17  3:09   ` Quiliro's lists [this message]
2019-07-17  3:40     ` Pierre BOIZOT

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=74e6b7195c5624e809288ff2e4e890f3@riseup.net \
    --to=kiliro@riseup.net \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.