Intel Uhd Graphics 730 Ubuntu

Ubuntu LTS ships older Mesa. For up to 20% better OpenGL performance in some workloads, use the Kisak Mesa PPA:

sudo add-apt-repository ppa:kisak/kisak-mesa
sudo apt update
sudo apt upgrade

Then reboot. This provides newer Vulkan and OpenGL optimizations for Alder Lake graphics.


Run these commands to confirm the system sees your UHD 730: intel uhd graphics 730 ubuntu

lspci -nn | grep VGA
# Output example: 00:02.0 VGA compatible controller [0300]: Intel Corporation AlderLake-S GT1 [UHD Graphics 730] [8086:4682]

glxinfo -B | grep "OpenGL renderer"

sudo apt install linux-generic-hwe-22.04 -y Ubuntu LTS ships older Mesa

| GPU | Architecture | Relative Performance (OpenCL) | AV1 decode | |-----|--------------|-------------------------------|------------| | UHD 730 (Alder Lake) | Xe-LP | 100% (baseline) | Yes | | UHD 770 (Alder Lake) | Xe-LP | ~130% (more EUs) | Yes | | Iris Xe (mobile) | Xe-LP | ~180% | Yes | | UHD 630 (older) | Gen9.5 | ~60% | No |

Note: UHD 770 has 32 EUs vs UHD 730's 24 EUs, giving roughly 30% better compute performance. Then reboot

Verdict: The "It Just Works" iGPU. Reliable for desktop productivity and media playback, but don't expect miracles in gaming.

When building a PC or buying a workstation with an Intel 11th Gen processor (like the i5-11400 or i9-11900K), you likely encounter the Intel UHD Graphics 730. While Windows users have a straightforward experience, Linux users often wonder: Will the drivers work? Is Wayland stable? Can it handle 4K video?

I spent two weeks testing the UHD 730 on Ubuntu 22.04 LTS and 24.04 LTS to see how Intel’s aging iGPU architecture holds up in the Linux ecosystem.


"Running Intel UHD 730 on Ubuntu is like having a reliable daily driver car. It’s not a Ferrari, but it starts every morning, it’s cheap to run, and it handles the commute (4K video decoding) beautifully while the gas guzzlers (discrete GPUs) are stuck in the shop installing driver updates. #Linux #Ubuntu #Tech"