Stephen

Results 193 comments of Stephen

Sorry, I didn't ever get around to commenting on this. It's definitely something I'll look into, but it's not a priority for me.

Can you paste the output of `sudo cat /sys/module/nvidia_drm/parameters/modeset`?

It's almost certainly caused by being an Optimus setup. Unfortunately I don't have one of those to test with. The error with MPV is odd, the driver seems prepared to...

I've only tested the Optimus/PRIME setup with my Geforce 760 on the 470 drivers, and that fails when the Intel driver tries to import it. I assume that's some limitation...

That's good to know. Sounds like something resizable PCIe BAR would help with, since that would technically make all of GPU memory available, or is it a limitation on the...

@Iliolou Can you retest using the latest version, v0.0.3?

I haven't tried it with Chrome yet, I wasn't aware that VA-API support had been added, or is it a patched version? It shouldn't be too hard to add support,...

I'm focusing more on getting the library working well under Firefox, so this isn't a high priority at the moment. The first thing to look at is where the FillProfileInfo_Locked...

Ok, the missing attribute is simple to fix, the surface IDs not being passed in is a bit more problematic, and the use of vaPutSurface is just weird. I think...

I've made a couple of changes to the library to try and support Chrome better, but I'm not having much luck testing it. Chrome gives me a weird EGL error...