Linked by Amjith Ramanujam on Thu 2nd Oct 2008 20:50 UTC
PC-BSD Recently the PC-BSD team released their latest stable version (PC-BSD 7) code-named Fibonacci Edition. Some of major changes from the previous version include a newer kernel, an experimental ZFS module, and a KDE 4 for desktop environment. Being a Linux junkie, I thought of this as a perfect opportunity to venture into the BSD arena.
Thread beginning with comment 332373
To read all comments associated with this story, please click here.
Gave it a try
by righard on Sat 4th Oct 2008 13:38 UTC
righard
Member since:
2007-12-26

After reading this article I tested the OS yesterday on my laptop. I'm an advanced Linux user but every time I tried to look at BSD I couldn't get it to work properly. This in contradiction to PC-BSD, the installation went very smooth and after it was finished I got greeted with a full working KDE session.
The drivers for my ATI card worked poorly, but this can be forgiven for it's a crappy on board card that doesn't even work wonders in Linux.
I thought I would not like the way you install packages in PC-BSD, and for my personal use I prefer the way of most Linuxes, but for a average desktop computer it seems quite good; I'm sure it feels more natural to Windows and OSX users.

The best compliment I can give the new PC-BSD is that I threw it all off again, I don't like OS'es that are that easy to use, not geeky enough.

One critique though; KDE4 ran very poorly on my 2 year old laptop, when I started a little QT game called KrisK my laptop started panting placing there was a delay of atleast 0,25 seconds between click and action. Is this an issue with my computer if any-one knows? I tested KDE4 on Linux once with the seem computer and it ran much more smoothly.

P.S: I wonder does BSD have some kind of different version of Vim, it's my most used piece of software but I couldn't work with this one. Sometimes it went out of insert mode when I went a line up, after which it refused to go back in it again, I felt stupid hearing all those error beeps

Reply Score: 1

RE: Gave it a try
by sakeniwefu on Sat 4th Oct 2008 14:56 in reply to "Gave it a try"
sakeniwefu Member since:
2008-02-26

It's likely you weren't using vim at all but nvi. nvi is a part of the base BSD system and behaves exactly like the original UNIX vi.
vi!=vim. You are doing it wrong if you are typing vi to bring it up. Most Linux distributions symlink vi to vim, in non compatible mode which is the behavior you are expecting. If you want vim, you will have to install it if it isn't, or type v-i-m.

Reply Parent Score: 2

RE: Gave it a try
by amjith on Sat 4th Oct 2008 15:17 in reply to "Gave it a try"
amjith Member since:
2005-07-08

After reading this article I tested the OS yesterday on my laptop.

Wow! That is the best compliment I've gotten so far ;) . Now to address your issues. I was able to run vim without much trouble. I tried GVim and it looked like crap (it was still using GTK 1.2 or something). So I compiled my own GVim from source with GTK 2.0 and it worked like a charm.

I thought I would not like the way you install packages in PC-BSD, and for my personal use I prefer the way of most Linuxes,

As far as the package installation goes, the FreeBSD ports will do a good job of satisfying a power user who wants things to be not so easy. After all the list of PBI files is so limited I find myself using the ports more often. Have you tried the pkg_add command? That is the equivalent of apt-get install or urpmi or emerge in a Linux environment. If you find that too easy, there is always ./configure && make && make install.


One critique though; KDE4 ran very poorly on my 2 year old laptop, when I started a little QT game called KrisK my laptop started panting placing there was a delay of atleast 0,25 seconds between click and action.

Could this be related to the ATI driver? If it works smoothly on Linux, then it makes me wonder if you need to tweak your Xorg.conf. Try to copy your Xorg.conf from the Linux partition (if you still have it) and replace the BSD's Xorg.conf file. You might need to modify the file a little bit to make it work. (Always backup your working Xorg.conf file, before trying anything funny).

Reply Parent Score: 2