You are not logged in.
Pages: 1
I'm trying to use VDPAU but it's not working.
Setting VDPAU_NVIDIA_DEBUG=3 and VDPAU_TRACE=2 and running vdpauinfo i get the following:
$ vdpauinfo
display: :0 screen: 0
VDPAU capture: Enabled
vdp_imp_device_create_x11(0xee4c20, 0, -, -)
VDPAU nvidia: Version: NVIDIA VDPAU Driver Shared Library 355.11 Wed Aug 26 16:05:52 PDT 2015
VDPAU nvidia: Error detected 9 349 5
VDPAU nvidia: Backtrace:
--: /usr/lib/vdpau/libvdpau_nvidia.so.1 [0x7f62fa164000] DSO load base
00: /usr/lib/vdpau/libvdpau_nvidia.so.1 [0x7f62fa1949ec]
01: /usr/lib/vdpau/libvdpau_nvidia.so.1 [0x7f62fa185ad3]
02: /usr/lib/vdpau/libvdpau_nvidia.so.1 [0x7f62fa16bde7] vdp_imp_device_create_x11
-> 1
Error creating VDPAU device: 1Trying to play a video with mpv i get this:
[vo/vdpau] Error when calling vdp_device_create_x11: 1
Error opening/initializing the selected video_out (-vo) device.
Video: no videoI have set and exported VDPAU_DRIVER=nvidia in /etc/profile
lspci | grep -E "VGA|3D" gives:
$ lspci | grep -E "VGA|3D"
00:02.0 VGA compatible controller: Intel Corporation Broadwell-U Integrated Graphics (rev 09)
04:00.0 3D controller: NVIDIA Corporation GK208M [GeForce 920M] (rev a1)Last edited by Fuxino (2015-11-04 15:54:02)
Offline
Installing bumblebee and libva-intel-driver I'm able to use hardware decoding with the Intel integrated card, at least. ![]()
Offline
Pages: 1