These notes bias initially towards building a desktop on FreeBSD. I used a ThinkPad X1 Carbon, but the screen was already shot on it and doing this made it already worse. So, I swapped hard drives on my ThinkPad x220 instead, which I don't use as much and tried it there.
Initially, running FreeBSD on the x220 worked much better, up to setting up KDE5 and playing around with it.
It really helps to read the handbook through all of this. :P
sudo dd of=/dev/sdb if=/path/to/freebsd.iso bs=4M status=progress
.
Ooo - *D*isk *D*estroyer ...dd
gobbled up CPU, running it on Debian/etc/regdomain.xml
pkg install sudo
EDITOR=ee visudo
and change the line that allows all users to use
it who are in the sudo
grouppw groupadd sudo && pw groupmod sudo -m $USER
pkg install xorg drm-kmod
kld_list="i915kms"
(can load it immediately with
kldload i915kms
)pw groupmod video -m $USER && pw groupmod wheel -m $USER
video
group to use the drm-kmod
.pkg
for this instance.video
group.xrandr
to get resolution details and output
device. I did this: xrandr --output eDP-1 --mode 1920x1080
. Sort
of better, but have to make it permanent.sudo pkg install firefox terminator git nextcloudclient zsh ohmyzsh keepassxc tmux emacs dig
cp ~/.zshrc ~/.zshrc.orig && cp /usr/local/share/ohmyzsh/templates/zshrc.zsh-template ~/.zshrc
sysctl hw.ncpu
sysctl hw.realmem
systemd
has too many Linux-isms to make it work under Linuxulator.udev
necessary for USB key?Made with Bootstrap and my site generator script.