Has anyone had any luck running the RetroArch XMB menu with KMS on RPi 3? I’m running some server processes on ArchLinux Arm and wanted to avoid installing Lakka. I was able to compile Mesa for VC4 and compile RetroArch with --enable-kms. However, when I start RetroArch the screen flashes briefly and I get the following log:
[INFO] [Menu]: Found menu display driver: "menu_display_null".
I think it’s because there is no DRM menu driver…? If I change the config to use video_driver = "gl"
, I get:
* failed to add service - already in use?
Anyone get further than this, or know if it’s impossible?