Difference between revisions of "Raspbian Lite"

From RobotinoWiki
(Created page with "<pre> apt install xserver-xorg apt install xfce4 xfce4-terminal </pre>")
 
(Hardware)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
==Hardware==
 +
===USB 2.0===
 +
Add the following line to /boot/config.txt to enable the USB2.0 ports
 +
<pre>
 +
dtoverlay=dwc2,dr_mode=host
 +
</pre>
 +
 +
===HDMI===
 +
Add the following line to /boot/config.txt to enable HDMI even if no monitor is attached at boot time
 +
<pre>
 +
hdmi_force_hotplug=1
 +
</pre>
 +
 +
===Desktop===
 
<pre>
 
<pre>
 
apt install xserver-xorg
 
apt install xserver-xorg
 
apt install xfce4 xfce4-terminal
 
apt install xfce4 xfce4-terminal
 
</pre>
 
</pre>

Latest revision as of 09:46, 8 June 2021

Hardware

USB 2.0

Add the following line to /boot/config.txt to enable the USB2.0 ports

dtoverlay=dwc2,dr_mode=host

HDMI

Add the following line to /boot/config.txt to enable HDMI even if no monitor is attached at boot time

hdmi_force_hotplug=1

Desktop

apt install xserver-xorg
apt install xfce4 xfce4-terminal