362
submitted 1 month ago* (last edited 1 month ago) by reallyzen@lemmy.ml to c/linux@lemmy.ml

Update : more games!

all 50 comments
sorted by: hot top controversial new old
[-] umbrella@lemmy.ml 116 points 1 month ago

is linux already better for gaming on macs than macos?

[-] meekah@lemmy.world 43 points 1 month ago

Sure looks like it

[-] d3Xt3r@lemmy.nz 39 points 1 month ago

As an actual M1+Asahi user and a gamer: Asahi is not there yet. Right now, if you're on macOS, Crossover (or Porting Kit) and/or Parallels is able to run more games and with better performance compared to Asahi (using krun + FEX). Also, Steam on macOS (non-native) is much more peformant compared to Asahi, where it's currently slow and glitchy.

But that will all change in the future once the Vulkan driver and TSO patches are ready. FEX is also seeing a lot of improvements, so by the end of the year, there's a good chance that gaming on Asahi would be much better than macOS.

[-] reallyzen@lemmy.ml 13 points 1 month ago

I'd argue that it may come to that, given the poor availability of (steam) games for the macos platform. And when it is available, you may end up with a disclaimer that it may not run anyway.

[-] OsrsNeedsF2P@lemmy.ml 8 points 1 month ago

You've gotten a lot of answers (mostly no), but I will say Minecraft runs better on Linux on Mac than MacOS on Mac!

[-] olympicyes@lemmy.world 4 points 1 month ago

You can use Whisky which is a convenient wrapper for WINE to run the Windows version of Steam. Simple games like Dredge work flawlessly on my M1 but anything used for benchmarking FPS is unacceptably slow. Translation of Intel code is the biggest issue. I assume Asahi has the same limitations as Mac OS but it is impressive what they’ve been able to do.

[-] NutWrench@lemmy.world 2 points 1 month ago

There's a native Linux version of Steam (at least for Ubuntu / Mint) that works great. It also uses a proprietary Wine wrapper called Proton, that's pre-configured for all your Steam Library games.

[-] olympicyes@lemmy.world 2 points 1 month ago

Sorry I was very unclear. Whisky is an app for MacOS. I’ve used Steam on Ubuntu as well and it works OK but sometimes is a pain to find a version of proton that works for a given game.

[-] CalcProgrammer1@lemmy.ml 2 points 1 month ago* (last edited 1 month ago)

Native in this case means processor architecture, not OS. The Linux Steam is still x86/x86_64 code and to run it on an ARM system (even running Linux) will require an emulation layer. This adds substantial amounts of overhead, much more than Wine/Proton does for Windows games on Linux.

[-] azvasKvklenko@sh.itjust.works -1 points 1 month ago

No Vulkan and just WineD3D on OpenGL makes it hard to consider good. Might be pretty good after they find a way to run Vulkan on it, which might be tricky given how the hardware was explicitly designed to run just the proprietary Metal API.

[-] AProfessional@lemmy.world 18 points 1 month ago* (last edited 1 month ago)

A vulkan driver already exists and has made progress, it just needs some more time.

[-] Molecular0079@lemmy.world 4 points 1 month ago

I've heard something about Apple Silicon GPUs being tile-based and not immediate mode, which means the Vulkan API is different compared to regular PCs. How has this been addressed in the Vulkan driver?

[-] AProfessional@lemmy.world 13 points 1 month ago

The blog has multiple progress posts https://asahilinux.org/blog/

I’ll admit im not an expert but shes not brought up tiling at all as a problem.

[-] Molecular0079@lemmy.world 3 points 2 weeks ago

Yeah, in a Reddit comment, Hector Martin himself said that the memory bandwidth on the Apple SIlicon GPU is so big that any potential performance problems due to TBDR vs IMR are basically insignificant.

...which is a funny fact because I had another Reddit user swear up and down that TBDR was a big problem and that's why Apple decided not to support Vulkan and instead is forcing everyone to go Metal.

[-] mudle@lemmy.ml 65 points 1 month ago

I'm still in shock how quickly they have progressed.

