Hello,
I am running Kubuntu 16.04 on an Intel NUC core i3-61. Overall it works fine, however there seems to be a problem with hardware acceleration (not sure, I am a beginner ) .
Whenever I play a video in VLC player (or Dragon player), The video appears very small in the middle of the program window. It does not change size when the program window is scaled, and it appears always on top of all other windows on the desktop... but without the program window frame around it. When shifting the window to another position the video stays where it was until the mouse button is released.
I was told hardware acceleration is an issue or there might be a driver conflict and I started with lshw -c video:
and then vainfo:
I wonder why mpeg4 is not listed and why driver names in both outputs do not match.
Maybe the right driver is missing?
Hope someone knows what do to next.
Thanks in advance!
I am running Kubuntu 16.04 on an Intel NUC core i3-61. Overall it works fine, however there seems to be a problem with hardware acceleration (not sure, I am a beginner ) .
Whenever I play a video in VLC player (or Dragon player), The video appears very small in the middle of the program window. It does not change size when the program window is scaled, and it appears always on top of all other windows on the desktop... but without the program window frame around it. When shifting the window to another position the video stays where it was until the mouse button is released.
I was told hardware acceleration is an issue or there might be a driver conflict and I started with lshw -c video:
Code:
*-display description: VGA compatible controller product: Sky Lake Integrated Graphics vendor: Intel Corporation physical id: 2 bus info: pci@0000:00:02.0 version: 07 width: 64 bits clock: 33MHz capabilities: pciexpress msi pm vga_controller bus_master cap_list rom configuration: driver=i915_bpo latency=0 resources: irq:277 memory:de000000-deffffff memory:c0000000-cfffffff ioport:f000(size=64)
and then vainfo:
Code:
error: XDG_RUNTIME_DIR not set in the environment. libva info: VA-API version 0.39.0 libva info: va_getDriverName() returns 0 libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so libva info: Found init function __vaDriverInit_0_39 libva info: va_openDriver() returns 0 vainfo: VA-API version: 0.39 (libva 1.7.0) vainfo: Driver version: Intel i965 driver for Intel(R) Skylake - 1.7.0 vainfo: Supported profile and entrypoints VAProfileMPEG2Simple : VAEntrypointVLD VAProfileMPEG2Simple : VAEntrypointEncSlice VAProfileMPEG2Main : VAEntrypointVLD VAProfileMPEG2Main : VAEntrypointEncSlice VAProfileH264ConstrainedBaseline: VAEntrypointVLD VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice VAProfileH264Main : VAEntrypointVLD VAProfileH264Main : VAEntrypointEncSlice VAProfileH264High : VAEntrypointVLD VAProfileH264High : VAEntrypointEncSlice VAProfileH264MultiviewHigh : VAEntrypointVLD VAProfileH264MultiviewHigh : VAEntrypointEncSlice VAProfileH264StereoHigh : VAEntrypointVLD VAProfileH264StereoHigh : VAEntrypointEncSlice VAProfileVC1Simple : VAEntrypointVLD VAProfileVC1Main : VAEntrypointVLD VAProfileVC1Advanced : VAEntrypointVLD VAProfileNone : VAEntrypointVideoProc VAProfileJPEGBaseline : VAEntrypointVLD VAProfileJPEGBaseline : VAEntrypointEncPicture VAProfileVP8Version0_3 : VAEntrypointVLD VAProfileVP8Version0_3 : VAEntrypointEncSlice VAProfileHEVCMain : VAEntrypointVLD VAProfileHEVCMain : VAEntrypointEncSlice
Maybe the right driver is missing?
Hope someone knows what do to next.
Thanks in advance!