git log -S STRING --source --all
Where STRING is what your want to find in the commits.
git log -S STRING --source --all
Where STRING is what your want to find in the commits.
Overall this machine runs really great with FreeBSD 14-CURRENT.
The audio needs a bit of work. You want to have in /boot/device.hints
hint.hdac.1.cad0.nid20.config="as=1 seq=0"
hint.hdac.1.cad0.nid33.config="as=1 seq=15 device=Headphones"
This will group together the nid 33 (the jack on the left) with nid 20, the audio output on the internal speakers.
Works out of the box with the driver ig4.
Set the laptop to switchable graphics in the BIOS, and run a recent branch of drm-kmod for the integrated chip.
TODO.
Trying to launch the great Civilization 6 under Linux Void results in the following on my machine.
./Civ6
./GameGuide/Civ6: symbol lookup error: /usr/lib/libfontconfig.so.1: undefined symbol: FT_Done_MM_Var
I solved this issue by adding LD_PRELOAD=/usr/lib/libfreetype.so.6 %command%
to the launch options.
Linux: there’s the watch command.
watch date
FreeBSD: you will need the package gnu-watch.
pkg install gnu-watch; gnu-watch date
First, make sure you have qemu.
apt install qemu
Then, you can convert the file:
qemu-img convert -O vmdk disk.img disk.vmdk
Lastly, you can move the file to its VM destination.
mv disk.vmdk ~/vmware/vm-target/