aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/x11.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/sos/plugins/x11.py b/sos/plugins/x11.py
index 2a608507..4db7ee39 100644
--- a/sos/plugins/x11.py
+++ b/sos/plugins/x11.py
@@ -32,5 +32,9 @@ class X11(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin):
])
self.add_forbidden_path("/etc/X11/X")
self.add_forbidden_path("/etc/X11/fontpath.d")
+ self.add_cmd_output([
+ "glxinfo",
+ "xrandr --verbose"
+ ])
# vim: et ts=4 sw=4