diff --git a/app/window/mainwindow/mainwindow.cpp b/app/window/mainwindow/mainwindow.cpp index 5e61cd1d6..c3eaf7e75 100644 --- a/app/window/mainwindow/mainwindow.cpp +++ b/app/window/mainwindow/mainwindow.cpp @@ -650,6 +650,7 @@ void MainWindow::showEvent(QShowEvent *e) context.create(); context.makeCurrent(&surface); const char* vendor = reinterpret_cast(context.functions()->glGetString(GL_VENDOR)); + qDebug() << "Using graphics driver:" << vendor; if (!strcmp(vendor, "nouveau")) { QMetaObject::invokeMethod(this, "ShowNouveauWarning", Qt::QueuedConnection); }