elFarto / nvidia-vaapi-driver

A VA-API implemention using NVIDIA's NVDEC
Other
1.17k stars 53 forks source link

32-bit NVD Causes GST Segment fault in wine while using wayland #255

Closed CosmicFusion closed 10 months ago

CosmicFusion commented 10 months ago

when having nvidia-vaapi-driver:i386 installed wine hardware accelerates video content of 32 bit games on the nvidia gpu beautifully, such as the GTA SA intro video but that's only when on X11

doing the same on wayland results in


/lib/i386-linux-gnu/gstreamer-1.0/libgstva.so

Please either:
- remove it and restart.
- run with --gst-disable-segtrap --gst-disable-registry-fork and debug.
Monitored process exited.
Initial process has exited (return code: 0)
Exit with return code 0```
CosmicFusion commented 10 months ago

Whoops duplicate of #254