autotldr@lemmings.world
on 12 May 2024 19:45
nextcollapse
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!
Damn that’s a huge performance increase wtf. That’s a gpu upgrade worth of performance for free.
Darthjaffacake@lemmy.world
on 13 May 2024 06:35
nextcollapse
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?
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
on 15 May 2024 16:58
collapse
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.
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
on 12 May 2024 21:51
nextcollapse
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?”
Lol just what I found first with a quick google, but it is funny
AnUnusualRelic@lemmy.world
on 12 May 2024 22:08
nextcollapse
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.
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
SteveTech@programming.dev
on 12 May 2024 23:26
collapse
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:
SteveTech@programming.dev
on 14 May 2024 23:34
collapse
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.
tsonfeir@lemm.ee
on 12 May 2024 20:40
nextcollapse
My lesdyxia saw NSYNC
NegativeLookBehind@lemmy.world
on 12 May 2024 21:34
nextcollapse
NT’SYNC
5714@lemmy.dbzer0.com
on 13 May 2024 02:26
nextcollapse
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
on 15 May 2024 16:57
collapse
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.
threaded - newest
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!
Exciting. Hopefully the linux youtubers do some comparisons so we can see if this makes a noticeable difference.
www.phoronix.com/news/Windows-NT-Sync-RFC-Linux
<img alt="" src="https://lemmy.ca/pictrs/image/88f24084-4a47-47bd-984a-d1bee546f23d.png">
Damn that’s a huge performance increase wtf. That’s a gpu upgrade worth of performance for free.
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?
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.
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.
That’s Linux free real state for you sugar pie
This is my favorite part.
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
<img alt="" src="https://lemmy.world/pictrs/image/f538b64c-1eb9-4799-b895-71d3a71f6af0.jpeg">
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
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…?”
Lol just what I found first with a quick google, but it is funny
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.
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
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:
<img alt="DRM panic handler panic screenshot" src="https://gitlab.com/kdj0c/panic_report/uploads/3f49cca15a7bf132b3c56dfcf0381db6/dmr_panic_qr_code_demo.png"> 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.
Nah, that only handles boot errors, not kernel panics.
Ah thanks for the clarification, that’s pretty neat, I’ll update my comment
.
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.
My lesdyxia saw NSYNC
NT’SYNC
Emulating NT synchronization primitives in Wine - Zeb Figura at Linux Plumbers Conference | www.youtube.com/watch?v=NjU4nyWyhU8
Futex | en.wikipedia.org/wiki/Futex
Lock, mutex | en.wikipedia.org/wiki/Lock_(computer_science)
Here is an alternative Piped link(s):
https://www.piped.video/watch?v=NjU4nyWyhU8
Piped is a privacy-respecting open-source alternative frontend to YouTube.
I’m open-source; check me out at GitHub.
Very nice. Gaming on Linux slowly starts to be no problem at least for me.
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.