keylase / nvidia-patch

This patch removes restriction on maximum number of simultaneous NVENC video encoding sessions imposed by Nvidia to consumer-grade GPUs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New driver support 535.171.04

JuniperMS opened this issue · comments

Please provide details about your environment (please complete the following information)

  • Nvidia driver version: 535.171.04
  • GPU Model: P1000
  • OS: Ubuntu 22.04.4 LTS
  • I'm willing to participate in testing of new patch version!

Man, I just want to say... nvidia ubuntu drivers drive me batshit crazy. I have tried pinning and everything else to try to prevent the nvidia driver from auto-updating on my ubuntu 22.04.4 VM... but it always just updates itself whenever it feels like it. True pain in the ass.

Me, too. I used to edit the patch.sh file in nano and add the driver version number at the end of the others, but it doesn't seem to work anymore. :(

@JuniperMS I just tested adding ["535.171.04"]='s/\xe8\xa5\x9f\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\xa5\x9f\xfe\xff\x29\xc0\x41\x89\xc4/g' and the patch for multiple streams appears to work fine.

Maybe I had a typo in my attempt yesterday. I just added the exact line above and it worked. I feel silly now.