Hi, I'm getting slow and choppy (non-accelerated?) video in both VLC and mplayer on OpenBSD 6.1. However, when watching the same video inside chromium or firefox the quality is decent. What might cause this?
$ dmesg | grep vga vga1 at pci0 dev 2 function 0 "Intel HD Graphics 630" rev 0x04 wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation) $ glxinfo [...] direct rendering: Yes [...] Extended renderer info (GLX_MESA_query_renderer): Vendor: VMware, Inc. (0xffffffff) Device: softpipe (0xffffffff) Version: 13.0.6 Accelerated: no Video memory: 16068MB Unified memory: no Preferred profile: core (0x1) Max core profile version: 3.3 Max compat profile version: 3.0 Max GLES1 profile version: 1.1 Max GLES[23] profile version: 3.0 Btw, for VLC I also need to export LD_PRELOAD=/usr/X11R6/lib/libGL.so.17.1 to work around undefined symbols in swrast_dri.so, as described in https://marc.info/?l=openbsd-ports&m=146532946103283. Thanks for any hints! Maxim