-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
能够连接到扩展的ParsecVdd虚拟显示器,但是sunshine中无法指定为主显示器。一旦这么做moonlight就进入黑屏 #11
Comments
我也出现了类似的问题,显卡是Tesla M4
|
基地版更新至最新
已经确认在ParsecVdd中将虚拟屏分配至独显直连
D:\Program_Files\Sunshine\tools>dxgi-info
====== ADAPTER =====
Device Name : Intel(R) UHD Graphics 730
Device Vendor ID : 0x00008086
Device Device ID : 0x00004692
Device Video Mem : 128 MiB
Device Sys Mem : 0 MiB
Share Sys Mem : 16269 MiB
====== ADAPTER =====
Device Name : NVIDIA Tesla M40
Device Vendor ID : 0x000010DE
Device Device ID : 0x000017FD
Device Video Mem : 11460 MiB
Device Sys Mem : 0 MiB
Share Sys Mem : 16269 MiB
适配器设置为自动选择,输出显示器指定为ParsecVDA(\.\DISPLAY22)。若进入串流时组合态设定为无操作,则一切正常。若设定为“自动激活并设定为主显示器”,则能进入串流但是黑屏。我希望在外地也能通过独显进行串流,但是不设为主显示器是没法用的。。。
通过对比前后日志发现了一些区别。
正常情况下扩展副屏时,日志显示为
[2024-11-23 22:46:29.217]: Info: Changing display modes to:
{8d19459d-0713-55b7-b0ef-72201a69ac48} -> 1680x1050x59.9543
{b516619e-a4d1-5760-a4da-1e27ca237783} -> 1920x1200x60
[2024-11-23 22:46:29.221]: Info: Changing hdr states to:
{8d19459d-0713-55b7-b0ef-72201a69ac48} -> UNKNOWN
{b516619e-a4d1-5760-a4da-1e27ca237783} -> UNKNOWN
[2024-11-23 22:46:29.222]: Info: Display device configuration applied.
[2024-11-23 22:46:29.222]: Info: Encoder reenumeration is required
[2024-11-23 22:46:29.222]: Info: // Testing for available encoders, this may generate errors. You can safely ignore those errors. //
[2024-11-23 22:46:29.222]: Info: Trying encoder [nvenc]
[2024-11-23 22:46:29.384]: Info:
Device Description : NVIDIA Tesla M40
Device Vendor ID : 0x000010DE
Device Device ID : 0x000017FD
Device Video Mem : 11460 MiB
Device Sys Mem : 0 MiB
Share Sys Mem : 16269 MiB
Feature Level : 0x0000B100
Capture size : 1920x1200
Offset : 0x1050
Virtual Desktop : 1920x2250
[2024-11-23 22:46:29.385]: Info: Active GPU has HAGS disabled
[2024-11-23 22:46:29.385]: Info: Using realtime GPU priority
[2024-11-23 22:46:29.385]: Info:
Colorspace : DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709
Bits Per Color : 8
Red Primary : [0.639648,0.330078]
Green Primary : [0.299805,0.599609]
Blue Primary : [0.149414,0.0595703]
White Point : [0.3125,0.329102]
Min Luminance : 0.5 nits
Max Luminance : 270 nits
Max Full Luminance : 270 nits
但是当我想指定DISPLAY22为 主显示器时,日志显示为
[2024-11-23 23:23:55.217]: Info: Changing primary display to: {b516619e-a4d1-5760-a4da-1e27ca237783}
[2024-11-23 23:23:55.242]: Info: Changing display modes to:
{8d19459d-0713-55b7-b0ef-72201a69ac48} -> 1680x1050x59.9543
{b516619e-a4d1-5760-a4da-1e27ca237783} -> 1920x1200x60
[2024-11-23 23:23:55.251]: Info: Changing hdr states to:
{8d19459d-0713-55b7-b0ef-72201a69ac48} -> UNKNOWN
{b516619e-a4d1-5760-a4da-1e27ca237783} -> UNKNOWN
[2024-11-23 23:23:55.256]: Info: Display device configuration applied.
[2024-11-23 23:23:55.320]: Info: Encoder reenumeration is required
[2024-11-23 23:23:55.320]: Info: // Testing for available encoders, this may generate errors. You can safely ignore those errors. //
[2024-11-23 23:23:55.320]: Info: Trying encoder [nvenc]
[2024-11-23 23:23:55.408]: Info:
Device Description : Intel(R) UHD Graphics 730
Device Vendor ID : 0x00008086
Device Device ID : 0x00004692
Device Video Mem : 128 MiB
Device Sys Mem : 0 MiB
Share Sys Mem : 16269 MiB
Feature Level : 0x0000B100
Capture size : 1920x1200
Offset : 0x1050
Virtual Desktop : 1920x2250
[2024-11-23 23:23:55.408]: Info: Active GPU has HAGS disabled
[2024-11-23 23:23:55.408]: Info: Using realtime GPU priority
[2024-11-23 23:23:55.408]: Info:
Colorspace : DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709
Bits Per Color : 8
Red Primary : [0.639648,0.330078]
Green Primary : [0.299805,0.599609]
Blue Primary : [0.149414,0.0595703]
White Point : [0.3125,0.329102]
Min Luminance : 0.5 nits
Max Luminance : 270 nits
Max Full Luminance : 270 nits
后面就开始无限循环这串信息。。。
[2024-11-23 22:52:13.624]: Info: Desktop resolution [1920x1200]
[2024-11-23 22:52:13.624]: Info: Desktop format [DXGI_FORMAT_B8G8R8A8_UNORM]
[2024-11-23 22:52:13.624]: Info: Display refresh rate [60Hz]
[2024-11-23 22:52:13.624]: Info: Requested frame rate [60fps]
[2024-11-23 22:52:13.625]: Info: Creating encoder [hevc_qsv]
[2024-11-23 22:52:13.625]: Info: Color coding: SDR (Rec. 709)
[2024-11-23 22:52:13.625]: Info: Color depth: 8-bit
[2024-11-23 22:52:13.625]: Info: Color range: MPEG
[2024-11-23 22:52:13.890]: Info:
Device Description : Intel(R) UHD Graphics 730
Device Vendor ID : 0x00008086
Device Device ID : 0x00004692
Device Video Mem : 128 MiB
Device Sys Mem : 0 MiB
Share Sys Mem : 16269 MiB
Feature Level : 0x0000B100
Capture size : 1920x1200
Offset : 0x1050
Virtual Desktop : 1920x2250
但是1920x1200这个显示器应该挂在NVENC上。1680x1050这个才应该是intel上
The text was updated successfully, but these errors were encountered: