From owner-freebsd-questions@FreeBSD.ORG Thu Dec 10 14:28:05 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E77A1106566B for ; Thu, 10 Dec 2009 14:28:04 +0000 (UTC) (envelope-from jackoroses@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 471CC8FC0C for ; Thu, 10 Dec 2009 14:28:04 +0000 (UTC) Received: by bwz5 with SMTP id 5so6178079bwz.3 for ; Thu, 10 Dec 2009 06:28:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=CGj40sShECPg0S8F6VONzBrkhcZtFwpcdhAPMZSja/s=; b=ARI0S+6ibs0xQRjUCF8J6QAgK28x8qx0dP02wv0AJH6BmRF0uL6eufvPVLKcwBbv2L 26k3IuRsRX2KCxZK9FQcw+j13A0Eq1MfgfR9yMOrZ/9f0bVfV6RYPMFOjj9RtZtvYnjq Bly/WD3hNNxAr3gQGIPLfP6khJacPgRUkXUvw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type; b=ntl1XgKIh+ClLPtSF0UOE9NMyQIrfVQ/pSS5iI7bOmv6M/EI1Bngvzo8xkZGTQKRGG +9RD0AKEDVGBpYj95k5oVpeqSYfppj1k8LEERfKdqLBqI9cCV5wwCIcsUpK71S4h8elW HdJ3K+7tINWFigNbq1ah5jSSJkz9otyQr4R4c= MIME-Version: 1.0 Received: by 10.103.78.22 with SMTP id f22mr3922681mul.14.1260453464822; Thu, 10 Dec 2009 05:57:44 -0800 (PST) In-Reply-To: <4B20F60B.7090701@otenet.gr> References: <20091206102227.7C3BA10656F0@hub.freebsd.org> <20091210185602.T12012@sola.nimnet.asn.au> <20091210101812.63806e1c.freebsd@edvax.de> <4B20F60B.7090701@otenet.gr> Date: Thu, 10 Dec 2009 08:57:44 -0500 Message-ID: <1d001f850912100557n7cd73b64g61e130e0148bb434@mail.gmail.com> From: Mike L To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: 8.0 installation doesn't contain X distributions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jackoroses@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Dec 2009 14:28:05 -0000 all I gotta say is I just spent 3 days compiling gnome2 for fbsd.. It shouldn't take that long or be that hard/complicated. Most of it was stupid crap that I would of thought should of been taken care of by now. Applications complaining about which version of python is installed, complaining about needing newer versions of this or that and stopping the process. Than off to find the proper port to install (and having to use FORCE PKG REGISTER) to appease the original install. Back to the gnome install let it run again until the next application configuration screen. You can't just do a make config in the meta port for the entire process.. That would be too easy.. Last time I did a Xorg installed I just ended up doing a pkg_add because I grew tired of the problems I kept having with ports griping about this and that being outdated or whatever. This time I wanted to see the process through and figure I might learn a thing or two. I digress though... My intention with fbsd wasn't for a desktop though; but why install linux to get a feel for X(org) when we can do it on fbsd? Yet why should it feel like I'm a circus poodle trying to make it work? On Thu, Dec 10, 2009 at 8:22 AM, Manolis Kiagias wrote: > Polytropon wrote: > > On Thu, 10 Dec 2009 19:47:08 +1100 (EST), Ian Smith < > smithi@nimnet.asn.au> wrote: > > > >> In freebsd-questions Digest, Vol 287, Issue 16, Message: 8 > >> On Sat, 05 Dec 2009 19:39:08 +0200 Manolis Kiagias > wrote: > >> > Removing X from the distributions is a right step IMO, these are just > >> > 3rd party packages and it seems confusing if they get installed along > >> > with the base system. > >> > >> I think this is taking base-system-only installation purity to excess. > >> > > > > Imagine the following situation: A user wants to run Linux > > applications on FreeBSD. He selects the Linux ABI service > > for startup via sysinstall. The corresponding _enable setting > > will be added to rc.conf, and - surprise! - a package will > > be installed. > > > > The same thing happens when a user installs X. Of course, X > > is not part of the base system, but in the same way that > > sysinstall (down)loads and installs packages when a specific > > service is selected, it should act the same way for X. > > I know that X has become a problematic and very complex > > thing, not just a few packages (as it was in the past > > with XFree86). > > > > X should be installabe in a manner made easy, just like > > the Linux ABI. > > > > > > > > > >> In the case of X, > >> you and I, developers and most people here know to hunt for the Xorg > >> meta-port. > >> > > > > The average user intending to run a desktop system won't > > be happy with compiling stuff... > > > > > > Exactly. Most desktop users want a working system in the minimum of time > (Can't blame them for that). > Even with packages, we cannot beat an image-based distro, esp. since it > will also provide all essential default settings. > > > > > > >> But the naive or new installer knows of no such thing, and > >> could beat around in the huge lists of X software for ages, wondering > >> what's required and what's not to get a desktop going. > >> > > > > Therefore, I always liked the choice for X in sysinstall: It > > basically installed all the components to get X up and running. > > No big trouble getting the correct xorg-driver-* packages, > > installing and removing them, the xorg-input-* packages with > > the same story... > > > > > > > There is an X.org meta-package that installs everything though. It is > just a problem with the beginner not knowing what to select. This can be > tackled in two ways IMO, first is by creating a "First time FreeBSD > desktop installer" type article, second would be adding a menu choice in > sysinstall "Install a standard X desktop {GNOME,KDE}". I must admit I > much prefer the first solution. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" >