stuner

joined 2 years ago
[–] stuner 3 points 1 week ago

Currently, my favorite ways of running non-Steam games are the Heroic Games Launcher and Bottles. Heroic is especially nice if you have games from GOG or EGS. However, looking at ProtonDB, it seems that both DCS and Flight Sim 2024 don't work too well on Linux. Overall it sounds like it might be challenging for you to switch to Linux, but you can always give it a try and see how much works.

[–] stuner 16 points 1 month ago* (last edited 1 month ago) (2 children)

Given that you installed Linux on a separate drive, it's likely that the Windows bootloader is perfectly fine but your BIOS chooses to prioritize the Linux disk. I would check if you can still select the Windows drive / installation in the BIOS / boot media selection.

Typically, Fedora should also add the Windows installation to its bootloader (https://docs.fedoraproject.org/en-US/quick-docs/grub2-bootloader/#_adding_other_operating_systems_to_the_grub2_menu). It uses os-prober to find other operating systems. Can you post the output of sudo os-prober?

Edit: The output of lsblk -f would also be useful (though you may want to anonymize it first).

[–] stuner 2 points 1 month ago (1 children)

This seems to be a limitation of Intel host controllers. The USB 2.0 specification (including 12 Mbps Full Speed) allows for up to 127 devices. Each of those devices can have up to 16 IN and 16 OUT endpoints, c.f. https://www.usbmadesimple.co.uk/ums_3.htm Depending on how you count, that would be a maximum of 2k to 4k endpoints in total. I guess Intel thought it wasn't worthwhile supporting that many endpoints.

Some quick searching turned up this post that claims that USB3 controllers often support up to 254 endpoints (in total). https://www.cambrionix.com/a-quick-guide-to-usb-endpoint-limitations/ Other posters have also said that AMD appears to have higher limits. You could also consider adding more USB root hubs to your system (with PCIe cards).

[–] stuner 6 points 1 month ago

Yield is the percentage of chips that are functional. Roughly, you can think of it as the probability of a chip having 0 defects. The bigger the chip, or the higher the defect density, the lower this probability becomes. Chip designers will also include mitigation techniques (e.g. redundancy) to allow chips to work even with some defects.

[–] stuner 8 points 1 month ago (2 children)

Talking about the "yield" of a process doesn't make any sense. Yield is a metric for a specific chip fabricated on a given process. This depends heavily on the size of the chip and mitigation techniques.

The "correct" metric to compare processes is defect density (in defects per square cm). Intel claims that their defect density is below 0.4 defects/cm²: https://www.tomshardware.com/tech-industry/intel-says-defect-density-at-18a-is-healthy-potential-clients-are-lining-up. This would be relatively high but not much worse than what TSMC has seen for their recent nodes: https://www.techpowerup.com/forums/threads/intel-18a-process-node-clocks-an-abysmal-10-yield-report.329513/page-2#post-5387835).

[–] stuner 1 points 1 month ago

Unfotunately, I can help you with that. The machine is not running any VMs.

[–] stuner 2 points 1 month ago (2 children)

It's possible, but you should be able to see it quite easily. In my case, the CPU utilization was very low, so the same test should also not be CPU-bottlenecked on your system.

[–] stuner 2 points 1 month ago* (last edited 1 month ago) (4 children)

I'm seeing very similar speeds on my two-HDD RAID1. The computer has an AMD 8500G CPU but the load from ZFS is minimal. Reading / writing a 50GB /dev/urandom file (larger than the cache) gives me:

  • 169 MB/s write
  • 254 MB/s read

What's your setup?

[–] stuner 2 points 1 month ago

With version 2.3 (currently in RC), ZFS will at least support RAIDZ expansion. That should already help a lot for a NAS usecase.

[–] stuner 6 points 1 month ago* (last edited 1 month ago)

We use Alma Linux at work and it's fine, I suppose. I see two main reasons why you'd choose an EL linux distro:

  1. You have (professional) software that officially supports it. RHEL's release model makes it an attractive target for proprietary software and many vendors choose to support it.
  2. You need/want very long support cycles. You can run 10-year-old software even though you probably shouldn't.

Apart from those, it's a competent distro, Red Hat know what they're doing. If you want the equivalent to an Ubuntu LTS / Debian in the Fedora world, it get's the job done. I quite like their approach of keeping the core OS stable while updating drivers, tools, and compilers (e.g., the kernel version number has very little meaning in RHEL).

Is the experience very different from Fedora?

Yes. the age of the core packages is very noticeable. The number of fully supported packages is also very small and you need to go to EPEL very quickly (at which point you're no longer getting enterprise support...). On the plus side, it's much more stable than Fedora in my experience.

Edit: My main recommendation for a stable distro would probably be Debian unless one of the above points applies.

[–] stuner 1 points 1 month ago (1 children)

That system also sounds a lot more capable than mine. How did you end up with 25 VMs?

[–] stuner 1 points 2 months ago

I'm running it in a regular mATX case (Node 804) but I think you can also get AM5 motherboards in rack-mount cases.

view more: next ›