I have a layout playing in one of our schools without problems on a minipc with Debian 12, xibo-player 1.8-R6. The layout contains a video and other textual contents.
When I play the same layout on a minipc with AMD GPU (driver amdgpu), xibo-player stops repeating the following message:
Gtk-Message: 13:51:47.837: Failed to load module "xapp-gtk3-module"
/usr/share/libdrm/amdgpu.ids: No such file or directory
(player:68792): Gdk-ERROR **: 13:51:48.580: The program 'player' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc'.
(Details: serial 274 error_code 11 request_code 149 (unknown) minor_code 2)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the GDK_SYNCHRONIZE environment
variable to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
Player exited with code 5
If I remove the video from the layout, no problem occurs.
NB: libxapp-gtk3-module
is installed and /usr/share/libdrm/amdgpu.ids
exists
Do you have any suggestion for me? Thanks so much!