commit 465adf4
chld
·
2026-08-08 17:51:02 +0000 UTC
parent bdb06fb
remove all blk
4 files changed,
+5,
-14
+0,
-0
+1,
-1
1@@ -2,7 +2,7 @@
2 <p>so i can come to my website when i have issues.<p>
3 <br>
4 <p>if you have a regular PS/2 touchpad, you may encounter issues on linux-libre. add this to your kernel's cmdline:</p>
5-<blk>i8042.reset i8042.nomux</blk>
6+<code>i8042.reset i8042.nomux</code>
7 <br>
8 <p>FUCK antialiasing!!! thankfully it can be avoided by adding this to <i>.config/fontconfig/fonts.conf</i></p>
9
+4,
-5
1@@ -10,16 +10,15 @@
2 <ol>
3 <li>clone from my <a href=https://f.9larp.net/WnH.bundle>git bundle</a>, it comes pre-patched!</li>
4 <sub>note: you may need to run <code>sed -i 's/-Werror//g'</code> on your build.ninja</sub>
5- <li>run patchelf on the compiled freesmlauncher target: <blk>patchelf --add-rpath /usr/pkg/qt6/lib</blk></li>
6+ <li>run patchelf on the compiled freesmlauncher target: <code>patchelf --add-rpath /usr/pkg/qt6/lib</code></li>
7 <p>netbsd's default linking paths are not inclusive, and where libraries live are retarded. i had to add rpaths to the binary so it could find qt libraries and such.</p>
8 <li>compile <a href=https://codeberg.org/glowiak/lwjgl-netbsd>lwjgl-netbsd</a></li>
9- <li>drop in the resulting <i>liblwjgl64.so</i> into <blk>~/.local/FreesmLauncher/instances/ur.instace.bro/natives</blk></li>
10- <li>install xrandr, MesaLib, and glfw</li>
11- <li>find ur mesa loader driver and export it as a enviroment variable</li>
12- <p>for me, i think it was <blk>MESA_LOADER_DRIVER_OVERRIDE=i965</blk></p>
13+ <li>drop in the resulting <code>liblwjgl64.so</code> into <code>~/.local/FreesmLauncher/instances/ur.instace.bro/natives</code></li>
14+ <li>enjoy</li>
15 </ol>
16 <br>
17 <img src=../assets/mcnet.png height=300 width=400>
18+<p>at the moment, only lwjgl2 has been ported to netbsd.</p>
19 <h4><a href=https://alpinelinux.org>alpine linux</a></h4>
20 <p>a bit harder than i thought it would be, but hey. im running it right now and minecraft is good on it.</p>
21 <p>so i first thought that freesmlauncher would work out of the box, which was very wrong. when minecraft didnt launch due to some openal reason, i almost lost my mind. i read a <a href=https://wiki.gentoo.org/wiki/Minecraft>wiki</a> on it, reread the musl section, all to no avail! i looked at the <a href=https://pkgs.alpinelinux.org/package/edge/community/x86/prismlauncher>pkgs</a> page for alpine linux, but it looked like it had no patches. so i digged, and digged.</p>
+0,
-8
1@@ -44,14 +44,6 @@ a:active {
2 color: #ffffff;
3 }
4
5-blk, code {
6- background-color: #998888;
7- color: #1a0a0a;
8- padding: 1px;
9- font-family: 'Web437 ACM VGA 8x8', monospace;
10- font-size: 8px;
11-}
12-
13 img {
14 outline: 1px solid #fff0ea;
15 image-rendering: pixelated;