Schlagwort: xinit

27. Dezember, 2017

Raspberry Pi autostart chromium on login

To autostart chromium on start / boot, without Desktop Environment, you have to do the following: 1. Install Chromium My tutorial to install chromium an Raspberry Pi without desktop Environment. 2. Use raspi-config to configure sudo raspi-config -> Boot Config –> Desktop / CLI —> Console Autologin 2. Add your start script at the end of „.bashrc“ Mine is xinit /home/pi/start-c.sh Don’t forget the xinit. […]

10. Dezember, 2017

Installing Chromium on Raspberry Pi without desktop

Start with a Rasbian light version. Install chromium and x-server sudo apt-get install chromium-browser sudo apt-get install xserver-xorg sudo apt-get install xinit If you now start chromium-browser it will show the following error: Failed to put Xlib into threaded mode. Gtk-WARNING cannot open display this is because you have to start it with xinit: xinit chromium-browser Chromium will start, but you will need a minimal […]