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

next 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?200502022358.00177.guitar>