tobykurien / rpi_lcars

Star Trek LCARS interface for Raspberry Pi using Pygame
MIT License
654 stars 146 forks source link

Start error #32

Closed MCDevel closed 4 years ago

MCDevel commented 4 years ago

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

tobykurien commented 4 years ago

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.

DansDesigns commented 10 months ago

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)