Update Raspberry Pi OS FKMS steps

Cameron Gutman
2025-11-30 15:48:57 -06:00
parent 4457ce9fa2
commit 14526c2644

@@ -24,18 +24,10 @@ sudo apt update
sudo apt upgrade
```
### Additional Required Setup Steps for Raspberry Pi OS Bullseye and Bookworm
The newest Raspberry Pi OS defaults to a display driver that doesn't support Moonlight's renderer. You will need to change some configuration on your Pi to resolve this.
### Additional Required Setup Steps for Raspberry Pi OS
Modern versions of Raspberry Pi OS defaults to a display driver that doesn't support Moonlight Embedded's renderer. You will need to change some configuration on your Pi to resolve this.
If you are running the latest version of Raspberry Pi OS, you MUST run the following commands BEFORE making changes to `/boot/config.txt`:
```
sudo rpi-update
sudo reboot
```
If you do not perform the above steps to update your Raspberry Pi kernel first, following the below steps may prevent your Raspberry Pi from booting!
To fix this, you can edit the `/boot/firmware/config.txt` file:
To fix this, you can edit the `config.txt` file:
1. Run `sudo nano /boot/firmware/config.txt`
2. Scroll down using the arrow keys until you see the line that says `dtoverlay=vc4-kms-v3d`
3. Change that line to `dtoverlay=vc4-fkms-v3d`