Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Feb 2005 00:00:48 +0800
From:      CryBaby <guitar@jazzcafe.no-ip.org>
To:        freebsd-x11@freebsd.org
Subject:   Re: How can I start X-Window directly after boot
Message-ID:  <200502030000.48249.guitar@jazzcafe.no-ip.org>
In-Reply-To: <200502022358.00177.guitar@jazzcafe.no-ip.org>
References:  <200502022358.00177.guitar@jazzcafe.no-ip.org>

next in thread | previous in thread | raw e-mail | index | archive | help
 Thank you, Dejan.

 I am work fine now, but a daemon problem.

 Before I know kdm from here, I always startx in console.
 So, ".xinitrc" is work fine for me.

 	[CryBaby]~> less .xinitrc
 	#!/bin/sh
 	#
 		...
 	export LC_ALL=zh_TW.Big5
 	export LC_CTYPE=zh_TW.Big5
 	export LANG=zh_TW.Big5
 		...
 	gcin&
 	kmix&
 	amor&
 		...
 	exec startkde


 After I know kdm from here, I start KDE by KDM.
 So, I copy the setup to ".xsession"
 My Locale and other setup is fine, but the daemon program - "gcin,
 kmix,amor"

 	[CryBaby]~ ps -ax | grep amor
 	[CryBaby]~ ps -ax | grep kmix
 	[CryBaby]~ ps -ax | grep gcin
 	[CryBaby]~

 What I have to do ???

-- 
CryBaby guitar@jazzcafe.no-ip.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502030000.48249.guitar>