In a very short look at 9-CURRENT there seems to be many significant improvements. There have been many changes in the development version and, being a curious individual with a recently rebuilt laptop, I decided to test out a few things.
The recent past saw me dropping the use of FreeBSD on laptops because I couldn't get the wireless range and reliability that Linux provided. So far the network stack hasn't caused any spontaneous system crashes with good speed and reliability. I haven't tested range yet.
There were problems with perceived latency that are entirely gone in 9-CURRENT. That is even more incredible given the fact that all the debugging features are still enabled.
Before you decide that this is an unabashed love-fest for 9-CURRENT there are some minor issues I've found. On the laptop there is a touchpad and pointing stick with mouse buttons. These caused the keyboard and mouse to lock up the system. No combination of hald, moused, dbus, synaptic driver, xorg.conf file, or rc.conf setting seemed to make a difference. The issue was resolved with a relatively obscure fix that I found in the current mailing list. I'm not quite sure what it does but adding
to /boot/loader.conf seems to have resolved that problem.
The other issue has to do with XFCE. The Terminal application fails to start about 80% of the time. I don't know why and am using a different terminal for now. I would be much more comfortable if Terminal failed 100% of the time. There doesn't seem to be any error that I can find.
I'll make updates to this post for a little while. Probably the first thing will be installing the linux flashplayer and testing out some old windows applications with wine.
The recent past saw me dropping the use of FreeBSD on laptops because I couldn't get the wireless range and reliability that Linux provided. So far the network stack hasn't caused any spontaneous system crashes with good speed and reliability. I haven't tested range yet.
There were problems with perceived latency that are entirely gone in 9-CURRENT. That is even more incredible given the fact that all the debugging features are still enabled.
Before you decide that this is an unabashed love-fest for 9-CURRENT there are some minor issues I've found. On the laptop there is a touchpad and pointing stick with mouse buttons. These caused the keyboard and mouse to lock up the system. No combination of hald, moused, dbus, synaptic driver, xorg.conf file, or rc.conf setting seemed to make a difference. The issue was resolved with a relatively obscure fix that I found in the current mailing list. I'm not quite sure what it does but adding
Code:
machdep.disable_mtrrs="1"
The other issue has to do with XFCE. The Terminal application fails to start about 80% of the time. I don't know why and am using a different terminal for now. I would be much more comfortable if Terminal failed 100% of the time. There doesn't seem to be any error that I can find.
I'll make updates to this post for a little while. Probably the first thing will be installing the linux flashplayer and testing out some old windows applications with wine.