• 0 Posts
  • 236 Comments
Joined 4 months ago
cake
Cake day: February 10th, 2025

help-circle
  • If you want it to still be steam OS and compatible with games then you couldn’t use kernel.org kernels that’s the point.

    If a person stands to make a lot of money figuring out how to use a regular, non-anticheat kernel then they will do it. It would be a lot less difficult to do when the kernel code is open source.

    For anti-cheats, it isn’t the case, as with Windows, where you can semi-trust that the kernel isn’t lying. If an anti-cheat runs and wants to see what DMA devices are connected it uses the kernel to do that and it trusts that the kernel isn’t lying. You could trivially modify the Linux kernel’s source code to not list a specific card when asked by a kernel module.


  • He’s just being pedantic.

    Technically ‘ls’ has kernel access because it depends on system calls in order to produce its output.

    System calls are the mechanisms through which programs request services from the Linux kernel, allowing them to perform tasks like file management, process control, and device management. Any program that’s running on your machine has the access required to make syscalls and so you could say they have access to the kernel. They won’t have kernel-level privileges, so they can’t act as the kernel, but they do have access. Obviously the original user was referring to kernel anti-cheat modules which act as the kernel with all of the same privileges.









  • reboot: machine restart

    This makes me think it’s a motherboard issue.

    The system is done with its shutdown process and issued the reboot command, but the motherboard didn’t restart.

    There could be some electronics components which get wedged over time. My sound card will occasionally not boot unless it has been completely powered off for 30 seconds or so.







  • If you have a someone, that you personally know, who knows Linux and can help you navigate things… go with Arch.

    It’ll take you a bit longer initially, but you’re going to be putting together and configuring every component from partitioning drives to installing a bootloader. In exchange for your labors you get to have access to the bleeding edge of nearly all software packages. This isn’t always a boon, since there are occasionally bugs. For example, currently Firefox likes to forget that you should be able to select the address bar or close tabs by clicking the x on the tab (middle mouse click still works though).

    If not, use EndevourOS. It’s Arch, but it uses a graphical installer and chooses sane defaults for making a desktop PC. It’s significantly faster to install but it is still Arch (you use the Arch repos and the AUR). If you just want to use Arch but are worried about being able to install from scratch via the terminal, use Endevour.

    Alternatively, install Qubes so you can be on a different distro and look down on other distros for their lack of virtualization.