Differences between revisions 1 and 2
Revision 1 as of 2016-02-05 10:05:57
Size: 264
Editor: localhost
Comment:
Revision 2 as of 2019-09-22 03:41:12
Size: 518
Editor: localhost
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:

== autostart kodi ==
{{{
root@raspberrypi:~# cat /etc/xdg/lxsession/LXDE-pi/autostart
@lxpanel --profile LXDE-pi
@pcmanfm --desktop --profile LXDE-pi
@xscreensaver -no-splash
kodi-standalone
#point-rpi

cat /etc/rc.local
sudo startx

}}}

How to get the display settings right on Raspberry Pi

http://www.opentechguides.com/how-to/article/raspberry-pi/28/raspi-display-setting.html

libcec

http://elinux.org/CEC_(Consumer_Electronics_Control)_over_HDMI

autostart kodi

root@raspberrypi:~# cat /etc/xdg/lxsession/LXDE-pi/autostart 
@lxpanel --profile LXDE-pi
@pcmanfm --desktop --profile LXDE-pi
@xscreensaver -no-splash
kodi-standalone
#point-rpi

cat /etc/rc.local
sudo startx

désert/Raspberry (last edited 2019-09-22 03:41:12 by localhost)