Running LibreELEC-Generic.x86_64-11.0-nightly-20220107-72a3371 on an Athlon 300u Vega 3 Mobile mini pc. Kodi starts up with it's resolution set to 3840x2160 and is unable to change to any other resolution. When changing to another resolution the screen goes back to the LibreELEC boot logo, Kodi is still running and has not crashed because I am able to press select to cancel the mode change or just let it time out and the resolution returns to 2160p.
This is the full Kodi log:- https://paste.kodi.tv/zezigulide.kodi
The log is full of the following when switching resolution:-
Switching to 1280x720
2022-01-08 11:25:51.807 T:1051 DEBUG <general>: CDRMAtomicRequest::LogAtomicDiff - DRM Atomic Request Diff:
2022-01-08 11:25:51.807 T:1051 ERROR <general>:
Object: plane ID: 55
Property: SRC_W ID: 11 Value: 83886080
Property: SRC_H ID: 12 Value: 47185920
Property: CRTC_W ID: 15 Value: 1280
Property: CRTC_H ID: 16 Value: 720
Property: FB_ID ID: 17 Value: 87
2022-01-08 11:25:51.807 T:1051 ERROR <general>: CDRMAtomic::DrmAtomicCommit - atomic commit failed: No space left on device
2022-01-08 11:25:51.808 T:1051 ERROR <general>: CDRMAtomic::DrmAtomicCommit - test commit failed: (Invalid argument) - falling back to last successful atomic request
Switching to 1920x1080
2022-01-08 11:25:39.489 T:1051 DEBUG <general>: CDRMAtomicRequest::LogAtomicDiff - DRM Atomic Request Diff:
2022-01-08 11:25:39.489 T:1051 ERROR <general>:
Object: plane ID: 55
Property: SRC_W ID: 11 Value: 125829120
Property: SRC_H ID: 12 Value: 70778880
Property: CRTC_W ID: 15 Value: 1920
Property: CRTC_H ID: 16 Value: 1080
Property: FB_ID ID: 17 Value: 84
2022-01-08 11:25:39.489 T:1051 ERROR <general>: CDRMAtomic::DrmAtomicCommit - atomic commit failed: Invalid argument
2022-01-08 11:25:39.491 T:1051 ERROR <general>: CDRMAtomic::DrmAtomicCommit - test commit failed: (Invalid argument) - falling back to last successful atomic request
Display More
The only reference I can find for this type of error is the following Kodi post referring to an issue with fractional source coordinates.
RPi4B cannot play some video: CDRMAtomic::DrmAtomicCommit - test commit failed
This also happens if the mode switches when playing back a file, any help please.