←back to thread

944 points 6a74 | 8 comments | | HN request time: 0s | source | bottom
Show context
spease ◴[] No.41800525[source]
This is super cool.

So, wait, does this mean that gaming is better on Linux, on a Mac?

replies(7): >>41801984 #>>41802520 #>>41803172 #>>41803388 #>>41803779 #>>41804399 #>>41805099 #
m463 ◴[] No.41803779[source]
If you mean "I have a mac, is it better to run linux to game?"

Then there's a case for it, since you can run AAA games that apple + macos doesn't support / allow.

replies(2): >>41804049 #>>41804125 #
1. kergonath ◴[] No.41804125[source]
You’d need to compare with what can be done on macOS including with things like crossover and the GPT. AFAICT, the Linux side is making progress, but still more games can be run from macOS.
replies(2): >>41804270 #>>41805032 #
2. talldayo ◴[] No.41804270[source]
> AFAICT, the Linux side is making progress, but still more games can be run from macOS.

I don't believe that's true. According to ProtonDB, 80% of the top-1000 most-played games on Steam are confirmed working on Linux: https://www.protondb.com/dashboard

I haven't seen any source documenting nearly similar success rates with Mac but I also haven't seriously tried gaming on Apple Silicon.

replies(1): >>41804458 #
3. whimsicalism ◴[] No.41804458[source]
steam deck is x86
replies(1): >>41804524 #
4. talldayo ◴[] No.41804524{3}[source]
What a coincidence! So are a variety of Macs that shipped with hardware supporting Linux and Vulkan on day 1.
replies(1): >>41804593 #
5. russelg ◴[] No.41804593{4}[source]
Yes, but this thread is about Asahi Linux, which is for M series Macbooks. Not x86.
6. achandlerwhite ◴[] No.41805032[source]
The Mac efforts rely on MoltenVK for and Vulkan needs which itself relies on the underlying Metal API. As I understand it Asahi/Honeykrisp driver for Vulkan does not rely on the Metal API so it actually can do more conformant Vulkan than Crossover/Whisky can. For example tranform feedback and other geometry shader stuff will work on Asahi. MoltenVK is working on it, but not there yet.
replies(1): >>41805103 #
7. dagmx ◴[] No.41805103[source]
You’re ignoring D3DMetal which is what is most commonly going to be used and equivalent to what Proton is doing to convert D3D to VK.

Most games are D3D. A very small minority are Vulkan from the get go.

replies(1): >>41811258 #
8. achandlerwhite ◴[] No.41811258{3}[source]
On many games I have tried DX => DXVK => MoltenVk => Metal is significantly faster than DX => D3DMetal. For example XCOM2 is about twice the frames per second (yeah it has an official Mac version but it is even slower).