tobykurien / rpi_lcars

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

Autostarte #33

Closed MCDevel closed 4 years ago

MCDevel commented 4 years ago

how can i make the lcars so that it autostart. i tryed many ways but it is not working

tobykurien commented 4 years ago

It is described in the README:

https://github.com/tobykurien/rpi_lcars#launching

MCDevel commented 4 years ago

it still not work. it want autostart

tobykurien commented 4 years ago

Could you please post details like what you tried and any errors?

MCDevel commented 4 years ago

I did the modify to the root Datei and reboot the raspberry pi but i doesn't Start automatic

JDat commented 4 years ago

1st thing: are you booting to console or to graphical environment?

If CLI Please read carefully readme and google how to modify /etc/crontab or /etc/rc.local. Better solution is to use systemd service, but it will be too hard for linux beginner. else In graphical environment there is (don't remember exact name for tool (default programs or startup programs or similar), google it) desktop configuration where is autorun setting for GUI.