Ich sehe da kein softhddevice-drm. Da kannst Du nur mal mit lsof schauen was /dev/dri/card* benutzt.
Kann es sein dass rell da was in seiner Version vergessen hat, also die Benennung des softhddevice-drm.
mit der Version von zillerbaer sieht die Ausgabe von svdrpsend lstd so aus:
Code
svdrpsend lstd
220 PineH64 SVDRP VideoDiskRecorder 2.4.6; Sat Feb 27 14:21:40 2021; UTF-8
250-1 [D-] softhddevice-drm
250-2 [--] SAT>IP 0
250-3 [--] SAT>IP 1
250 4 [DP] nulldevice
221 PineH64 closing connection
Er schein auch auf das DRM Device zuzugreifen...
Code: Kodi Crashlog
2021-02-27 14:22:53.009 T:4286 INFO <general>: RetroPlayer[PROCESS]: Registering process control for GBM
2021-02-27 14:22:53.009 T:4286 INFO <general>: RetroPlayer[RENDER]: Registering renderer factory for DMA
2021-02-27 14:22:53.009 T:4286 INFO <general>: RetroPlayer[RENDER]: Registering renderer factory for OpenGL
2021-02-27 14:22:53.122 T:4286 INFO <general>: CDRMUtils::FindConnector - using connector: 43
2021-02-27 14:22:53.235 T:4286 INFO <general>: Skipped 1 duplicate messages..
2021-02-27 14:22:53.235 T:4286 INFO <general>: CDRMUtils::FindEncoder - using encoder: 42
2021-02-27 14:22:53.235 T:4286 INFO <general>: CDRMUtils::FindPlanes - using crtc: 41
2021-02-27 14:22:53.285 T:4286 INFO <general>: Found resolution 1920x1200 with 1920x1200 @ 60.000000 Hz
2021-02-27 14:22:53.285 T:4286 INFO <general>: Found resolution 1920x1080 with 1920x1080 @ 60.000000 Hz
2021-02-27 14:22:53.286 T:4286 INFO <general>: Found resolution 1920x1080 with 1920x1080 @ 59.940063 Hz
2021-02-27 14:22:53.286 T:4286 INFO <general>: Found resolution 1920x1080 with 1920x1080i @ 60.000000 Hz
2021-02-27 14:22:53.286 T:4286 INFO <general>: Found resolution 1920x1080 with 1920x1080i @ 59.940063 Hz
2021-02-27 14:22:53.286 T:4286 INFO <general>: Found resolution 1920x1080 with 1920x1080 @ 50.000000 Hz
2021-02-27 14:22:53.286 T:4286 INFO <general>: Found resolution 1920x1080 with 1920x1080i @ 50.000000 Hz
2021-02-27 14:22:53.286 T:4286 INFO <general>: Found resolution 1920x1080 with 1920x1080 @ 24.000000 Hz
2021-02-27 14:22:53.286 T:4286 INFO <general>: Found resolution 1920x1080 with 1920x1080 @ 23.976025 Hz
2021-02-27 14:22:53.286 T:4286 INFO <general>: Found resolution 1600x1200 with 1600x1200 @ 60.000000 Hz
2021-02-27 14:22:53.286 T:4286 INFO <general>: Found resolution 1280x1024 with 1280x1024 @ 75.000000 Hz
2021-02-27 14:22:53.286 T:4286 INFO <general>: Found resolution 1280x1024 with 1280x1024 @ 60.000000 Hz
2021-02-27 14:22:53.286 T:4286 INFO <general>: Found resolution 1152x864 with 1152x864 @ 75.000000 Hz
2021-02-27 14:22:53.286 T:4286 INFO <general>: Found resolution 1280x720 with 1280x720 @ 60.000000 Hz
2021-02-27 14:22:53.286 T:4286 INFO <general>: Found resolution 1280x720 with 1280x720 @ 59.940063 Hz
2021-02-27 14:22:53.286 T:4286 INFO <general>: Found resolution 1280x720 with 1280x720 @ 50.000000 Hz
2021-02-27 14:22:53.286 T:4286 INFO <general>: Found resolution 1024x768 with 1024x768 @ 75.000000 Hz
2021-02-27 14:22:53.286 T:4286 INFO <general>: Found resolution 1024x768 with 1024x768 @ 60.000000 Hz
2021-02-27 14:22:53.286 T:4286 INFO <general>: Found resolution 800x600 with 800x600 @ 75.000000 Hz
2021-02-27 14:22:53.286 T:4286 INFO <general>: Found resolution 800x600 with 800x600 @ 60.000000 Hz
2021-02-27 14:22:53.286 T:4286 INFO <general>: Found resolution 720x576 with 720x576 @ 50.000000 Hz
2021-02-27 14:22:53.286 T:4286 INFO <general>: Found resolution 720x480 with 720x480 @ 59.940063 Hz
2021-02-27 14:22:53.286 T:4286 INFO <general>: Found resolution 720x480 with 720x480 @ 60.000000 Hz
2021-02-27 14:22:53.286 T:4286 INFO <general>: Found resolution 640x480 with 640x480 @ 75.000000 Hz
2021-02-27 14:22:53.286 T:4286 INFO <general>: Found resolution 640x480 with 640x480 @ 60.000000 Hz
2021-02-27 14:22:53.286 T:4286 INFO <general>: Skipped 1 duplicate messages..
2021-02-27 14:22:53.286 T:4286 INFO <general>: Found resolution 720x400 with 720x400 @ 70.000000 Hz
2021-02-27 14:22:53.290 T:4286 INFO <general>: EGL_VERSION = 1.4
2021-02-27 14:22:53.291 T:4286 INFO <general>: EGL_VENDOR = Mesa Project
2021-02-27 14:22:53.291 T:4286 INFO <general>: EGL_EXTENSIONS = EGL_ANDROID_blob_cache EGL_EXT_buffer_age EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_KHR_cl_event2 EGL_KHR_config_attribs EGL_KHR_create_co>
2021-02-27 14:22:53.291 T:4286 INFO <general>: EGL_CLIENT_EXTENSIONS = EGL_EXT_client_extensions EGL_EXT_device_base EGL_EXT_device_enumeration EGL_EXT_device_query EGL_EXT_platform_base EGL_KHR_client_get_all_proc_addresses EGL_KHR>
2021-02-27 14:22:53.297 T:4286 WARNING <general>: Your OpenGL drivers do not support OpenGL 3.2 core profile. Kodi will run in compatibility mode, but performance may suffer.
2021-02-27 14:22:53.297 T:4286 INFO <general>: CApplication::CreateGUI - using the gbm windowing system
2021-02-27 14:22:53.298 T:4286 INFO <general>: Checking resolution 16
2021-02-27 14:22:53.319 T:4286 INFO <general>: CRenderSystemGL::InitRenderSystem - Version: (null), Major: 0, Minor: 0
2021-02-27 14:22:53.319 T:4286 INFO <general>: GL_VENDOR = NULL
2021-02-27 14:22:53.319 T:4286 INFO <general>: GL_RENDERER = NULL
2021-02-27 14:22:53.319 T:4286 INFO <general>: GL_VERSION = NULL
2021-02-27 14:22:53.319 T:4286 INFO <general>: GL_SHADING_LANGUAGE_VERSION = NULL
Display More
gbm windowing system ist das wayland?