tobykurien/rpi_lcars

Start error

MCDevel opened this issue · 2 comments

i always become the erro massege
(EE)
Fatal server error:
(EE) Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock
and start again.
(EE)
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
(EE)

when i starte the lcars

The run.sh script assumes that you booted into command line mode, if you are already in desktop mode, you can remove 'xinit' from the run.sh file.

All I had to do was add needs_root_rights = yes to /etc/X11/Xwrapper.config and plain xinit worked. (even though needs_root_rights=yes sounds a little contrary to the error message I was getting lol)