Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions _install_steps/2displayscreen.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ Choose the menu options for

Note that the raspi-config program has changed over time and your menu choices may differ. Ultimately, you're looking for the option to enable SPI to support access to the display attached to the GPIO pins

On newer Raspberry Pi OS releases, the display server may default to Wayland. If your attached display setup or slideshow is not working as expected, switch back to X11 from the same config program:

- Choice 6. Advanced Options
- Choice A6 Wayland
- Choice W1 X11

Save and exit the raspi-config program

### Edit /boot/config.txt
Expand Down
2 changes: 1 addition & 1 deletion _install_steps/3tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ sudo apt-get install jq

Provides for network connection calls used by Miner tools
```shell
sudo apt-get install netcat
sudo apt-get install netcat-traditional
```

## Install Uncomplicated Firewall Rules
Expand Down
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ apt-get -y install \
inkscape \
jq \
libjpeg-dev \
netcat \
netcat-traditional \
python3 \
python3-venv \
zlib1g-dev
Expand Down Expand Up @@ -762,4 +762,4 @@ if [ $RASPBERRYPI -ge 1 ]; then
echo "If you want to attach an LCD or DSI screen, be sure to follow the steps at"
echo " https://nodeyez.com/install_steps/2displayscreen"
echo "For convenience, the framebuffer imageviewer tool has already been installed."
fi
fi