all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <rekado@elephly.net>
To: Christopher Lemmer Webber <cwebber@dustycloud.org>
Cc: Andy Wingo <wingo@pobox.com>, 28578@debbugs.gnu.org
Subject: bug#28578: xorg not starting on x200 due to recent commit
Date: Mon, 25 Dec 2017 12:02:44 +0100	[thread overview]
Message-ID: <87incvvzmz.fsf@elephly.net> (raw)
In-Reply-To: <87fu800zyo.fsf@dustycloud.org>


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

  parent reply	other threads:[~2017-12-25 11:04 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-24 15:23 bug#28578: xorg not starting on x200 due to recent commit Christopher Allan Webber
2017-09-25  0:15 ` Chris Marusich
2017-09-25 14:45   ` Christopher Allan Webber
2017-09-25 19:33   ` Leo Famulari
2017-09-25 22:01     ` Chris Marusich
2017-09-26 10:39       ` Ricardo Wurmus
2017-09-26 13:06       ` Christopher Allan Webber
2017-12-22 22:19         ` Christopher Lemmer Webber
2017-12-22 22:25           ` Danny Milosavljevic
2017-12-23  3:12             ` Mark H Weaver
2017-12-24 17:59               ` Christopher Lemmer Webber
2017-12-25  3:08                 ` Mike Gerwitz
2017-12-25 11:42                   ` ng0
2017-12-25 12:01                     ` ng0
2017-12-25 11:02                 ` Ricardo Wurmus [this message]
2017-12-28 18:20                   ` Christopher Lemmer Webber
2017-12-24  3:32           ` Mike Gerwitz

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=87incvvzmz.fsf@elephly.net \
    --to=rekado@elephly.net \
    --cc=28578@debbugs.gnu.org \
    --cc=cwebber@dustycloud.org \
    --cc=wingo@pobox.com \
    /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.