projects
/
bumblebee.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bd8d13
)
Ignore failure to set DRM interface
author
Luca Boccassi
<luca.boccassi@gmail.com>
Sun, 3 Apr 2022 15:47:35 +0000
(16:47 +0100)
committer
Andreas Beckmann
<anbe@debian.org>
Sun, 3 Apr 2022 15:47:35 +0000
(16:47 +0100)
Bug: https://github.com/Bumblebee-Project/Bumblebee/issues/652
Origin: commit:
881fab51122f7fe3c7c18565556ad96c25d0660f
Applied-Upstream: commit:
881fab51122f7fe3c7c18565556ad96c25d0660f
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
patch
|
blob
|
history
diff --git
a/src/bblogger.c
b/src/bblogger.c
index c8822750d681419763a33d35c6d8357d696317d6..ba3787ee1e7ee092d899d2896075ce7d3c97738d 100644
(file)
--- a/
src/bblogger.c
+++ b/
src/bblogger.c
@@
-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;