From owner-freebsd-questions@FreeBSD.ORG Sat Apr 25 04:50:07 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 59382106564A for ; Sat, 25 Apr 2009 04:50:07 +0000 (UTC) (envelope-from gnemmi@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.24]) by mx1.freebsd.org (Postfix) with ESMTP id 0E14E8FC1C for ; Sat, 25 Apr 2009 04:50:06 +0000 (UTC) (envelope-from gnemmi@gmail.com) Received: by qw-out-2122.google.com with SMTP id 3so1096071qwe.7 for ; Fri, 24 Apr 2009 21:50:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=7NjpmUUrUyByo9fGzIk8nY/aoWSS1jJAr4T4Yqxy6oQ=; b=d/Ay4MitfSPUORMO3Lf0ZTH7ZdOtWXcXMImBVf5bxKLKuTDvl+BrO00a/WgqURwRxM Dp/U0eNRXclmlR30WLm6I9Abp+F3kaIsGMTghCPDwocQ5aiqfynfNgMzTJ9e6n0PZSWN By+YQTVGR3pffYIzPwpXWpmTCLUTIWcSjXML0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :message-id; b=cUAsbvokv0BTcs90rnN2yotzJNzZgE810/XZFqzmN8ZaoaglnX+pO4rYBoncLbq4FV co4lc3DuMlwMRFMudM/Y1xr69KC3SjDlhqlKxqpFJVMp9xrVuSq2/oMXg/gaVD8c26F4 /ffH9teffY7fOFW8H0Vf48R55MTVWnC4R6/90= Received: by 10.224.89.77 with SMTP id d13mr3705474qam.376.1240633674961; Fri, 24 Apr 2009 21:27:54 -0700 (PDT) Received: from ?192.168.1.100? ([190.177.204.60]) by mx.google.com with ESMTPS id 8sm3277479qwj.41.2009.04.24.21.27.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 24 Apr 2009 21:27:54 -0700 (PDT) From: Gonzalo Nemmi To: freebsd-questions@freebsd.org Date: Sat, 25 Apr 2009 01:27:51 -0300 User-Agent: KMail/1.9.10 References: <5AEAF40D-2118-4F42-BE39-0D01123B4B50@windstream.net> In-Reply-To: <5AEAF40D-2118-4F42-BE39-0D01123B4B50@windstream.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904250127.51474.gnemmi@gmail.com> Subject: Re: freebsd vs. pc-bsd 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: Sat, 25 Apr 2009 04:50:07 -0000 On Friday 24 April 2009 11:06:03 am Michael Jr. wrote: > Hi, > > I was just wondering what are the major differences between freebsd > and pc-bsd and is it harder or just as easy to setup freebsd as a > desktop compared to pc-bsd? Hi there Michael =) In regards to the differences I think it depends on where are you standing .. It could safely be argued that PC-BSD is a preconfigured FreeBSD system with and extra "software distribution and management" method (pbi) and a relevant set of tools created in order to ease the administration of a FreeBSD system for the desktop user ... YMMV .. but I tend to see it that way ... Now, regarding the "which one is easier to setup as a desktop" .. well .. by all means the easier one is PC-BSD .. Turning FreeBSD into a desktop system is something that _you'll_have_to_do whereas PC-BSD is a FreeBSD system that has already been turned into a desktop system so you don't have to go trough all that process ... and that's one of the reasons why it exists ;) > Will freebsd work with sager laptops, and > will freebsd recognize 4 gigs of ddr3 memory and if it does not > regularly, how can I get freebsd to recognize 4 gigs of ddr3 memory? I really don't know the answer to the "sager" question .. and, personally, I think that's something that they as the manufacturers, should be able to answer (if not already legally binded to ...). Regarding you "4gigs of ram" the answers is: yes .. but you'll have to do some reading on PAE and maybe kernel recompiling ... > Will freebsd be able to recognize the latest technologies, like > intel core 2 duo and the new Nvidia GTX260m, and hard drives at any > speed like 7200 rpm? Tray taking a look at the README file on the Nvidia FreeBSD driver located at the nvidia web page in order to find out whether the Nvidia FreeBSD driver does or does not support the GTX260m .. http://www.nvidia.com/object/freebsd_180.51.html I probably should mention that the nvidia drivers are only available for the x86 platform at the moment. If you need 64bit support, write them an e-mail asking for it ... Hard drives and core2 are no problem at all .. I'm actually writing this mail on a core2 .. Here .. take a look: [gonzalo@inferna ~]% sysctl hw.model hw.model: Intel(R) Core(TM)2 Duo CPU E4500 @ 2.20GHz [gonzalo@inferna ~]% sysctl -a | grep temperature dev.cpu.0.temperature: 34 dev.cpu.1.temperature: 32 [gonzalo@inferna ~]% > I don't know any kind of code so is there any > books or any kind of resources that you recommend I look at? Sure thing ... you'll find everything there is to know in here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ If you can afford yourself to spend a few bucks (and .. to be honest .. after reviewing your harware specs, you seem to be able to) on a _really_ good book about FreeBSD; "Absolute FreeBSD: The Complete Guide to FreeBSD, 2nd Edition" by Michael W. Lucas is _the_ book to buy. > Sorry I have so many questions but I just ordered a new sager laptop > and I do not really want to have to use windows vista if I don't have > to, and I think it would be fun to learn how to use freebsd. Then, by all means, buy "Absolute FreeBSD: The Complete Guide to FreeBSD, 2nd Edition" because you _will_ want to have that book at hand. And, should you be able to afford it, try and buy the official cds/dvds from freebsdmall.com ;) > Thank you, > Michael Haid Anytime !! Good luck and hope to see you posting from your FreeBSD/PC-BSD system soon :) -- Blessings Gonzalo Nemmi