5764 shaares
507 private links
507 private links
3 results
tagged
rpi
Add these two lines to /boot/config.txt and reboot Raspbmc:
hdmi_force_hotplug=1
hdmi_drive=2
hdmi_force_hotplug=1
sets the Raspbmc to use HDMI mode even if no HDMI monitor is detected. hdmi_drive=2
sets the Raspbmc to normal HDMI mode (Sound will be sent if supported and enabled). Without this line, the Raspbmc would switch to DVI (with no audio) mode by default.
Open a terminal and run the following command:
sudo raspi-config
This will open a terminal user interface (TUI) with several options to configure your Raspberry Pi.
Use the arrow keys to move down to the Advance Options. When the line is highlighted, press Enter. //
Check if you are using Wayland or Xorg with the following command:
echo $XDG_SESSION_TYPE
In this tutorial, we will show you how you can use the Syncthing software on your Raspberry Pi.