One week of OpenBSD
Home
An unordered list of thoughts after switching to OpenBSD one week ago.
Delicous Puffy
by Junho Jung
cc by-sa 3.0
- Installation was dead simple. Enter a hostname and root password, accept the default for other options and
you're done. You may have to copy some firmware files via usb if you only connect to the net via wlan.
- Support for graphics is amazing. X just works, I don't even have a config file at the moment. Hardware acceleration is working fine, the driver even chose
sna all by itself. Fonts look subjectively better than on FreeBSD.
- Hardware support is either hit or miss, which is fine actually. A device is either supported or not. There are no halfworking drivers or devices. You still have to be careful to buy stuff that is supported. So not much different from Linux or FreeBSD.
- Disk performance isn't as good as on FreeBSD. Copying between filesystems is somewhat slower. There is
definitely room for improvement here.
- I haven't noticed a significant difference in multi threaded performance.
- Disk mangement will be kind of weird at first if you come from FreeBSD or Linux. You have to deal with raw
devices and the disklabel utility to partition disks. Disklabel works surprisingly well after you get used to it.
I found it easier to use than gpart. Encrypting disks is done through the
softraid
framework and takes a bit more work than geli.
- The package repository has most of the packages you would expect on a modern OS, no surprises there.
- No flash support. Not really a big deal. youtube-dl
from packages works for most cases.
- Sadly no support for
VT-x or the RPi. Not because of a lack of resources, but because the developers don't
want to support them. Either because of security concerns or because they think the hardware is crap.