A.I. BOT said: I always wanted to try out BSD namely DesktopBSD. I have a few question, if you dont mind :) and sorry if they sound dumb :P.
There are no dumb questions. DesktopBSD, if that is what you want to try, is now using the choice between a graphical click and run installation or you can boot to the live cd, check it out & then install from there. There is an icon on the desktop for the install. Remember that DesktopBSD & PCBSD are made to install with there own premade settings and such. They are nice & cool but for me, a straight FreeBSD is the way to go. Please check those two out but also try FreeBSD itself & read the handbook before hand. If you choose just to use DesktopBSD, that is your own choice. :grin:
A.I. BOT said: If I'm correct, FreeBSD compiles it's ports?, Are their any binary packages (not talking about PCBSD's PBI's) or is it strictly compiling?
Yes all ports install by compiling for your system. That is the good thing about ports, they compile for "your system". Some times, ports may use a binary, which is usually downloaded prior to installation and copied to the /usr/ports/distfiles folder, via the cp command. Remember ports are a CLI type install, /usr/ports is a system location, & that any action in these directories require you to use su (super user) with the root password. Without it, you get an error message and can do nothing. Also, there is another method to install, which is precompiled packages. This is the pkg_add method. The diff here is that you get older packages. The newest packages have not been precompiled yet. If you look back at my first post for this thread, you will find a link to the FreeBSD ftp site directory, where you can find the FreeBSD handbook and in it, all of the neccessary info for using pkg_add & ports & also doing cvsup, which grabs your system source for you. You will need to get sources for your kernel & such for the nVidia driver and things of that nature, as you do with Linux.
A.I. BOT said: How up-to-date are the packages? Bleeding-Edge, Few Months old, or so on?I think that you will find no real bleeding edge stuff unless using FreeBSD current. The FreeBSD released version or RELENG, is not bleeding edge like that. I think that FreeBSD likes its released versions to be very stable. You can however, get into that current stuff if you want but "be aware", if you break something, you broke it at your own risk and in current, thing definately can & will break.
FreeBSD now sports xorg 7.2, which is why I push a straight up FreeBSD minimal install, with no xorg installed at first. This gives you the opportunity to install xorg 7.2 (After a portsnap, of course) from ports, without all of the upgrade bull s--t. This leaves no room for upgrade breaking and we know that with xorg 7.2, we get options for compiz & beryl.
I hope I have helped in any way at all. Have fun... :biggrin: