Intel Uhd Graphics 730 Ubuntu ~repack~ Jun 2026
This is by far the most reported issue with UHD 730 and older Ubuntu versions.
cat /sys/class/drm/card0/device/power_state # Should show "D0" (active) or D3 (suspended)
| Ubuntu Version | Kernel | Mesa | i915 support | Recommendation | |----------------|--------|------|--------------|----------------| | 22.04 LTS | 5.15 | 21.2.6 | Basic Alder Lake | Works but suboptimal | | 22.04 LTS + HWE | 6.5+ | 23.0.4+ | Good | | | 23.10 | 6.5 | 23.2.1 | Full | Good for new hardware | | 24.04 LTS | 6.8 | 24.0.x | Excellent | Best (after release) |
Section "Device" Identifier "Intel Graphics" Driver "modesetting" Option "TearFree" "true" EndSection
If you notice horizontal lines tearing across your screen while scrolling or watching videos under an X11 environment, switch to from your Ubuntu login screen (the gear icon in the bottom right corner). intel uhd graphics 730 ubuntu
If screen tearing occurs during video playback, create or edit /etc/X11/xorg.conf.d/20-intel.conf and add:
[Unit] Description=Set Intel GPU performance level After=multi-user.target
One important note for Linux users: you will want to install the compatibility layer (through Steam) or use Wine/Lutris to run many Windows-based games.
Before tweaking settings, verify that Ubuntu correctly identifies your Intel UHD Graphics 730 hardware and is using the correct rendering drivers. Open your terminal and run the following commands: Verify Hardware Identification lspci -vnn | grep -A 12 -i vga Use code with caution. This is by far the most reported issue
To get the most out of your Intel UHD 730, choosing the right version of Ubuntu is critical.
Check kernel driver in use:
. Because these are integrated into the Linux kernel, you do not need to download a "driver installer" from a website like you would on Windows. Ubuntu 22.04 LTS and Newer : Full native support is included. Kernel Version
chromium-browser --enable-features=VaapiVideoDecoder --use-gl=egl Check kernel driver in use:
If you plan to use your iGPU for video editing (e.g., DaVinci Resolve, Shotcut), Blender rendering, or machine learning frameworks, you need to install Intel’s compute runtime.
Look for the line stating product: UHD Graphics 730 and ensure that the configuration line displays driver=i915 or driver=xe . Installing Essential Media Drivers (VA-API)
Note: "ADL-S" stands for Alder Lake Desktop, which is the processor architecture generation. Optimizing Video Acceleration (VA-API)
(The non-free variant is recommended as it contains proprietary codecs necessary for full hardware acceleration of certain video formats). Step 2: Verify VA-API Support Install vainfo to check your configuration: sudo apt install vainfo vainfo Use code with caution.
Complete Guide to Intel UHD Graphics 730 on Ubuntu: Driver Installation, Optimization, and Performance
If you experience horizontal lines tearing across the screen while watching videos or browsing, you are likely using an older X11 window manager.