Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Aug 2005 14:14:29 +0200
From:      Michael Nottebrock <lofi@freebsd.org>
To:        freebsd-x11@freebsd.org
Subject:   Re: FreeBSD desktop?
Message-ID:  <200508011414.34091.lofi@freebsd.org>
In-Reply-To: <3.0.1.32.20050801043607.00a5aeb0@pop.redshift.com>
References:  <3.0.1.32.20050801043607.00a5aeb0@pop.redshift.com>

next in thread | previous in thread | raw e-mail | index | archive | help
--nextPart1282346.LznCV67Xi5
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

On Monday, 1. August 2005 13:36, ray@redshift.com wrote:

> Anyway, any help anyone can provide would be great?  I just feel like I'm
> lacking a core understanding of how Windowing and desktop interfaces to t=
he
> Kernel.  And like I say, as much as I would like to make this all happen =
on
> FreeBSD, it seems like Linux maybe is a better choice?

[-hackers@ taken off the CC-list]

You already got it pretty much right. X is a server that provides a display=
=20
for client applications to display windows on. To get something going that=
=20
resembles your run-of-the-mill Linux desktop, install your favourite deskto=
p=20
environment or window manager from ports and put it into the appropriate X=
=20
startup script.=20

Example:=20
[as root] pkg_add -r blackbox
echo "blackbox" > ~/.xinitrc
startx

Or if you want something that resembles the graphical login on SuSE:

[as root] pkg_add -r kdebase
[as root] edit /etc/ttys and replace the line

ttyv8   "/usr/X11R6/bin/xdm -nodaemon"  xterm   off secure

with=20

ttyv8   "/usr/local/bin/kdm -nodaemon"  xterm   on  secure

[as root] killall -HUP init

You'll get a graphical login screen which will automatically come up every=
=20
time you boot.

=2D-=20
   ,_,   | Michael Nottebrock               | lofi@freebsd.org
 (/^ ^\) | FreeBSD - The Power to Serve     | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org

--nextPart1282346.LznCV67Xi5
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (FreeBSD)

iD8DBQBC7hIpXhc68WspdLARAs/iAJ0cdnQqgX9BlYi7xqsmcbnbtHaR7gCfSr2d
IpCGa2oTl6Q2xaUqadSPjwY=
=tLNl
-----END PGP SIGNATURE-----

--nextPart1282346.LznCV67Xi5--



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