From 2ac586a621e9d20667838df367ce5c3b4b428500 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Mon, 1 Jan 2007 17:46:52 +0000 Subject: Cleanups. --- hardinfo2/arch/common/display.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hardinfo2/arch/common') diff --git a/hardinfo2/arch/common/display.h b/hardinfo2/arch/common/display.h index 5c1ed849..10ea49e4 100644 --- a/hardinfo2/arch/common/display.h +++ b/hardinfo2/arch/common/display.h @@ -37,6 +37,8 @@ get_glx_info(DisplayInfo *di) get_str("OpenGL version str", di->ogl_version); g_strfreev(tmp); + } else if (strstr(output_lines[i], "direct rendering: Yes")) { + di->dri = TRUE; } } -- cgit v1.2.3