diff --git a/homepage/knowledge/linux.html b/homepage/knowledge/linux.html index b109a1e..abfd5b7 100644 --- a/homepage/knowledge/linux.html +++ b/homepage/knowledge/linux.html @@ -16,7 +16,7 @@
iwd(8)
and iwctl(8)
.
Some prefer NetworkManager and I believe that's the default on Debian.
The Artix wiki suggests connman.
+
+wpa_supplicant(1)
is often used by insane people without any helper scripts.
+I haven't had good luck with it but Alpine set it up automatically.
+
X is a graphical windowing system that can be used on Linux, FreeBSD, OpenBSD, NetBSD, and some proprietary operating systems as well.
X is not the only windowing system; twin(1)
exists for windowed multitasking within a framebuffer and Wayland is another windowing system intended to replace X.
@@ -225,6 +234,21 @@ X is not the only windowing system; twin(1)
exists for windowed mul
Some Linux software distributions have included scripts to automatically fetch and install an X server.
Alpine has setup-xorg-base
, which adds the packages xorg-server
, xf86-input-libinput
, eudev
, and mesa
, and then enables the OpenRC services for udev.
+startx(1)
is provided as part of xinit.
+
+Arch has the xorg
and xorg-apps
package groups.
+Documentation can be found within xorg-docs
,
+drivers within the xorg-drivers
package group,
+the server itself as xorg-server
,
+the X event monitor as xorg-xev
,
+xinit as xorg-xinit
,
+xinput as xorg-xinput
,
+XRandR as xorg-xrandr
,
+the X resource database manager as xorg-xrdb
,
+xset as xorg-xset
,
+and xsetroot as xorg-xsetroot
.
+