Skip to content
Open
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
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,7 @@ At the time of writing the only platform that support's Moonlight on a Raspberry
- Enough temporary storage space on your LibreELEC device to install Moonlight (about 500 MB is needed)

### Raspberry Pi 3
Raspberry Pi 3 works (limited support up to 720p) but needs changes to LibreELEC's config:
- Login into your Pi 3 using SSH
- Make config writable: `mount -o remount,rw /flash/`
- In /flash/distroconfig.txt replace `dtoverlay=vc4-kms-v3d` with `dtoverlay=vc4-fkms-v3d` to enable fake KMS mode instead of full KMS
- In /flash/config.txt add `dtparam=audio=on` to enable audio in fake KMS mode
- Make config read only again: `mount -o remount,ro /flash/`
- Reboot the Pi 3
Raspberry Pi 3 works up to 1080p60, but may have slight hickups every now and then. 1080p30 and 720p60 work flawless.

## Instructions:
### 1. Install this plugin.
Expand Down