[-] SpaceCadet@feddit.nl 37 points 1 month ago

So how does that work given that most Steam games are x86/x64 and the M2 is an ARM processor? Does it emulate an x86 CPU? Isn't that slow, given that it's an entirely different architecture, or is there some kind of secret sauce?

[-] GenderNeutralBro@lemmy.sdf.org 39 points 1 month ago

Emulation.

Definitely going to incur a performance hit relative to native code, but in principle it could be perfectly good. It's not like the GPU is running x86 code in the first place. On macOS, Apple provides Rosetta to run x86 Mac apps, and it's very, very good. Not sure how FEX compares.

[-] boredsquirrel@slrpnk.net 10 points 1 month ago

Virtualization actually, dont know why though

[-] SexualPolytope@lemmy.sdf.org 29 points 1 month ago
[-] imikoy@hexbear.net 7 points 1 month ago

I wanna do Mesa because of Lina

The brain however does not want to cooperate (it wants to defrag)

[-] Zucca@sopuli.xyz 2 points 1 month ago

I've always thought GOAT stands for Gentleman Of All Trades. I make a wild guess it's Girl Of All Trades in this case?

[-] Custard@lemmy.world 8 points 1 month ago

Always thought it was "Greatest of all time"

[-] SexualPolytope@lemmy.sdf.org 4 points 1 month ago* (last edited 1 month ago)

Yeah, that's what I meant too.

[-] HEXN3T@lemmy.blahaj.zone 22 points 1 month ago

The Gods be damned it can run Crysis

[-] Jean_le_Flambeur@discuss.tchncs.de 15 points 1 month ago

I have no idea what asahi linux is and at that point I am to afraid to ask

[-] fossphi@lemm.ee 54 points 1 month ago

Fedora linux distribution for apple silicon (M series) computers

[-] afk_strats@lemmy.world 34 points 1 month ago

With added firmware/drivers for better hardware compatibility

[-] fossphi@lemm.ee 8 points 1 month ago

Yeah, I think my comment really undersold the work that the Asahi team has been doing

[-] Fleppensteijn@feddit.nl 12 points 1 month ago

Asahi means “rising sun” in Japanese, and it is also the name of an apple cultivar. 旭りんご (asahi ringo) is what we know as the McIntosh Apple, the apple variety that gave the Mac its name.

If you're thinking what I'm thinking, it doesn't seem to have anything to do with beer.

[-] InfiniWheel@lemmy.one 1 points 1 month ago

Isn't it cause its the handle of the main dev?

[-] imikoy@hexbear.net 4 points 1 month ago

No, lead dev is marcan. Asahi Lina is a vtuber who had reverse-engineered Apple GPU and wrote the driver for it (in tandem with Alyssa Rosenzweig)

[-] reallyzen@lemmy.ml 1 points 1 month ago

They are both on Mastodon. Lina just posted an updated list of games, there's a ton of them

[-] qaz@lemmy.world 4 points 1 month ago

Linux distro for apple ARM devices with reverse engineered drivers.

[-] imikoy@hexbear.net 4 points 1 month ago

Asahi Linux is the "have linux run on apple M series CPUs" project

[-] muhyb@programming.dev 8 points 1 month ago
[-] d3Xt3r@lemmy.nz 14 points 1 month ago
[-] muhyb@programming.dev 6 points 1 month ago

Now it's complete! No party without Doom. ^^

[-] imikoy@hexbear.net 8 points 1 month ago

BUT CAN IT RUN CRYSIS

Yes it can

[-] some_guy@lemmy.sdf.org 8 points 1 month ago

The Asahi team never fails to impress. You can support the project at their Patreon. You don't need to care about Apple hardware to see the value in the work they're doing getting ported over to ARM PCs. Who knows? You might be donating to the health of your preferred distro on a device you will own down the road.

[-] boredsquirrel@slrpnk.net 6 points 1 month ago* (last edited 1 month ago)

Btw the "official COPR" for krun on Fedora seems unmaintained, but there is a new one with recent builds.

this post was submitted on 28 May 2024
362 points (97.9% liked)

Linux

45457 readers
1427 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS