Gnome Shell on the Apple M1, bare metal
twitter.com
Gnome Shell on the Apple M1, bare metal
1–10 of 141 posts
Re: Gnome Shell on the Apple M1, bare metal
#2Re: Gnome Shell on the Apple M1, bare metal
#3I kid. Now what I really wanted to ask.. Is it using Wayland?
Re: Gnome Shell on the Apple M1, bare metal
#4Re: Gnome Shell on the Apple M1, bare metal
#5Can it run anything with thumbnails in the filepicker? I kid. Now what I really wanted to ask.. Is it using Wayland?
I haven't ruled out Mutter having a framebuffer backend, but I suspect she just ran it through X, which has one.
Edit: Looks like DRI is there after all: "Sven and the #dri-devel crew helped me spin up #2, which is what I'm using now."(https://twitter.com/alyssarzg/status/1429583864679129098).
Re: Gnome Shell on the Apple M1, bare metal
#6Can it run anything with thumbnails in the filepicker? I kid. Now what I really wanted to ask.. Is it using Wayland?
This is of course a harder and more pervasive problem than one might realize. macOS Finder RAM usage can explode catastrophically and take down the whole system if you have image previews enabled and click on a very large (gigabyte) TIFF.
Re: Gnome Shell on the Apple M1, bare metal
#7Re: Gnome Shell on the Apple M1, bare metal
#8Re: Gnome Shell on the Apple M1, bare metal
#9I am forever in awe of the engineers that can work with the low-level bits and make things like this happen. I'm a deer in the headlights whenever I see addrs and `eax 0xDAFAC000...`
* you know how to make HTTP requests (you know how to use I2C or PCI or ...)
* you know roughly what an SMTP-as-a-service should do (you know roughly what a display driver should do)
* you don't know the URLs (you don't know the addresses)
It's a fun exercise in collaborative reverse engineering.
Also there's survivorship bias. The reverse engineering that's most likely to succeed (and thus be written about) are the most approachable ones.
Bravo to all those doing this stuff!