Open rothn opened 3 months ago
Is this a gamescope bug? If the connector reads as disconnected... I am not really sure what we can do about it?
Can you send output of drm_info?
Maybe we are missing some dpms/code to "connect" or something... But I haven't seen that before... :/
Sure! Thanks for asking. The computer is a Framework 16 laptop with dGPU. I'm attaching the output of drm_info
here as "drm_info.txt":
drm_info.txt
I see that drm_info
indeed reports eDP-1 as disconnected, but it is definitely connected-- the screen is on and working!
Same issue here with a Zephyrus G14 2022 (680M + 6700S). If i disable the 6700S it works fine but once I enable it gamescope can't seem to find the connector. It looks for the screen on the dGPU. The screen is connected to the iGPU.
drm_info_dgpu_igpu.txt
drm_info_igpu_only.txt
Issue Description: gamescope fails to initialize due to its DRM module not finding any connected (display) connector on a Framework 16 laptop with RX 7700S dGPU.
Expected Behavior: The eDP-1 connection should read as "connected" in the logs, and gamescope should start.
Actual Behavior: The eDP-1 connection reads as "disconnected" in the logs, and gamescope fails to start.
Command:
STEAM_MULTIPLE_XWAYLANDS=1 gamescope -W 2560 -H 1600 -r 165 -e --xwayland-count 2 -- steam -gamepadui -steamdeck
Possibly related to: https://github.com/ValveSoftware/gamescope/issues/1125