New Ubuntu 26.04 LTS Concept image for Orion Series

link here( Ubuntu Concept goes CIX P1 - Ubuntu Architectures - Ubuntu Community Hub )

I’ve already install this version with latest BIOS(v1.2.1), cix linux kernel and opensource GPU driver included in this image.

For the 5GbE network card driver, go realtek website and install.

Links:

Image(https://people.canonical.com/~platform/images/ubuntu-concept/resolute-desktop-arm64+cix.iso)

LaunchPad CIX PPA(Ubuntu Concept - CIX : “Ubuntu Concept” team)

Realtel Driver for r8126( Realtek )

3 Likes

Nice,

launchpad link is broken, here it’s correct one:

I will try to make this installation, thanks for Your post

Just tried it on my O6N, tested with firmware from january 2026.

No sound in hdmi (had it with debian). Ubuntu only sees hdmi dummy plug.

I thought maybe video acceleration would work everywhere, but I was too optimistic, the firefox browser coming with the OS doesn’t seem accelerated.

All drivers used in this image are opensource version, I think.

Some features may not open their source.

Has anyone tried running Vulkan-accelerated Llama.cpp with this Ubuntu Image?

Will there be kernel-cix updates available?

For others, Llama.cpp+Vulkan is not practically functional on this image.

Some research on this here:

TLDR:

Llama.cpp+Vulkan is causing the Panfrost/PanVK to consume massive amounts of memory internally leading to Memory Allocation failure. Unsure on exact root cause at this point, but suspect something to do with TLS (and, maybe specifically, lack of subgoup support in driver).

Note, I’ve had vulkan eat insane amounts of RAM on AMD as well. I don’t know if it’s vulkan or a recent llama.cpp change that causes this, but the totality of the model’s size is suddenly sucked from the CPU’s RAM at the moment the server starts the warmup phase (i.e. makes accesses). This makes no sense but that’s my experience with it.

Some more information I was able to gather :

  • Firefox in snap doesn’t 3D accelerate, but the deb package version does. To install it, you must add mozilla repository and prioritize it over the ubuntu one, which is a snap package in disguise.
  • Vesktop (Vencord in a electron package I suppose, which is a kind of fork of the discord client) isn’t able to get the microphone permissions from ubuntu in SNAP, but it is able to get them as a deb package.

All in all, it seems best to avoid snap on O6N for now.