Intel Uhd Graphics 730 Ubuntu May 2026

| Game Type | Expected Performance (1080p) | |-----------|------------------------------| | CS:GO / CS2 | ~60 FPS (low settings) | | Dota 2 | ~50-70 FPS (low/med) | | Minecraft (Java) | ~60-80 FPS (with optimization mods) | | AAA titles (Cyberpunk 2077, RDR2) | Not playable (sub-30 FPS at lowest) |

❌ UHD 730 is not a gaming GPU. Light eSports titles are playable at reduced settings.

"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"

| GPU | Relative performance | Ubuntu support | |-----|----------------------|----------------| | UHD 730 (24 EUs) | 100% | Excellent | | UHD 770 (32 EUs) | ~135% | Excellent | | Iris Xe (80-96 EUs) | ~250% | Good (needs newer kernel) | | AMD Radeon 680M | ~400% | Good | | NVIDIA MX450 | ~350% | Mixed (proprietary driver) |


✅ On Ubuntu 24.04 LTS (kernel 6.8), UHD 730 works perfectly with no manual configuration. intel uhd graphics 730 ubuntu

wget https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.1.tar.xz tar xvf linux-6.6.1.tar.xz cd linux-6.6.1 make olddefconfig make -j$(nproc) sudo make modules_install install sudo update-grub

Newer kernels include refined xe driver (experimental, replacing i915) but that is not yet stable for daily use.


By default, the GPU may be conservative. Force max performance:

echo "performance" | sudo tee /sys/class/drm/card0/device/power_dpm_force_performance_level

To make permanent, create systemd service: | Game Type | Expected Performance (1080p) |

sudo nano /etc/systemd/system/intel-gpu-perf.service

Content:

[Unit]
Description=Set Intel GPU performance level
After=multi-user.target

[Service] Type=oneshot ExecStart=/bin/sh -c 'echo performance > /sys/class/drm/card0/device/power_dpm_force_performance_level'

[Install] WantedBy=multi-user.target

Then:

sudo systemctl enable intel-gpu-perf.service
sudo systemctl start intel-gpu-perf.service

For most users:

For gamers:

For video editors (DaVinci Resolve): UHD 730 is too weak. Add a discrete GPU. ❌ UHD 730 is not a gaming GPU