Live data from Hacker News

Linux Desktop on Apple Silicon/M1 in Practice

gist.github.com

61–70 of 149 posts

Re: Linux Desktop on Apple Silicon/M1 in Practice

#61
post #44

Earlier quoted context omitted.

I'm curious, is there any reason that ARM doesn't have a standard platform? Or they are working on that?

It does, and it's called Arm SystemReady. UEFI + ACPI is required on Arm if you want to boot Windows or RHEL/CentOS, which do not even try to boot on non-standardised 64-bit Arm systems.

Same for SLES/openSUSE, except for some platforms (RPi) where they use u-boot to provide EFI.

Re: Linux Desktop on Apple Silicon/M1 in Practice

#63
post #11

Earlier quoted context omitted.

Linus Torvalds: ARM has a lot to learn from the PC : "I think ARM is a very promising platform," he said. "At the same time, the ARM community has never had the notion of a standard platform. ARM never had the PC." https://www.networkworld.com/article/2220438/linus-torvalds-...

We did actually but Acorn canned it https://en.wikipedia.org/wiki/Phoebe_(computer)

The Phoebe's launch OS (RISC OS 4) was codenamed "Ursula". Unfortunately, shortly into its development, the Phoebe went on an (indefinite) break.

Re: Linux Desktop on Apple Silicon/M1 in Practice

#64
post #57
post #48

Earlier quoted context omitted.

That's good for you and I'm glad you're happy but for some of us, considering the work with are doing, sometimes even 32GB is not really enough. Different people, different needs.

What do you need 32GB for? Video editing? ML training on CPU? I have to imagine this is a minority.

If someone needs 32GB then they need 32GB.

The M1 is Apple’s low-end chip, currently available only on their cheapest computers. It’s like complaining that a Corolla can’t keep up with a Ferrari on a race track. The most charitable interpretation is that the person doesn’t understand the market position of the two items.

Re: Linux Desktop on Apple Silicon/M1 in Practice

#65
post #42

Earlier quoted context omitted.

Linux desktop environment runs fine with 4GB.

I think the people who claim that 16 GB isn't enough are insane, but it should be said: at 4 GB it does become a bit problematic to both keep browsers with a bunch of tabs open and do other things smoothly. If we keep modern website hogs out of the picture, I completely agree with you. I tally about 500-1000 MB doing my job – if I can close the browsers that I do admittedly need to read documentation.

2GB here, Chromium under OpenBSD with cwm(1).

my ~/.config/chromium-flags.conf file:

        --ignore-gpu-blocklist
        --enable-gpu-rasterization
        #--enable-zero-copy
        --disable-sync-preferences
        --disable-reading-from-canvas
        --disable-smooth-scrolling
        --wm-window-animations-disabled
        --enable-low-end-device-mode

Re: Linux Desktop on Apple Silicon/M1 in Practice

#68
post #24

Earlier quoted context omitted.

Indeed, it is. 16GB is too constrained even for native Linux desktop environment.

Running Fedora/GNOME on an i5/8gb laptop, never ever felt memory constrained.

My 5-year-old laptop is an i5/8GB with Fedora/GNOME (my primary machine is a desktop) and that is usually ok, but there are certainly things I can't do (like use Google Earth while having slack or a web browser open).

Re: Linux Desktop on Apple Silicon/M1 in Practice

#69
post #57

Earlier quoted context omitted.

What do you need 32GB for? Video editing? ML training on CPU? I have to imagine this is a minority.

If someone needs 32GB then they need 32GB. The M1 is Apple’s low-end chip, currently available only on their cheapest computers. It’s like complaining that a Corolla can’t keep up with a Ferrari on a race track. The most charitable interpretation is that the person doesn’t understand the market position of the two items.

I’m just asking what would be a use case where you would actually need this

Re: Linux Desktop on Apple Silicon/M1 in Practice

#70
I like the attitude of author of this gist. Just make it work.

My own practical practice is to use both a very fine System76 Linux laptop and also a super fast, if constrained, M1 MacBook Pro. Depends on what I am doing, or sometimes just what I feel like using.

To be perfectly open though, I had considered switching to just using Linux until the M1 was released. The thing that held me back was spending $3500 on a commercial Common Lisp implementation 11 months ago. Going all in on Linux would have cost me more money.

Post reply on HN