Replies: 2 comments 2 replies
|
I am also using a snapdragon cpu and would like to use omarchy. @hawkaii how did you get ubuntu to work ? |
|
There is a path, and most of it is architecture work rather than I built Omarchy 4 (
What will not transfer: everything I did for virtio-gpu The On your specific question, from what I could verify (2026-08-23)The Omarchy side is smaller than it looks. Omarchy 4 has no architecture The Snapdragon side is where the work is, and it isn't Omarchy's:
So the realistic order is: get Arch aarch64 booting with a working GPU on your I wrote the VM side up in more detail here, in case any of the aarch64 legwork |
Uh oh!
There was an error while loading. Please reload this page.
I have a Snapdragon X Plus laptop running Hyprland on Ubuntu today, and I'd like to get to Omarchy. I've done a fair bit of digging first so I'm not asking anyone to re-tread ground — summary of what I found is below, then my actual questions at the end.
Hardware
/sys/firmware/acpiabsent)7.1.7-jg-1-qcom-x1e, DTBlenovo,ideapad-slim5x-lcdstubble.dtb_override=false)Hyprland, audio, Wi-Fi, Bluetooth, suspend and the GPU all work on this kernel today.
What I checked before posting
pkgs.omarchy.org/stable/x86_64/omarchy.db→ 200,.../aarch64/omarchy.db→ 404. So the[omarchy]repo has no aarch64 binaries published.omarchy-pkgs/build/Dockerfilesays "Supports: x86_64 (Arch Linux) and aarch64 (Arch Linux ARM)", and 45 of 112 PKGBUILDs already declarearch=('x86_64' 'aarch64')— so the build plumbing looks like it's there, just not published.uname -m/ x86_64 preflight guard anywhere in the current install scripts, so the installer itself doesn't seem to refuse aarch64 any more.install/hardware/vulkan.shmaps[Apple]=vulkan-asahi,install/hardware/apple/has fix scripts, andomarchy-upgrade-to-quattroaddsvulkan-asahi.Where Snapdragon differs from the Asahi path
The Asahi route works because Asahi did the full distro-integration job: an ALARM port with
linux-asahipackaged, Mesa in ALARM's repos. An Asahi user gets their kernel frompacman -Syu.Snapdragon X has no equivalent. The working kernel for these machines is the
jgtree (jglathe / ubuntu-concept), shipped only as Ubuntu.debs. On ALARM you'd be hand-unpacking those, and re-doing it on every kernel bump. As far as I can tell nobody has publicly installed Omarchy on any Snapdragon device — searching this repo forsnapdragon,qualcomm,x1e80100,oryon,adrenoanddtbloaderturns up only #1897.Questions
[omarchy]repo on the roadmap, given the build container already supports it? If not, is building the ~112 packages locally and pointing[omarchy]at a local repo a sane approach, or will something else break first?omarchy-update, or does the update path assume a pacman-managed kernel?Happy to file bugs with full detail if I get far enough to hit real ones.
All reactions