• Avid Amoeba
    link
    fedilink
    401 month ago
    • Preparations for a kernel panic screen as sort of like a Windows Blue Screen of Death (BSoD).

    This is my favorite part.

    • @kautau@lemmy.world
      link
      fedilink
      27
      edit-2
      1 month ago

      My guess is it means this sort of recent windows feature of showing a QR code on how to search for the issue you’re experiencing

      Having a QR code with a link to the error code or at least a way to search it is an excellent UX thing, especially for those who are less accustomed to dealing with Linux kernel panics

      See the comments in response to mine on how this might look

      • @9point6@lemmy.world
        link
        fedilink
        31
        edit-2
        1 month ago

        I love your specific example screenshot

        “Hey is this Microsoft support? Yeah, err, so I’ve got this MANUALLY_INITIATED_CRASH error, can you help?”

        “Have you tried… Not initiating…a crash…?”

      • @SteveTech@programming.dev
        link
        fedilink
        English
        18
        edit-2
        1 month ago

        It doesn’t have a QR code in it’s current state AFAIK, but I believe the guy wants to add one eventually. Here’s what it might look like:

        DRM panic handler panic screenshot https://gitlab.com/kdj0c/panic_report/-/issues/1

        Also from the commits it looks like the colours are configurable at compile time (white on black default), and that exclamation Tux is already there.

        Looks like this is already a thing though with [systemd-bsod]

        Nah, that only handles boot errors, not kernel panics.

        • Butt Pirate
          link
          fedilink
          01 month ago

          Man I really hope they kill that. Its extremely user unfriendly, especially in Microsoft’s configuration where they show the bsod for 0.2 seconds for rebooting.

          • @SteveTech@programming.dev
            link
            fedilink
            English
            11 month ago

            Well the QR code part hasn’t even been submitted to the maintainers yet AFAIK, so there’s still time to change, and I’m sure it’ll be configurable so you either get a stack trace or a QR code.

      • @AnUnusualRelic@lemmy.world
        link
        fedilink
        6
        edit-2
        1 month ago

        I like it when my crashes come with a plain text explanation of what caused the crash. It just seems simpler to me than having to deal with some barcode fuckery.

        • @kautau@lemmy.world
          link
          fedilink
          91 month ago

          One doesn’t exclude the other. And if you really hate QR codes that much I’m sure there will be a flag or you can recompile the kernel without this, it’s Linux after all

  • @Fizz@lemmy.nz
    link
    fedilink
    131 month ago

    Exciting. Hopefully the linux youtubers do some comparisons so we can see if this makes a noticeable difference.

      • @Fizz@lemmy.nz
        link
        fedilink
        201 month ago

        Damn that’s a huge performance increase wtf. That’s a gpu upgrade worth of performance for free.

        • @Darthjaffacake@lemmy.world
          link
          fedilink
          81 month ago

          Yeah, it almost looks like you’d be able to run things faster than natively on windows, which is why I’m suspicious (not that it’s a lie just that the numbers lack context). It doesn’t say what the numbers represent I think?

          • @urska@lemmy.caOP
            link
            fedilink
            2
            edit-2
            1 month ago

            The numbers represent FPS. Now, Wine is not an emulator and the Linux architecture and it’s system calls are written in C, so it’s not uncommon to find games running better on Linux nowadays. Pretty sure all games can be optimized to be run better than on windows.

          • @leopold@lemmy.kde.social
            link
            fedilink
            English
            11 month ago

            Proton+DXVK is pretty darn efficient. On average it is slightly slower than Windows, but not by much and it can also be faster in certain games.

  • AutoTL;DRB
    link
    fedilink
    English
    101 month ago

    This is the best summary I could come up with:


    Barring any last minute reservations by Linus Torvalds, Linux 6.9 stable should release later today.

    In turn the Linux 6.10 merge window will then open for the next two weeks and already some early pull requests have been submitted for this next kernel version.

    Intel’s Neural Processing Unit is initially found with new Core Ultra “Meteor Lake” laptops.

    • The Panthor DRM driver is being merged for supporting newer Arm Mali graphics.

    • TPM bus encryption and integrity protection to precent active/passive interposer attacks that have been recently demonstrated for both Windows and Linux.

    • An Intel low-latency hint for aggressively boosting the GT frequency for GPU compute.


    The original article contains 550 words, the summary contains 108 words. Saved 80%. I’m a bot and I’m open source!

  • @Asudox@lemmy.world
    link
    fedilink
    41 month ago

    The NTSYNC driver should be merged for emulating Windows NT synchronization primitives for speeding up Windows games running on Wine / Steam Play (Proton). (Update:) But it looks like so far only the basic NTSYNC driver patches are in char-misc-next and currently not the entire complete series.

    Very nice. Gaming on Linux slowly starts to be no problem at least for me.

    • @leopold@lemmy.kde.social
      link
      fedilink
      English
      41 month ago

      It shouldn’t speed up anything on Proton, since it already uses f-sync, which gives the same speedup, but breaks some apps, which is why Wine wasn’t using it and ntsync was created as an alternative.