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)