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.
Permalink for comment 332376
To read all comments associated with this story, please click here.
RE: Gave it a try
by amjith on Sat 4th Oct 2008 15:17 UTC 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