From 9a54d8cf31a93307d11735b44e193886474cc709 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Mon, 4 May 2020 18:56:59 -0700 Subject: [PATCH] Updated Installing Moonlight Qt on Raspberry Pi 4 (markdown) --- Installing-Moonlight-Qt-on-Raspberry-Pi-4.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Installing-Moonlight-Qt-on-Raspberry-Pi-4.md b/Installing-Moonlight-Qt-on-Raspberry-Pi-4.md index 602b2cb..c422212 100644 --- a/Installing-Moonlight-Qt-on-Raspberry-Pi-4.md +++ b/Installing-Moonlight-Qt-on-Raspberry-Pi-4.md @@ -19,6 +19,17 @@ sudo apt install moonlight-qt You can then launch Moonlight from your Raspberry Pi's desktop or via the `moonlight-qt` command in the terminal. +### Decoder Errors with a 4K 60 Hz Monitor +If your Raspberry Pi is configured for 4K 60 Hz output, you will need to increase the amount of GPU memory for the hardware video decoder to work. + +Run the following commands: +``` +echo "gpu_mem=128" | sudo tee -a /boot/config.txt +sudo reboot +``` + +NOTE: The Raspberry Pi 4's H.264 decoder is still limited to 1080p. 4K streaming is only available using HEVC, which is not yet supported on the Raspberry Pi. + ### Updates To update Moonlight Qt after you've installed it, run: ```