
Over the course of the last few months some fine folks in the Linux community have been plugging away implementing support for Qualcomm Snapdragon X based ARM laptops. Recently Canonical published Ubuntu 24.10 Concept for testing on these laptops, which I installed and tested on my Lenovo Yoga Slim 7x.
Installation
Installation alongside Windows was almost as straightforward as a normal Ubuntu install. It booted to a graphical live environment with working Wi-Fi.
The main issue was that the installer application in the live environment was only rendering the bottom quarter of its window when display scaling was set to 200% (which is the expected value for the display and was automatically applied at boot). Changing it to 100% made everything tiny, but allowed me to complete the install.
As per the notes in the forum post I installed and ran qcom-firmware-extract
after installation to fetch and install firmware blobs from the Windows
partition, and then rebooted. This appeared to fix battery level reporting and
possibly hardware video acceleration.

Usage

I have not spent a huge amount of time with this installation as Ubuntu isnât my distro of choice, so I donât want to invest much time setting it up. I did try most common functionality to get an idea of what works though.
Wi-Fi
I was able to connect to my 5Ghz AP without issue. A speed test showed very similar results between Windows and Linux (although Linux was a bit faster):
- Linux: 137 Mbps down, 47 Mbps up
- Windows: 131 Mbps down, 45 Mbps up
Bluetooth
I was able to pair and use some Sennheiser Bluetooth headphones.
Graphics
The display works fine. I was able to change it to run at the full 90Hz in the GNOME settings. The Wayland based GNOME desktop appears to be using GPU acceleration and runs smoothly.

glxinfo and vulkaninfo both suggest hardware
graphics acceleration is available. However, Firefox reports llvmpipe
in
about:support
and drops frames playing 4K 60Hz video on YouTube, same with
Chromium. Despite llvmpipe
Firefox runs smoothly.
It appears that hardware video decoding via is not supported yet (vainfo
doesnât find a suitable device).
Audio
The built-in speakers didnât work, with the only output device being a dummy device. However, pairing Bluetooth headphones worked as expected. I didnât test microphones.
Input Devices
The keyboard and trackpad work, including tap-to-click out of the box on the trackpad. The brightness and volume controls work on the keyboard.
Power Management
As mentioned above, installing and running qcom-firmware-extract
copies
firmware from the Windows installation and fixed battery level reporting. I
canât comment on battery life yet, but it did seem to run a bit warmer than
Windowsâalthough not as hot as
my early testing of OpenBSD.
Other
I didnât try the USB ports. Suspending appeared to work: the screen turned off, however the LED on the power switch did not start pulsing like it does in Windows. More testing required here.
Conclusion
Linux support for these laptops is coming along quite nicely, and if youâre willing to put up with a few rough edges Ubuntu is quite usable. No doubt things will continue to improve.
Thereâs been work happening in other distros too. Relevant to my interests, Jami Kettunen has been working on X1E support in Chimera Linux and has that running on a HP OmniBook X. Itâs on my todo list to try out Jamiâs work on my Yoga 7x.
