diff options
Diffstat (limited to 'hardinfo2/arch/common')
| -rw-r--r-- | hardinfo2/arch/common/display.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| 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;  	    }  	} | 
