RetroArch Asking for Login

I could be wrong, but the retroarch.cfg loaded by the above mentioned script includes the line:
video_driver = “gl”

Using a fresh cfg file in retroarch, I have been able to replicate this same dumping to the login screen, changing the video driver manually in the GUI and restarting retroarch. Similarly, manually editing the line into the cfg yields the same results.

This seems to happen, regardless of what GPU driver switch is set to; FBTurbo/Lima, on both clockworkOS 0.3 and 0.4.

Changing the line as follows results in being sent back to the launcher. (Albeit not a login screen)
video_driver = “xvideo”

Changing the line as follows in the cfg file restores functionality.
video_driver = “sdl2”

There have been a few cases of people having this problem, without much resolution - although I may not have been searching hard enough.

Can anyone confirm whether or not this fixes up their retroarch, allowing it to run?

Apologies if this has already been covered.