Add the following to the end of /boot/config.txt max_usb_current=1 hdmi_group=2 hdmi_mode=1 hdmi_mode=87 hdmi_cvt 1024 600 60 6 0 0 0 Read more →
Monthly Archives: May 2016
Raspbian Automatic Login
Create a file at /etc/systemd/system/getty@tty1.service.d/autologin.conf with the contents: [Service] ExecStart= ExecStart=-/sbin/agetty –autologin bismith –noclear %I 38400 linux And then run: sudo systemctl enable getty@tty1.service Read more →