Raspberry Pi's full KMS driver is broken with MMAL, so just advise fake KMS

This commit is contained in:
Cameron Gutman 2020-02-09 12:52:11 -08:00
parent b8188a46a9
commit b2113ff95b

View File

@ -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