On Tue, Mar 08, 2022 at 10:07:19AM +0100, Jörg-Volker Peetz wrote: > As far as I know, the xserver-xorg-video-intel is deprecated for modern > Intel CPUs. With an Intel Core i7 7700 the kernel `modesetting` works well > here: > > Something like > > Section "Device" > Identifier "Intel Graphics" > Driver "modesetting" > EndSection > > in `/etc/X11/xorg.conf.d/20-modesetting.conf` or `/etc/X11/xorg.conf`. > > Keep just the `xserver-xorg-video-dummy` on the system for dependencies. > And for video acceleration the package `intel-media-va-driver`.
You shouldn't even need to create that xorg.conf.d snippet. It should just work automatically. You *will* however most likely need to install some non-free firmware packages, e.g. firmware-misc-nonfree . unicorn:~$ sudo dmesg | grep -i firmware [...] [ 10.387158] i915 0000:00:02.0: firmware: direct-loading firmware i915/kbl_dmc_ver1_04.bin [ 10.387505] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4) unicorn:~$ dpkg -L firmware-misc-nonfree | grep i915/kbl_dmc_ver1_04.bin /lib/firmware/i915/kbl_dmc_ver1_04.bin (That's from my system, which is not necessarily the same model of Intel onboard graphics as the OP's, but all of the modern Intel graphics chipsets need non-free firmware for acceleration to work.)