From b2113ff95b8e0dec7cd2b01f07baf7910ef3190f Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 9 Feb 2020 12:52:11 -0800 Subject: [PATCH] Raspberry Pi's full KMS driver is broken with MMAL, so just advise fake KMS --- app/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.cpp b/app/main.cpp index 92db0540..22e0c972 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -309,7 +309,7 @@ int main(int argc, char *argv[]) if (!QFile("/dev/dri").exists()) { qWarning() << "Unable to find a KMSDRM display device!"; - qWarning() << "On Raspberry Pi 2 and 3, you must enable the fake or full KMS driver in raspi-config to use Moonlight outside of the GUI environment."; + qWarning() << "On Raspberry Pi 2 and 3, you must enable the 'fake KMS' driver in raspi-config to use Moonlight outside of the GUI environment."; } } #endif