From mboxrd@z Thu Jan  1 00:00:00 1970
From: Yoshinori Arai <kumagusu08@gmail.com>
Subject: How to start Xorg server with startx
Date: Tue, 12 Feb 2019 13:53:53 +0900
Message-ID: <20190212045352.3krkrry3bfjsfpue@WaraToNora>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Return-path: <help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org>
Received: from eggs.gnu.org ([209.51.188.92]:46831)
	by lists.gnu.org with esmtp (Exim 4.71)
	(envelope-from <kumagusu08@gmail.com>) id 1gtQ5D-00028z-0Y
	for help-guix@gnu.org; Mon, 11 Feb 2019 23:54:11 -0500
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
	(envelope-from <kumagusu08@gmail.com>) id 1gtQ5A-0006C6-Rc
	for help-guix@gnu.org; Mon, 11 Feb 2019 23:54:10 -0500
Received: from mail-pf1-x42e.google.com ([2607:f8b0:4864:20::42e]:44136)
	by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16)
	(Exim 4.71) (envelope-from <kumagusu08@gmail.com>)
	id 1gtQ5A-00065G-Fu
	for help-guix@gnu.org; Mon, 11 Feb 2019 23:54:08 -0500
Received: by mail-pf1-x42e.google.com with SMTP id u6so673584pfh.11
	for <help-guix@gnu.org>; Mon, 11 Feb 2019 20:54:03 -0800 (PST)
Received: from localhost ([2409:11:4a40:3600:afd4:3247:4a32:242a])
	by smtp.gmail.com with ESMTPSA id
	z127sm20431128pfb.80.2019.02.11.20.53.59 for <help-guix@gnu.org>
	(version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256);
	Mon, 11 Feb 2019 20:54:00 -0800 (PST)
Content-Disposition: inline
List-Id: <help-guix.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/help-guix>,
	<mailto:help-guix-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/help-guix/>
List-Post: <mailto:help-guix@gnu.org>
List-Help: <mailto:help-guix-request@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/help-guix>,
	<mailto:help-guix-request@gnu.org?subject=subscribe>
Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org
Sender: "Help-Guix" <help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org>
To: help-guix <help-guix@gnu.org>

Hello,

I'm using slim display manager with ~/.xsession that is symbolic linked to
~/.xinitrc. My xinitrc script include keyboard setting with setxkbmaps, japanese
input method with uim, and exec windowmanager such as cwm, fluxbox at last line.

When I install another windowmanager, I think slim dispkay manager can't select
it by F1 key because new windowmanager desktop file is not in
/run/current-system/profile/share/xsessions but in
~/.guix-profile/share/xsessions.

I have installed xorg-server and xinit and stopped xorg-server service to try to
start Xorg server with startx command. But I couldn't start Xorg server with
error, load module intel, vesa, can't open /dev/tty0 (permission error).

Please tell me how to select windowmanager with F1 key on slim display manager
without system reconfigure and in case using startx command, what configuration
of Xorg is needed. 

Thank you.