Linux gamer, retired aviator, profanity enthusiast

  • 3 Posts
  • 663 Comments
Joined 1 year ago
cake
Cake day: June 20th, 2023

help-circle





  • I have persuaded The Sims to run on Linux; though if the game wasn’t purchased through Steam it can take some doing. No experience with Cities Skylines. Stardew Valley runs very well, I think ConcernedApe releases Linux native versions. My understanding is Roblox deliberately prevents itself from running on Linux. Minecraft Java edition runs on Linux and you’ll find launchers for it in most package managers. An open source alternative called Minetest or recently changed to Luanti exists, but I know it’s not the one his friends play and that’s mostly the point. Can’t say for Stellaris or Slime Rancher.




  • My understanding of things like the IME is that its reason for being is mostly benign, it lets enterprise-level IT departments do things like boot computers from across the network and stuff like that. It has no real use to home customers on their private PCs, but it’s included on all systems to simplify engineering; it handles a lot of the early boot process. And it’s always running. The privacy enthusiasts out there who carry a copy of TAILS on their keychains just in case aren’t fond of the fact that there’s a proprietary OS with unrestricted access to memory and networking just sitting there with no way of auditing or monitoring what it was doing.

    This has been a thing for AWHILE now, and the whole coreboot thing…Intel, board manufacturers etc. keep their data so locked up that it’s a challenge to build anything that works, so it’s a miracle we have things like Coreboot at all. They largely concentrate on laptops IIRC, and it’s rare to see full fat desktop motherboards that work with Coreboot.


  • By “desirable motherboard” in this context I mean a standard ATX (or standard size variants) motherboard with a currently supported socket and chipset commonly available on the consumer market. To run Intel 13th or 14th gen, or Ryzen 7000 or 9000. I don’t know if you can just buy an MSI or Asrock etc. board and expect to run Coreboot on them.

    What’s the advantage of coreboot? Soothes paranoia mainly. Both Intel and AMD platforms have little black boxes in them that run a separate little OS beneath Windows or Linux that has Ring 0 or similar low-level access to the hardware and could theoretically man in the middle anything done on the machine. Intel’s is MINIX based, it’s called the Intel Management Engine, and it genuinely is a little bit bile inducing reading what it has access to. AMD does have a simlar technology.

    In terms of performance, system stability etc? Very little. Once the kernel is loaded and in control of the hardware the BIOS doesn’t effect much AFAIK.

    I’m not very familiar with it but I’ve not heard much about even AM4 boards being supported. I think of Coreboot (or it’s completely binary blob free fork LibreBoot) and I think of either Purism or System76 and in both cases for their laptops.

    ===

    This kind of thing (the “main” operating system is built atop a secret basement full of god knows what) isn’t restricted to x86 either. On a Raspberry Pi, Linux running on the ARM cores is a second class citizen to ThreadX running on the VideoCore processor.









  • Difficult to concisely explain what Wayland is.

    Software in the Linux ecosystem tends to be built on earlier projects. You may be aware of the various Desktop Environments like Gnome, KDE, Cinnamon, xfce, etc. Something they all have, or had, in common was they all used a truly ancient piece of software called X11. This is the Windowing server. Most of the look and feel of a desktop environment comes from a configuration file that sets up X11 to work a certain way.

    X11 has been a standard for longer than Linux has existed, it dates to the early 80’s. It is quite old and isn’t capable of keeping up with some newer technologies like multiple monitors at different framerates, HDR, there are problems with things like Freesync, etc.

    Wayland is a project for replacing X11 with a newer system designed with modern display technology in mind. It works a little differently, and it breaks compatibility with a lot of long-standing systems, but it’s now in use by several DEs by default. At the moment there are technical reasons to use Wayland and technical reasons to use X11.



  • There are basically 2 things that can tempt me away from Fedora KDE right now:

    1. I’ll return to Mint Cinnamon if Wayland support and the GPU features it enables are robustly added to Cinnamon.

    2. Equal or better support for my hardware with better and easier package management. The main gripe I have about Fedora compared to Mint is the repository is a lot emptier. The long if now gone era of Ubuntu being THE distro for desktops means a LOT of stuff is packaged as .debs or when you do have to go to Github there’s almost always “Debian/Ubuntu” instructions. Arch’s AUR has a reputation of having literally everything in it, but my understanding is being bleeding edge it’s liable to break, and it’s yet another source of software in addition to the standard repos and Flatpak. Yes I think I would install things from Flathub rather than the AUR if available in both because I see Flatpak and Flathub as either the de facto place for the publishers of software especially commercial software to officially release for Linux, and if it isn’t yet I’d like to encourage it to be. The AUR being Arch-specific is as much of a non-starter for me as Snap is.