Conversation

🎮 Announcing Steam gaming on Fedora Asahi Remix! 🎮

Get the scoop here: alx.sh/gaming.

... or just fully update your system, then dnf install steam and give it a go!

Don't forget to check out our documentation too.

11
18
1

Images for this post may not load due to CDN maintenance on this instance. Please click through to the article to view them. Sorry for the inconvenience!

1
0
0

@AsahiLinux
This is awesome!

I didn't see a place to report bugs in the blog post, so sharing this here :)

1
0
0

@ayke This is mentioned in the documentation, it's just a spurious error and should go away if you retry.

1
0
0

@AsahiLinux The cert for that domain is for a b-cdn but your coming from treehouse which is throwing a TLS error. Just a heads up!

1
0
0

@AsahiLinux muvm still doesn't start with "failed to move_mount tmp to etc" error.
Maybe some update still hasn't hit the mirror I'm downloading from? 🤔

1
0
0

@AsahiLinux It doesn't, but I see now there are updates available (even though I just installed them). Will retry with all new updates installed.

1
0
0

@AsahiLinux
Installing all available updates doesn't seem to help. And retrying doesn't help.

I see a bunch of errors like these in the console. I don't know what's going on, but I suspect this is not supposed to happen:

```
glx: failed to create dri3 screen
failed to load driver: asahi
MESA: info: wrong context_type: 2
TU: error: ../src/freedreno/vulkan/tu_knl_drm_virtio.cc:1294: could not get connect vdrm: No such file or directory (VK_ERROR_INCOMPATIBLE_DRIVER)
```

1
0
0

@ayke If you updated your kernel, did you reboot?

1
0
0

@AsahiLinux Amazing! But my powerful MBP runs macOS... how much more effort to make all that work when running in a VM? :)

1
0
0

@ross macOS does not support GPU passthrough equivalent to our native context passthrough, so this is not possible. VMs on macOS are limited to high-level Metal passthrough at most, which comes with all the same limitations and graphics driver bugs as native gaming directly on macOS.

You need to run Linux natively 😉

0
0
0

@AsahiLinux Yes, I rebooted several times.
I also removed .steam and .local/share/Steam thinking it might be in an invalid state after the update, but that doesn't seem to work either.

Should I restart Steam or should I restart just steamwebhelper? The documentation doesn't clearly say which. (I tried both, neither helps. And after restarting steamwebhelper the whole process seems to get stuck).

1
0
0

@ayke Do you have an existing FEX-Emu config from a previous guide? If so, you need to delete all that, as it will conflict with our setup.

0
0
0

Note: GNOME installs might fail with a "Failed to mount filesystems" error. To work around it, run sudo hostnamectl hostname YOUR_HOSTAME. This was an issue we noticed at the last minute and didn't quite get the workaround for right. It'll be fixed soon!

0
0
0

@AsahiLinux this is incredible work! Where should I report issues? Currently have one where every 20-30 mins steam will abruptly close entirely including the terminal window if I run through there. Thinking it might be the memory manager killing it?

1
0
0

@pyxlwuff That looks like an OOM issue, yes. Please remember that 8GB machines are not really supported for gaming, you really want to have 16GB or more.

You can report bugs related to the Remix integration in general here: https://pagure.io/fedora-asahi/remix-bugs/issues

Or if you think it's specifically related to muvm, here: https://github.com/AsahiLinux/muvm/issues

1
0
0

@sesivany @AsahiLinux Using gnome? probably missing /etc/hostname (this is a long standing gnome initial setup bug, see https://pagure.io/fedora-asahi/remix-bugs/issue/11 )
we tried to work around this, ended with 2 fixes and unfortunately failed to verify that the end result works

1
0
0
@AsahiLinux I'd be eager to install Asahi for my leisure time Mac mini but not sure how huge dance it is as of today to get it on external drive. I have one of those docks that stack nicely and has M.2 slot :-)
1
0
0

@jarkko Apple Silicon platforms do not support USB boot at all, so you would have to install just the boot components on the internal SSD and then manually install the filesystems on an external drive. We don't have a supported process for this at the moment, sorry!

1
0
1
@AsahiLinux OK I thanks for detailed info!

And relocating home partition to the external is not actually such a bad workaround so putting that into consideration :-) That's anyway were the space is mostly consumed in a desktop.
1
0
1

Congrats @AsahiLinux \o/ 🎉

Alyssa Rosenzweig's gave a talk at about this work today. Roughly 20 minutes into the stream: https://www.youtube.com/watch?v=pDsksRBLXPk

0
4
0

@tenfourty VR requires quite specific hardware support so that's a whole can of worms on its own!

0
0
0

@jarkko You can also just move and symlinks the steam or steamapps folder to external if game storage is the primary issue! That's how a lot of us run it 😉

1
0
1

@AsahiLinux Yeah this is on a 16GB M1 Pro machine. I’m noticing the memory usage seems to slowly creep up during my game download as well

1
0
0

@pyxlwuff That's probably expected due to page cache RAM usage on the guest. By default muvm allocates up to 80% of the host memory, so if you're using more than 20% on host-side apps then you'll probably OOM sooner or later. You can control this with muvm --mem=X.

This will be improved once we enable virtiofs DAX later on, since that makes the guest and host share the filesystem cache pages, so guest RAM usage should largely be true RAM usage.

0
0
0

@AsahiLinux I'm getting strange error that complains about no network connection when I'm fully connected to the internet. Weird...

EDIT: Seems like resolv.conf is empty inside muvm and this causes the problem. Why is this happening?

1
0
0

@noahimesaka1873 @AsahiLinux probably a missing dependency in one of the packages (muvm). if it is not installed install dhcp-client

the package should be foxed tomorrow

0
0
0
@AsahiLinux ya for me it's the gits that eat all the space (and builds from them) :-) so full home migration is better idea (and not that difficult to implement).
1
0
0
@AsahiLinux that said i will definitely give a shot also to steam as there is no macOS version of xenonauts 2. amazing work, thanks!
0
0
0

@firecat Please see the documentation for the reasons why we are advertising Steam support only at the moment.

0
0
0

@AsahiLinux For some reason with this fedora update, vkcube-wayland is now hanging (not displaying anything either) and wgpu-based programs crash on startup:

Error in Surface::configure: Validation Error

Caused by:
Requested present mode Fifo is not in the list of supported present modes: []

Any ideas?

1
0
0

@theoparis You might need to reboot after updates, particularly if the kernel was updated.

0
0
0

@AsahiLinux is USB device passthrough something that might work in the future? I have use some proprietary applications (Saleae Logic and nRF Connect) that need USB access to some special hardware, but sadly the only Linux variant is x86-64 for both applications.

I know it's very much at the bottom of the priority list, just wondering whether this is something that could work at all with the current architecture (inside a VM and all).

1
0
0

@ayke Libkrun does not support USB hardware virtualization and I don't think there are any plans to add that. Perhaps something could be done with usbip though?

Realistically though, given how finicky USB is as a protocol, we would highly recommend using an x86 machine to run these kinds of applications. No matter how it's done, USB virtualization is always quirky, due to the very tunneling-unfriendly design of the USB protocol.

Or you could try getting it to work with box64 without the VM layer, if native x86-64 Linux apps exist.

0
0
0