* Running X on Guix 0.8
@ 2014-11-23 20:45 Omar Radwan
2014-11-24 8:29 ` Adam Pribyl
2014-11-24 14:25 ` Ludovic Courtès
0 siblings, 2 replies; 5+ messages in thread
From: Omar Radwan @ 2014-11-23 20:45 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 137 bytes --]
I'm running Guix on one of my computers, I've installed icecat, xorg, and
windowmaker. I was wondering whether it was possible to run X.
[-- Attachment #2: Type: text/html, Size: 163 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Running X on Guix 0.8
2014-11-23 20:45 Running X on Guix 0.8 Omar Radwan
@ 2014-11-24 8:29 ` Adam Pribyl
2014-11-24 14:25 ` Ludovic Courtès
1 sibling, 0 replies; 5+ messages in thread
From: Adam Pribyl @ 2014-11-24 8:29 UTC (permalink / raw)
Cc: guix-devel
On Sun, 23 Nov 2014, Omar Radwan wrote:
> I'm running Guix on one of my computers, I've installed icecat, xorg, and
> windowmaker. I was wondering whether it was possible to run X.
I did not test it on 0.8 yet, but for 0.7 you have to start Xorg with
module path to your profile like
Xorg -modulepath /root/.guix-profile/lib/xorg/modules/
not sure if there is some more elegant way, but this worked.
Adam Pribyl
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Running X on Guix 0.8
2014-11-23 20:45 Running X on Guix 0.8 Omar Radwan
2014-11-24 8:29 ` Adam Pribyl
@ 2014-11-24 14:25 ` Ludovic Courtès
2014-11-24 16:27 ` Omar Radwan
1 sibling, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2014-11-24 14:25 UTC (permalink / raw)
To: Omar Radwan; +Cc: guix-devel
Currently the easiest way to get X running is to use ‘slim-service’:
http://www.gnu.org/software/guix/manual/guix.html#X-Window
Add it to the operating system declaration, like:
(operating-system
;; ...
(services (cons (slim-service) %base-services)))
Then ‘guix system reconfigure config.scm’, restart, and the system
should get straight to the graphical log-in screen (SLiM).
HTH!
Ludo’.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-11-24 17:10 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-23 20:45 Running X on Guix 0.8 Omar Radwan
2014-11-24 8:29 ` Adam Pribyl
2014-11-24 14:25 ` Ludovic Courtès
2014-11-24 16:27 ` Omar Radwan
2014-11-24 17:09 ` Ludovic Courtès
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
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).