I'm running Ubuntu 20.04.5 under Windows 11 using WSL2 and trying to resolve (and educate myself) about a problem to do with the display kernel modules (which I understand to be the linux equivalent of device drivers).I am trying to run local videos (one .avi and one .mp4) on mplayer and vlc from the linux terminal. Both work, but poorly with a lot of chopping and stuttering.If I run the same videos from Windows they work perfectly.My display driver (as seen from Windows 11) is Intel Iris Xe version 31.0.101.4091 which is the latest version.A reply to a similar askUbuntu question says that the kernel modules are stored in /lib/modules, but when I look in that directory it is empty.
edablin@EdsSamsungLaptop:/lib/modules$ ls -alF
total 16
drwxr-xr-x 2 root root 4096 Apr 23 2020 ./
drwxr-xr-x 146 root root 12288 Feb 19 08:45 ../
edablin@EdsSamsungLaptop:/lib/modules$
edablin@EdsSamsungLaptop:/lib/modules$ ls -R /lib/modules/$(uname -r)/kernel/
ls: cannot access '/lib/modules/5.15.79.1-microsoft-standard-WSL2/kernel/': No such file or directory
Here's my machine:
Processor 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz 2.80 GHz
Installed RAM 16.0 GB (15.7 GB usable)
Device ID D86A7D6C-4A6E-483C-9F50-E23FF44EAEC2
Product ID 00342-21947-91150-AAOEM
System type 64-bit operating system, x64-based processor
Edition Windows 11 Home
Version 22H2
Installed on 14/02/2023
OS build 22621.1265
Here's some of the responses I'm trying to make sense of:
[VO_XV] It seems there is no Xvideo support for your video card available.
[VO_XV] Run 'xvinfo' to verify its Xv support and read
[VO_XV] DOCS/HTML/en/video.html#xv!
[VO_XV] See 'mplayer -vo help' for other (non-xv) video out drivers.
[VO_XV] Try -vo x11.
and
************************************************ **** Your system is too SLOW to play this! **** ************************************************
So would I be right in thinking the display kernel module is not there because Windows takes care of the device drivers for the display?Can someone point me in the right direction about the no Xvideo support for your video card message. If not a solution then tell me where I need to go look. Thanks