Kodi Community Forum
Black screen after exit - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Raspberry Pi (https://forum.kodi.tv/forumdisplay.php?fid=166)
+---- Thread: Black screen after exit (/showthread.php?tid=164200)



Black screen after exit - StBe - 2013-05-06

I’m using raspbian xbmc. 12.2-1 works really smooth and seems more responsive than before.

Only problem that I found is that when exiting xbmc, black screen is shown.
I can see the desktop again after using SSH & "startx".

Is there any way to fix this behavior?

Before after exiting xbmc, desktop was shown automatically (at least after moving mouse to get screensaver off).


I made following script myself to fix the behavior...

sudo /usr/bin/xbmc
startx


...this starts the desktop again with error message "GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: An authentication agent already exists for the given subject".
Then I logout from this new LXDE-session and first one comes active from the bottom.
I know this fix is guite lousy, but it's best that I can come across with my little knowledge. And this way I don't have to SSH to pi using another computer.

If anyone knows better way to handle the situation, I'm most interested.