mirror of
https://github.com/moonlight-stream/moonlight-docs.git
synced 2025-07-01 15:26:44 +00:00
Updated Installing Moonlight Qt on RISC‐V Single Board Computers (markdown)
parent
04797f8331
commit
6428792cca
@ -91,11 +91,13 @@ This most likely means your device lacks either a working DRI driver (check if a
|
||||
|
||||
The error message from Qt may give you a hint as to what the problem is. You may try adding `-platform linuxfb` to the end of the `moonlight-qt` command (which will somewhat break the UI, but may allow you to get far enough to stream) or try creating a EGLFS configuration json file [as detailed here](https://doc.qt.io/qt-5/embedded-linux.html#eglfs-with-the-eglfs-kms-backend).
|
||||
|
||||
If you see an error like `Could not open DRM device /dev/dri/card0 (Permission denied)`, it's probably your account is not a member of the `video` group. To fix this, run `sudo usermod -a -G video $USER` and reboot.
|
||||
If you see an error like `Could not open DRM device /dev/dri/card0 (Permission denied)`, it's probably because your account is not a member of the `video` group. To fix this, run `sudo usermod -a -G video $USER` and reboot.
|
||||
|
||||
### Input devices aren't working
|
||||
|
||||
This is probably because you're not a member of the `input` group, so Moonlight lacks permission to open input devices to receive input. To fix this, run `sudo usermod -a -G input $USER` and reboot.
|
||||
This is probably because you're not a member of the `input` group, so Moonlight lacks permission to open input devices to receive input.
|
||||
|
||||
To fix this, run `sudo usermod -a -G input $USER` and reboot.
|
||||
|
||||
### GUI is very slow/unresponsive
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user