so i can come to my website when i have issues.
if you have a regular PS/2 touchpad, you may encounter issues on linux-libre. add this to your kernel's cmdline:
i8042.reset i8042.nomux
FUCK antialiasing!!! thankfully it can be avoided by adding this to .config/fontconfig/fonts.conf
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font">
<edit name="antialias" mode="assign">
<bool>false</bool>
</edit>
</match>
</fontconfig>