|
Hello. I have a gaming laptop with Intel and Nvidia video cards. Currently I'm using an external monitor connected via HDMI, and this uses the NVIDIA card wholly (X11 config was generated by I have no idea how to let Sunshine stream content from the external monitor. Does Sunshine really need va-api? Seems the proprietary NVIDIA driver has no support for va-api, just nvenc/nvdec? ~ ❯ vainfo --display drm --device /dev/dri/renderD129 20:33:36
Trying display: drm
[1] 6221 segmentation fault (core dumped) vainfo --display drm --device /dev/dri/renderD129
~ ❯ LIBVA_DRIVER_NAME=nvidia vainfo --display drm --device /dev/dri/renderD129 ✘ SEGV 20:33:42
Trying display: drm
[1] 6315 segmentation fault (core dumped) LIBVA_DRIVER_NAME=nvidia vainfo --display drm --device /dev/dri/renderD129With renderD129 specified, Sunshine encounters errors: LogOS: Arch rolling; kernel 6.8.7 Thanks! |
Replies: 6 comments 4 replies
|
Did you manage to solve this? |
|
For what it's worth, I'm having this same issue. Using Pop!_OS 22.04 on a laptop with a hybrid Intel / Nvidia RTX 3060, driver version 550.90.07, and when I run sunshine and connect to it with a moonlight client, I just get a video of a text console. I've fiddled with a bunch of different options and configurations, but nothing is working. |
|
I think you need to set your |
|
I am having the same issue. Has a solution been found? |
|
I had the same problem. I was able to solve it by forcing the capture mode to X11 in the advanced config section. https://localhost:47990/config/#capture I am running on Nixos 24.05 and X11+i3 on an Nvidia GPU. Hope this helps. |
|
For unknown reason I'm even unable to reproduce the original issue (showing the tty screen) anymore (Moonlight just says 503), no matter how I tweak the settings... Don't know why. But forcing X11 capturing mode is a good workaround (may be considered as a "workaround"?). When I disconnect the external monitor and delete |
I had the same problem. I was able to solve it by forcing the capture mode to X11 in the advanced config section. https://localhost:47990/config/#capture
I am running on Nixos 24.05 and X11+i3 on an Nvidia GPU. Hope this helps.