bug-guix
[Top][All Lists]
Advanced

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

bug#28578: xorg not starting on x200 due to recent commit


From: Ricardo Wurmus
Subject: bug#28578: xorg not starting on x200 due to recent commit
Date: Mon, 25 Dec 2017 12:02:44 +0100
User-agent: mu4e 1.0-alpha3; emacs 25.3.1

Hi,

> In the meanwhile, I've figured maybe I could test trying to set up xorg
> to use a specific driver to see if that fixes it:
>
>   (services (cons*
>              ;;; ...
>              (modify-services %desktop-services
>                               (slim-service-type
>                                startx =>
>                                (xorg-start-command
>                                 #:configuration-file
>                                 (xorg-configuration-file
>                                  #:drivers '("intel")))))))

This is what my modification looks like:

                     (slim-service-type
                      config => (slim-configuration
                                 (inherit config)
                                 (startx (xorg-start-command
                                          #:configuration-file
                                          (xorg-configuration-file
                                           #:extra-config
                                           (list marble-mouse-settings
                                                 dvorak-evdev))))))

i.e. I’m capturing the default config, inherit from it, and the override
the “startx” field.  You are capturing the default config as “startx”
and then replace the configuration with the value returned by
“xorg-start-command”.  That doesn’t look right.

-- 
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net







reply via email to

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