unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Thomas Albers <thomas@thomaslabs.org>
To: help-guix@gnu.org
Subject: How should the `xorg-start-command' procedure be used?
Date: Sat, 25 Sep 2021 23:24:56 +0200	[thread overview]
Message-ID: <87y27ke3ik.fsf@thomaslabs.org> (raw)

Hello everyone,

could someone please explain to me how the `xorg-start-procedure' is
supposed to be used?

I understand it generates a startx script to be used instead of the
default startx that comes with xinit. But the generated script does not
work for me and the logs weren't very helpful.

I know there is an email in this mailing list explaining how to use the
x server without a login manager. Up until now I've been using the
custom startx script given in that email, but I would like to include my
xorg config into my system config.

Currently the relevant part of my config looks like this:

(services (cons* (extra-special-file
                   "/usr/bin/startx"
                   (xorg-start-command
                     (xorg-configuration
                       (fonts (cons* font-gnu-unifont
                                     font-terminus
                                     font-misc-cyrillic
                                     %default-xorg-fonts))
                       (keyboard-layout keyboard-layout))))
          [ ... ]))


             reply	other threads:[~2021-09-27 12:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-25 21:24 Thomas Albers [this message]
2021-09-27 12:22 ` How should the `xorg-start-command' procedure be used? André A. Gomes
2021-09-27 14:37   ` Thomas Albers

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y27ke3ik.fsf@thomaslabs.org \
    --to=thomas@thomaslabs.org \
    --cc=help-guix@gnu.org \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).