• 10 Posts
  • 83 Comments
Joined 1 year ago
cake
Cake day: February 1st, 2023

help-circle


  • To be even more pedantic, the guy is Italian and that is relevant to the character. In Italy we say “if my grandmother had wheels she would be a wheelbarrow”. He pauses a moment before saying the joke, probably because he didn’t remember the word wheelbarrow and went for bike instead.



  • Systemd was actually a “clone” of apple’s launchd. Similarities with windows arise from the fact that it makes sense to manage services in certain ways on modern OSs. Also services on windows are completely different from Linux and MacOS, they are even a different executable file format, not a normal exe.






  • It’s a supermicro x8dal-i with two xeon x5650 from 2010. 6c/12t each, base frequency 2.33 GHz, turbo to 3.2 GHz single core, 3 DDR3 ports each in two Numa nodes, for a total of 24GB at 2400 MT/s. It only supports PCIe 2.0, for a 1060 3GB.

    It’s slow as hell in single thread, it’s acceptable in multi thread. It doesn’t go out of memory. It sounds like a lawnmower. It boots up between 1 min and 6 min. It overheats and shuts down in summer (hence the desk fan and the little fan blowing on the chipset). It chokes that 1060 with its slow PCIe. Lots of sata, only one 128 GB SSD. Most games from before the 2021 run. Overall pretty cool. It has two Intel gigabit Ethernet.

    Both windows 10 and Ubuntu are taking a toll on it. But I bet a nice fresh install will fix it. But I won’t do it because it’s not my main kick anymore




  • I think you are confusing “windows like” with “user-friendly”. A “bespoke archive, that you find on some developer’s website, that you extract and somewhere it contains an executable and assets, that you move where you want to keep them, and then the user remembers to manually update it sometimes somehow” is not how you usually do stuff on Linux and is not even user-friendly.

    Distributions come with programs like “gnome software” or “kde discover” that allows the user to graphically install programs from the distro’s package manager, or from flatpak or snap. It will also help them to keep them updated and to manage dependencies. That is user-friendly.

    I suggest using flatpak. It will work on almost all distros out of the box and will be easy to install and maintain for the user. If flatpak is too “bloated” for you because it uses containers, then you need to package it for every distro manually, but that’s a lot of work. If it’s something that just needs to be used once and never again, consider an appimage or a script, because they don’t need to be installed.

    Distros are different operating systems, it’s not gonna be easy to package for all of them without compromises.

    Also, if you really really really need to use your bespoke archive, you can do like native steam games do, and put every library you link in the archive, and link with relative paths instead of system wide paths, or with a launch script that loads your provided libraries. But that’s not a great user experience. Steam gets away with it because it’s the launcher that manages the whole thing.





  • edinbruh@feddit.ittoLinux@lemmy.mlCustom Libreboot 9020 Optiplex PC
    link
    fedilink
    arrow-up
    28
    arrow-down
    3
    ·
    edit-2
    1 month ago

    You are not supposed to power the GPU like that. You should use two separate cables from the supply. The other connector of the same cable is intended to “daisy chain” low power cards.

    It will probably work anyway, but better safe than sorry.

    Edit: I think it’s needed because:

    1. The power supply might have separate circuits for separate cables and might not be able to supply all the power needed by the GPU through just one
    2. The cable might not be rated to have that much power flow through and might overheat and melt over time
    3. If you could just fork the cable into two why would they put two connectors on the GPU, it’s not like they have different voltages, they are literally daisy chained



  • In addition to what the others have said, windows has already had its big paradigm change (“similar” to the change from x11 to Wayland that is happening) in the past. It was around 2007 with windows Vista. They also didn’t get it quite right on the first try, but because Microsoft can do whatever they want, and in Linux you must convince the community that something is better, it was easier for them to just change everything under everyone’s nose.


  • Hmmm. That’s suspicious, there’s a number of things in the way of video acceleration with that setup.

    First of all, the fact that on fedora (ublue is a derivative of fedora) you need to install openh264 from dnf and not from Firefox extension manager, and then you still need to change some settings in about:config . Second, you are using a flatpak, I’m not sure if openh264 needs to be installed “inside the flatpak”. And last, it might just be the Nvidia.

    The first two would also affect AMD.