I have been using mir-kiosk to build kiosk snap. I also successfully build one and deployed it. After I tried the same configurations and setting and try to run mir-kiosk and electron kiosk snap on another system but i get the following error.
2021-02-10T11:33:28Z mir-kiosk.daemon[27832]: [2021-02-10 11:33:28.086839] < - debug - > gbm-kms: MIR_MESA_KMS_DISABLE_MODESET_PROBE is set
2021-02-10T11:33:28Z mir-kiosk.daemon[27832]: [2021-02-10 11:33:28.086851] < -warning- > gbm-kms: Failed to detect whether device /dev/dri/card0 supports KMS, but continuing anyway
2021-02-10T11:33:28Z mir-kiosk.daemon[27832]: [2021-02-10 11:33:28.086866] <information> gbm-kms: Using DRM device /dev/dri/card0
2021-02-10T11:33:28Z mir-kiosk.daemon[27832]: Failed to create /root/.cache/mesa_shader_cache for shader cache (Permission denied)---disabling.
2021-02-10T11:33:28Z mir-kiosk.daemon[27832]: ERROR: /build/mir-K7y0Z4/mir-2.2.0/src/platforms/common/server/kms-utils/drm_mode_resources.cpp(41): Throw in function mir::graphics::kms::DRMModeResUPtr {anonymous}::resources_for_drm_node(int)
2021-02-10T11:33:28Z mir-kiosk.daemon[27832]: Dynamic exception type: boost::wrapexcept<std::system_error>
2021-02-10T11:33:28Z mir-kiosk.daemon[27832]: std::exception::what: Couldn't get DRM resources: Operation not supported
2021-02-10T11:33:28Z systemd[1]: snap.mir-kiosk.daemon.service: Main process exited, code=exited, status=1/FAILURE
2021-02-10T11:33:28Z systemd[1]: snap.mir-kiosk.daemon.service: Failed with result 'exit-code'.
2021-02-10T11:33:29Z systemd[1]: Stopped Service for snap application mir-kiosk.daemon.
I am not able to see a orangish fade like before. just a black screen. Above are the logs of the same. Kindly help me on this.