Ignore failure to set DRM interface
authorLuca Boccassi <luca.boccassi@gmail.com>
Sat, 14 May 2016 20:44:00 +0000 (21:44 +0100)
committerAndreas Beckmann <anbe@debian.org>
Sat, 22 Aug 2020 20:31:43 +0000 (21:31 +0100)
This always fail due to problems in libdrm, but does not affect
Bumblebee's functionality. See GH-652 for more details.

Gbp-Pq: Name ignore-failure-to-set-DRM-interface.patch

src/bblogger.c

index c8822750d681419763a33d35c6d8357d696317d6..ba3787ee1e7ee092d899d2896075ce7d3c97738d 100644 (file)
@@ -146,6 +146,7 @@ static void parse_xorg_output(char * string){
     if (strstr(string, "Failed to load module \"kbd\"") ||
             strstr(string, "No input driver matching") ||
             strstr(string, "systemd-logind: failed to get session:") ||
+            strstr(string, "failed to set DRM interface version 1.4:") ||
             strstr(string, "Server terminated successfully")) {
       /* non-fatal errors */
       prio = LOG_DEBUG;