Has Audio/Video Distortion In Ubuntu VM On Surface Pro 11 (ARM) Been Resolved?

Ubuntu Version:
25.04 ARM (64bit) Desktop

Desktop Environment:
Example: GNOME

Problem Description:
Installed Ubuntu 25.04 (ARM) VM, but when playing audio clip (either within browser or standalone), the audio is distorted and video stutters, but when ‘mute’ audio, video plays fine.

Seems to be a known issue, just wonderif a resolution or workaround has been produced yet.

Relevant System Information:
MS Surface Pro 11 ARM (64bit)
Qualcomm Snapdragon X Elite processor

What I’ve Tried:
Tried other Ubuntu versions and models, all with the same result.
Checked inux-surface-pro-11 and Arch Linux ARM for Surface Pro 1 GitHub repositories, but cannot identify a workaround.

You might want to participate in the (mega)discussion here:

And perhaps also take a look at the FAQ here:

2 Likes

This sounds similar to Bug #2127250 “Audio stuttering in 25.10 with VMware and Virtualb...” : Bugs : wireplumber package : Ubuntu

You could try the workaround in your VM there,

mkdir -pv ~/.config/wireplumber/wireplumber.conf.d
sed 's/api.alsa.headroom.*/api.alsa.headroom = 8192/' < /usr/share/wireplumber/wireplumber.conf.d/alsa-vm.conf > ~/.config/wireplumber/wireplumber.conf.d/90-alsa.vm.conf
systemctl --user daemon-reload
systemctl --user restart pipewire wireplumber
1 Like

You might be interested in the extensive discussion of that issue that took place here:

Bottom line, it wasn’t fixed, and the user switched to Aurora Linux (fedora bluesilver spin) where the issue did not present itself.

:frowning:

Thanks for the info, appreciated.

Thanks for the info, appreciated. I guess I’m not too clued up on the technical actions in Linux, but will give it a try, after a fresh install of 25.10, regards.

Thanks for the info, but seems still no specific update in regards to the surface pro 11. Will keep trying though, thanks allot.

This topic was automatically closed after 30 days. New replies are no longer allowed.