help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Xorg 'openchrome' Module


From: Quiliro's lists
Subject: Re: Xorg 'openchrome' Module
Date: Tue, 16 Jul 2019 20:09:16 -0700

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 via email to

[Prev in Thread] Current Thread [Next in Thread]