From: Christopher Lemmer Webber <cwebber@dustycloud.org>
To: Ricardo Wurmus <rekado@elephly.net>
Cc: Andy Wingo <wingo@pobox.com>, 28578-done@debbugs.gnu.org
Subject: bug#28578: xorg not starting on x200 due to recent commit
Date: Thu, 28 Dec 2017 12:20:07 -0600 [thread overview]
Message-ID: <87a7y2yaso.fsf@dustycloud.org> (raw)
In-Reply-To: <87incvvzmz.fsf@elephly.net>
Ricardo Wurmus writes:
> 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.
Thank you! I switched it to:
(modify-services %desktop-services
(slim-service-type
config => (slim-configuration
(inherit config)
(startx (xorg-start-command
#:configuration-file
(xorg-configuration-file
#:drivers '("intel")))))))
This solved it for me... xorg is back up and running again!
So I guess if you have an old x200 or so and are having this problem
(which seemingly at the moment nobody else is, so I'm closing this): do
as I did and (hopefully) that should solve it!
next prev parent reply other threads:[~2017-12-28 18:21 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
2017-12-28 18:20 ` Christopher Lemmer Webber [this message]
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=87a7y2yaso.fsf@dustycloud.org \
--to=cwebber@dustycloud.org \
--cc=28578-done@debbugs.gnu.org \
--cc=rekado@elephly.net \
--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.