unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* How should the `xorg-start-command' procedure be used?
@ 2021-09-25 21:24 Thomas Albers
  2021-09-27 12:22 ` André A. Gomes
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Albers @ 2021-09-25 21:24 UTC (permalink / raw)
  To: help-guix

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))))
          [ ... ]))


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-09-27 14:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-25 21:24 How should the `xorg-start-command' procedure be used? Thomas Albers
2021-09-27 12:22 ` André A. Gomes
2021-09-27 14:37   ` Thomas Albers

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).