help-guix
[Top][All Lists]
Advanced

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

Re: Xorg 'openchrome' Module


From: Pierre BOIZOT
Subject: Re: Xorg 'openchrome' Module
Date: Wed, 17 Jul 2019 05:40:17 +0200
User-agent: K-9 Mail for Android

Hi
You need to append
 (srfi srfi-1) on line (use-modules gnu )

As describe in chapter 8.8.5
https://www.gnu.org/software/guix/manual/en/html_node/X-Window.html#X-Window

Cheers
Pierre


On July 17, 2019 5:09:16 AM GMT+02:00, Quiliro's lists <address@hidden> wrote:
>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.

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.


reply via email to

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