commit c0ef2a0
chld
·
2026-08-05 19:51:40 +0000 UTC
parent 7cef1ae
aa
1 files changed,
+23,
-0
+23,
-0
1@@ -3,6 +3,29 @@
2 <br>
3 <p>if you have a regular PS/2 touchpad, you may encounter issues on linux-libre. add this to your kernel's cmdline:</p>
4 <blk>i8042.reset i8042.nomux</blk>
5+<br>
6+<p>FUCK antialiasing!!! thankfully it can be avoided by adding this to <i>.config/fontconfig/fonts.conf</i></p>
7+
8+<blk>
9+<?xml version="1.0"?>
10+<br>
11+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
12+<br>
13+<fontconfig>
14+<br>
15+ <match target="font">
16+<br>
17+ <edit name="antialias" mode="assign">
18+<br>
19+ <bool>false</bool>
20+<br>
21+ </edit>
22+<br>
23+ </match>
24+<br>
25+</fontconfig>
26+<br>
27+</blk>
28
29 <title>blog - hello notes</title>
30 <!-- THISISABLOG -->