dec05eba / gpu-screen-recorder-issues

GPU Screen Recorder issue tracker
20 stars 0 forks source link

[BUG] No longer able to record after system update #35

Closed Lassebq closed 4 months ago

Lassebq commented 4 months ago

Describe the bug I have no idea what relevant package changed, but it seems that I'm no longer able to record anything using gpu-screen-recorder

To Reproduce

$ gpu-screen-recorder -w screen -f 60 -o video.mp4
Info: using h264 encoder because a codec was not specified
[h264_vaapi @ 0x59ee1ed07e40] ignoring invalid SAR: 0/0
[h264_vaapi @ 0x59ee1ed07e40] Driver does not support some wanted packed headers (wanted 0xd, found 0x1).
Error: no available output found

Screenshots GTK GUI Without DRI_PRIME=1: image

GTK GUI With DRI_PRIME=1: image

Desktop (please complete the following information):

Additional context OBS still seems to recognize both cards and can capture videos from them.

dec05eba commented 4 months ago

Please dont remove things from the issue template.. Run sudo drm_info > log.txt (drm_info is available in the drm_info arch package) and upload that log file here.

Lassebq commented 4 months ago

log.txt

Lassebq commented 4 months ago

Look like it's related to using amdgpu.dc=0 kernel parameter. Display Core is such a pain in the ass due to https://gitlab.freedesktop.org/drm/amd/-/issues/662