Slashdot Mirror


PC-BSD 8.0 Release Focuses On Desktop Use

donadony writes "Last Monday PC-BSD 8.0 was released. PC-BSD is based on FreeBSD and uses KDE as its default desktop environment. PC-BSD is designed to make BSD much easier for desktop use. The 8.0 release includes support for 3D acceleration with NVIDIA drivers on amd64 and improvements in the USB subsystem. The PC-BSD team has also developed a friendly package manager system with a simple-to-use GUI tool (see the screenshots tour). For a full list of changes, refer to the changelog."

9 of 154 comments (clear)

  1. Bad Headline by Vyse+of+Arcadia · · Score: 4, Insightful

    Every PC-BSD release focuses on desktop use. It's a desktop distribution.

  2. Re:Wait by jellomizer · · Score: 2, Insightful

    If you want to nitpick BSD has a higher market share on the Desktop then Linux does. Based on the fact that OS X is based on BSD.

    --
    If something is so important that you feel the need to post it on the internet... It probably isn't that important.
  3. Re:Too hard to switch again by silverglade00 · · Score: 2, Insightful
    It's the same ports system. They just add the capability to use a .pbi file to install a package when you don't want to bother using the ports. This is just another choice.

    You can download .pbi file, click, use application.

    You can cd /usr/ports/..., make install clean.

    You can pkg_add.

    If you like using ports, then just think of PC-BSD as getting a desktop up and running quickly without having to manually choose X and KDE during the install.

  4. Re:Been testing it by bsDaemon · · Score: 5, Insightful

    Linux, particularly the GNU/FSF types, tend to be more ideologically motivated, I find, and I think most of the hate against Free/Net/Open BSD is hate against the BSD license because it doesn't fit into their framework of how the world should be. They're the ones that are going to be on about "software freedom" and all that, rather than "this works, let's use it."

    Case in point, I mentioned above that I actually paid money for a commercial X server about 11 years ago. If BSDi BSD/OS hadn't been $1000, I'd probably have bought the "commercial" BSD, too. However, FreeBSD tended to get most of the worth while improvements rolled back from BSDi, and it only cost me like $30 to order it on CD-ROM (the dark days of dial-up and all that). My current company uses FreeBSD as the basis of our product to avoid GPL issues, as does Juniper and others. The FSF-types, of course, aren't going to be down with that and look at it as "theft" (never mind the fact that I know my company, and possibly Juniper as well, have committers on the pay roll) or something.

    I think it has to do with the fact that Linux is more readily obtained and there has been a concerted effort to recruits new users. Its sort of like the Mormon Unix, in a way. What this means in practicality is that there is a large portion of the user base that has the "zeal of the convert" -- I'm not going to say that I didn't feel that way when I was 12/13/14 years old and was first starting out, but it's a real thing. As Theo once said, 'bsd is for people who love unix; linux is for people who hate microsoft.' That's kind of a classic troll, but its kind of true, too, to an extent.

    I think that the type of people who are into BSD are generally older, have more experience in the industry, and are less ideologically driven in their OS choice than say, high school kids who saw pretty screen shots carefully crafted to look like something out of 'swordfish' or 'the matrix' an want to be 'l33t'. That's not to say that there aren't a lot of professional, neutral-minded Linux people, but then that's going to be the difference between the RHEL/CentOS-type of users and say, Mint (which I've tried and used before and I don't hate it, but let's face it -- we're not putting that on a production server any time soon).

    BSD and Linux have their places, as do Windows and MacOSX. I (obviously) prefer BSD to Linux (though I've worked as an admin on a CentOS farm before), and Mac to Windows (though I didn't really have any problems with Vista 64 Ultimate as a desktop OS, just the command line was still for crap), but I can use the other and often do, and I'm at a point in my life where just getting the work done with the minimum headache is more important than what tool i use to get it done. From what I know of Linus, he seems to be of similar mind, too.

  5. Re:Why Linux? by Hatta · · Score: 2, Insightful

    While Windows has the best hardware support coverage among all operating systems

    That's not true. Linux supports a much greater set of hardware. Since we're not at the mercy of the vendor to keep their drivers updated, Linux is often able to support old hardware that new versions of Windows won't. Not to mention all the architectures Linux has been ported to.

    --
    Give me Classic Slashdot or give me death!
  6. SUS and POSIX are identical by tepples · · Score: 2, Insightful

    POSIX is the portable OS interface, it was originally intended for Unix derivitatives, but it does not define what UNIX is. The Open Group defines what UNIX is

    POSIX:2001 and Single UNIX Specification version 3 are identical.

  7. Re:Been testing it by bsDaemon · · Score: 4, Insightful

    KDE took hold in the FreeBSD community because Qt wasn't its self "free software" until relatively recently. A lot of people seem to forget that, and that the reason that Gnome was started (as an official part of the GNU project) was due to wanting a "completely free" desktop. A lot of the big linux distributions couldn't or wouldn't include KDE or other Qt-based software back then because of it.

    KDE projects themselves were GPL/LGPL, but not being married to the license as a pre-requesite for using Qt made it more "acceptable" in the BSD world. At least that's my take on it, having watched it all gone down.

    I'll admit that I'm not crazy about the GPL but if people want to release code under it, that's their prerogative. I don't like KDE 'cause I think its ugly and unwieldy and frankly, I prefer Gnome to KDE... not that I really like Gnome much either, but oh well.

    That stuff aside, I think the issue both of us were talking about really just boils down to "damn kids, get off my lawn." Hell, I'm only 26 myself, but this is my authentic 5-digit ID. I like to think I grew out of the b.s. a long time ago.. plus, I never liked 'swordfish'.

  8. Re:PBI files by WinterSolstice · · Score: 2, Insightful

    http://www.pcbsd.org/content/view/20/26/

    Pretty much everything that isn't included in the base install of the system. Each one is a full delta snapshot, so far as I understand it.

    Yes. This is less disk efficient, but FAR more user time efficient, which is kind of the point.

    --
    An operating system should be like a light switch... simple, effective, easy to use, and designed for everyone.
  9. Re:PBI files by WinterSolstice · · Score: 2, Insightful

    Ok, I think you missed something.

    All PBIs are a delta snapshot of a specific PC-BSD release, and then whatever that app needs to run.

    Therefore a PBI built on 8.0-RELEASE will not install on a PC-BSD 7 system. At all. It won't partially install and break things, it just won't install.

    That's the whole point of the design. It's like someone else said with the app store, or like building from ports. If your system is wrong, it stops and says "Sorry". It won't break your system. The PBI builder is designed to be version locked.

    Let's take Rhythmbox as an example. It's a Gnome App. It requires some (but not all) of the Gnome tools to run. It's a bit heftier than it would be if Gnome were installed by default, but not nearly as big as the full Gnome install. Gnome is, btw, unsupported. The PBI was created because people are allowed to create PBIs for unsupported software, as long as the ports exist :)

    By contrast, if we look at Amarok, it has just the Amarok specific stuff since KDE is part of the default install.

    Hope that makes a bit more sense?

    --
    An operating system should be like a light switch... simple, effective, easy to use, and designed for everyone.