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