Gilles Schintgen

Results 190 comments of Gilles Schintgen

On mpv-player's github repo I found some valuable [information regarding Vulkan decoding](https://github.com/mpv-player/mpv/discussions/13909): > Requirements for Intel: A GPU supported by the ANV driver > You must set ANV_VIDEO_DECODE=1 in your...

Thanks @Erfboom for your insight! Today I tested iHD (`intel-media-va-driver` on Ubuntu) in both variants free and non-free. The logs did not change much compared to the previous run with...

I can confirm the strong quality regression. For the last two days I was puzzled why I didn't notice earlier the very mushy blurry forests I was speeding through in...

I force-pushed the revised commit. Unfortunately it's late again and my time for actual testing is limited. I'll do my best. (At least testing something game related is fun ;-))...

As for the nvfcb codepath, I highly suggest to open a new issue (cc @peperunas ) and make it only about nvfbc on linux. The framerate is configured here: https://github.com/LizardByte/Sunshine/blob/bb7c2d50ef50bf5bca34c2b873c9cf74e0745baa/src/platform/linux/cuda.cpp#L757...

And even without that 16ms interval fitting right into a 16.666ms interval, you'd still have two frequencies close to each other. That will always lead to [beating](https://en.wikipedia.org/wiki/Beat_(acoustics)) and hence issues...

Oh well, I'll probably have to take all that stuff about nvfbc back. I don't know how, but somehow I must have missed this part: https://github.com/LizardByte/Sunshine/blob/bb7c2d50ef50bf5bca34c2b873c9cf74e0745baa/src/platform/linux/cuda.cpp#L808-L812 which *does* exhibit the...

I've gone ahead and copy-pasted the change from (kms|x11)grab to cuda.cpp. Let's see how it turns out... cc @peperunas

> As me tioned in the related issue, the patch works well for me. > > Great job! Thanks for testing! Just to make sure: That's still using NvFBC for...

> We should probably remove this note: https://github.com/LizardByte/Sunshine/pull/1438/files I'm not sure either way, but I can of course remove that note. There seem to be two separate issues though in...