On 2018-05-06, [email protected] <[email protected]> wrote: > I don't understand how to use video(1), what is > wrong with Xv(3)? My webcam works fine with other > applications (uTox, Toxic).
Until/unless video(1) is changed to cope, you'll need to use the intel driver rather than the modesetting driver. $ cat /etc/X11/xorg.conf Section "Device" Identifier "Intel Graphics" Driver "intel" EndSection

