From owner-freebsd-questions@FreeBSD.ORG Mon Sep 11 04:32:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8CE816A415 for ; Mon, 11 Sep 2006 04:32:14 +0000 (UTC) (envelope-from kruptos@mlinux.org) Received: from ms-smtp-02.tampabay.rr.com (ms-smtp-02.tampabay.rr.com [65.32.5.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7778043D45 for ; Mon, 11 Sep 2006 04:32:14 +0000 (GMT) (envelope-from kruptos@mlinux.org) Received: from fnord.quux.edu (21.39.33.65.cfl.res.rr.com [65.33.39.21]) by ms-smtp-02.tampabay.rr.com (8.13.6/8.13.6) with ESMTP id k8B4WC26016852; Mon, 11 Sep 2006 00:32:13 -0400 (EDT) From: Kevin Brunelle To: freebsd-questions@freebsd.org Date: Mon, 11 Sep 2006 00:32:11 -0400 User-Agent: KMail/1.9.3 References: <000001c6d520$292f6700$0c01a8c0@DELL8400> In-Reply-To: <000001c6d520$292f6700$0c01a8c0@DELL8400> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609110032.11994.kruptos@mlinux.org> X-Virus-Scanned: Symantec AntiVirus Scan Engine Cc: Bob Walker Subject: Re: Newbie Experience X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Sep 2006 04:32:15 -0000 > In brief, the installation process is just awful. After multiple attempts > on an admittedly older machine (Pentium II 266Mhz, 256KB ram, 30GB hard > drive, S3 Virge graphics card), I was able to get the FreeBSD OS installed, > but could not configure Gnome or KDE properly. The documentation is sketchy > at best. I had to learn about X11, Xorg, XFree86, and all of the gory > history of X before I could even begin to use ee and know to edit the > /etc/rc.conf file. The installation process did not recognize my graphics > card or Ethernet connection, and all I could get was a crude 600x800 > display. And DesktopBSD was even worse. The Handbook is excellent at walking through much of the setup. Although, in cases similar to yours I always recommend starting with the article designed for people new to both FreeBSD and Unix. http://www.freebsd.org/doc/en_US.ISO8859-1/articles/new-users/index.html This gets you started on all the basics you'll need to know to get everything else under control and is short enough that you don't feel compelled to jump around and possibly miss stuff. It doesn't cover X setup but gets you comfortable working in the command line which is what you're going to need to be proficient at until you have X configured. X is usually fairly easy to setup but you need to know how to move around. > Conversely, FreeBSD took me multiple days and has still left me bewildered. > Needless to say, I was very disappointed. I feel that FreeBSD will never > achieve broader acceptance (even with momentum building for alternative OS) > among people with modest technical proficiency and fairly simple > requirements (i.e., spreadsheets, word processing, presentations, email). > FreeBSD has an awful "out of the box" experience. It's too bad, because I > think FreeBSD is probably a better OS, but I'll never really know. Regards, FreeBSD has an excellent out of the box experience, for the majority of people who use it. The best out of the box experience (for most BSD users) is a base system which is configured to be used well enough to set it up for whatever use you intend for it. Even moving to it completely new, it's not bad if you take the time to learn it. Moving to a different OS isn't something you should take lightly. There's a reason people are encouraged to read all the documentation they can before starting. With that said, the installation does require administrative ability. But since it's your machine, you will eventually need that. Huge learning curve right at the front but it's very gentle after that. My step-mother (who can't manage to understand why programs people send her don't run -- yes they're windows viruses -- and only knows her web-browser because it's the globe icon) manages to use FreeBSD without issue. She absolutely loves it and does everything you listed as simple requirements and more. But I set it up for her because she wasn't up for the learning curve. If you're of modest-technical ability and have a desire to learn the OS, it's not very difficult to overcome that curve. But the curve does exist. Anyway, when you're stuck, posting specific questions about your problems here (or trying google) is usually a lot more productive than giving up and sending an email about how it doesn't work to the help list. -Kevin