docs: document adapter_name requirement for multi-GPU NVIDIA setups - #5024
docs: document adapter_name requirement for multi-GPU NVIDIA setups#5024kabooHD wants to merge 1 commit into
Conversation
Adds troubleshooting guidance for users with multiple NVIDIA GPUs who encounter dmabuf import failures with capture = wlr. Provides commands for identifying the correct render node and explains the symptoms. Refs LizardByte#5023 Signed-off-by: 79645612+kabooHD <79645612+kabooHD@users.noreply.github.com>
|
Thank you for the PR; however I don't think this adds much value over what we already have in the docs at https://docs.lizardbyte.dev/projects/sunshine/master/md_docs_2configuration.html?lng=en#adapter_name |
|
Thanks for the quick review. I'd like to push back gently on this one. The existing docs at the link cover what For context on why this matters: I spent three days debugging this on a dual RTX 5090 system (NixOS, Hyprland, NVIDIA open driver). The symptoms were a black stream, repeated A user hitting this failure will search the error string, not browse the configuration reference. The troubleshooting page is where that search would land. The PR adds a symptom-to-fix mapping that the reference page intentionally doesn't provide, which is exactly the role troubleshooting docs serve. If the format isn't what you'd like — too long, wrong section, too NVIDIA-specific — happy to revise. If you'd rather not have it at all, I understand, and I'll leave the issue I filed in place so the next person can at least find it via search. Again thank you :) |
This doesn't mean I won't accept a different version of this PR, but as is I think it's not of high value. I'll re-open the PR in case you want to re-work it. |
|
|
Closing this. #5030 is fixing the underlying bug properly in code, so the docs workaround isn't needed. I also attempted to help test #5030 directly, but building the fork on NixOS turned into a bigger project than I had skills or time for, so I'll wait for it to merge and verify on my system once it reaches nixpkgs. |



Description
Adds troubleshooting guidance for users with multiple NVIDIA GPUs who encounter dmabuf import failures with capture = wlr. Provides commands for identifying the correct render node and explains the symptoms.
Refs #5023
Screenshot
Issues Fixed or Closed
Roadmap Issues
Type of Change
Checklist
AI Usage