rootpages
rootpages copied to clipboard
Root Pages is a collection of easy-to-reference tutorials and guides primarily for Linux and other UNIX-like systems.
https://www.raspberrypi.com/news/benchmarking-raspberry-pi-5/ https://android-developers.googleblog.com/2024/08/adding-16-kb-page-size-to-android.html
These programs do not run natively on Arm architectures where a 16K, 32K, or 64K page size is used. https://github.com/AsahiLinux/docs/wiki/Broken-Software
Set this boot argument: - Debian = `noram` - Fedora = `rd.live.ram` https://www.reddit.com/r/linux/comments/12y7s6z/stupid_linux_tricks_boot_a_usb_stick_in_copy_to/
Using `gamescope` + `steam` for gaming and using `mpv` for videos. https://zamundaaa.github.io/wayland/2023/12/18/update-on-hdr-and-colormanagement-in-plasma.html
Override BIOS settings which typically set the maximum VRAM of an iGPU to be 50% of available RAM. For example, on a system with 128GB of RAM, allocate 110GB for...
Every January, after 6 release candidates, a new major stable version of Wine is released. https://www.phoronix.com/news/Wine-10.0-rc4-Released
``` #!/bin/sh USER1=primary USER2=alias sudo adduser $USER1 sudo useradd -d /home/$USER1 -G $USER1 -K UMASK=022 --non-unique --uid $(id -u $USER1) --no-create-home --no-user-group $USER2 sudo passwd $USER2 # --non-unique: Allow the...
Explain how to install and use `gamescope-session` related packages.
Syntax: `https://kojipkgs.fedoraproject.org/packages//` Example: `https://kojipkgs.fedoraproject.org/packages/linux-firmware/`
Enabling the `inputplumber` service will improve controller compatibility for a lot of devices. For more obscure controllers, they are mapped to popular controllers that are better supported based on their...