←back to thread

283 points walterbell | 1 comments | | HN request time: 0.201s | source
Show context
darkamaul ◴[] No.45769289[source]
Better (or simply more) ARM processors, no matter who makes them, are a win. They tend to be far more power-efficient, and with performance-per-watt improving each generation, pushing for wider ARM adoption is a practical step toward lowering overall energy consumption.
replies(5): >>45769421 #>>45769508 #>>45769815 #>>45769973 #>>45772372 #
coffeebeqn ◴[] No.45769421[source]
How is running desktop Linux on these?
replies(2): >>45769471 #>>45772886 #
hmlwilliams ◴[] No.45769471[source]
I run desktop linux via postmarketOS on a Lenovo Duet 5 (Snapdragon 7c). It isn't the most powerful device and the webcam doesn't work but other than that it works well and battery life is excellent
replies(1): >>45770454 #
fransje26 ◴[] No.45770454[source]
> the webcam doesn't work

But.. ..why? Of all things, I would have expected the webcam to not be cpu-related..

replies(1): >>45770547 #
avhception ◴[] No.45770547[source]
IIRC, it's because the ARM designs tend to use camera modules that come from smartphone-land.

Cameras used on x86-64 usually just work using that usb webcam standard driver (what is that called again? uvcvideo?). But these smartphone-land cameras don't adhere to that standard, they probably don't connect using USB. They are designed to be used with the SoC vendor's downstream fork of Android or whatever, using proprietary blobs.

replies(2): >>45771062 #>>45772735 #
1. viraptor ◴[] No.45771062[source]
A similar thing is happening in Intel land recently, where the cameras use ipu6 / ipu7 chips rather than dumping simple frames over USB. But this way we get a higher resolution / quality at least.