Intel Uhd Graphics 730 Ubuntu !!install!! Access
Report: Intel UHD Graphics 730 on Ubuntu
For MPV player
mpv --hwdec=vaapi --vo=gpu video.mkv
Or add to ~/.config/mpv/mpv.conf:
hwdec=vaapi
vo=gpu
For Firefox
- Go to
about:config - Set
media.ffmpeg.vaapi.enabledtotrue - Set
widget.dmabuf.force-enabledtotrue - Restart Firefox
Issue 1: Blank screen or “nomodeset” needed after install
Symptoms: Ubuntu boots to a black screen or low-resolution fallback.
Cause: The i915 driver fails to initialize without proper firmware. intel uhd graphics 730 ubuntu
Fix:
- At GRUB menu, press
eand addi915.force_probe=4682to the line starting withlinux. - Boot, then make permanent:
echo "options i915 force_probe=4682" | sudo tee /etc/modprobe.d/i915-fix.conf sudo update-initramfs -u
The number 4682 is the device ID from lspci -n. Report: Intel UHD Graphics 730 on Ubuntu For
1. List PCI devices
lspci -nn | grep -i VGA
Expected output:
00:02.0 VGA compatible controller [0300]: Intel Corporation AlderLake-S GT1 [UHD Graphics 730] [8086:4682]
If you see [8086:4682], the kernel has identified the exact PCI ID. Or add to ~/
Benchmark sample (CS:GO native)
- 1080p low settings: ~55-70 FPS
- 720p low: ~85-100 FPS
For VLC
Tools → Preferences → Input/Codecs → Hardware-accelerated decoding → VA-API