mirror of
https://github.com/moonlight-stream/moonlight-docs.git
synced 2025-07-01 07:15:31 +00:00
Updated Installing Moonlight Qt on Raspberry Pi 4 (markdown)
parent
669e3faddf
commit
9a54d8cf31
@ -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:
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user