Created
October 25, 2016 22:26
-
-
Save mmccartn/87d6ac9001fb5bd8d0372e44e05b855d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<!-- saved from url=(0013)chrome://gpu/ --> | |
<html i18n-processed=""><!-- | |
Copyright (c) 2012 The Chromium Authors. All rights reserved. | |
Use of this source code is governed by a BSD-style license that can be | |
found in the LICENSE file. | |
--><head i18n-values="dir:textdirection;lang:language" dir="ltr" lang="en"><meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> | |
<meta name="viewport" content="width=device-width"> | |
<style> | |
* { | |
box-sizing: border-box; | |
-webkit-user-select: none; | |
} | |
body { | |
cursor: default; | |
font-family: sans-serif; | |
padding: 0; | |
} | |
#debug-div { | |
display: -webkit-box; | |
position: fixed; | |
top: 0px; | |
left: 50%; | |
border: 1px solid red; | |
} | |
tabbox tabpanels { | |
padding: 10px; | |
} | |
</style> | |
<style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved. | |
* Use of this source code is governed by a BSD-style license that can be | |
* found in the LICENSE file. */ | |
#info-view { | |
-webkit-box-flex: 1; | |
overflow: auto; | |
padding: 10px; | |
} | |
#info-view * { | |
-webkit-user-select: text; | |
} | |
#info-view[selected] { | |
-webkit-box-orient: vertical; | |
display: -webkit-box; | |
} | |
#info-view h3, | |
#info-view ul { | |
margin-bottom: 0; | |
margin-top: 0; | |
} | |
#info-view > div { | |
margin-bottom: 1em; | |
} | |
#info-view .row-title { | |
font-weight: bold; | |
} | |
#info-view table { | |
border-collapse: collapse; | |
cursor: auto; | |
table-layout: fixed; | |
width: 100%; | |
} | |
#info-view table, | |
#info-view th, | |
#info-view td { | |
border: 1px solid #777; | |
padding-left: 4px; | |
padding-right: 4px; | |
text-align: top; | |
} | |
#info-view td { | |
overflow-x: auto; | |
} | |
#info-view .feature-green { | |
color: rgb(0, 128, 0); | |
} | |
#info-view .feature-yellow { | |
color: rgb(128, 128, 0); | |
} | |
#info-view .feature-red { | |
color: rgb(255, 0, 0); | |
} | |
</style> | |
<link rel="stylesheet" href="chrome://resources/css/tabs.css"> | |
<link rel="stylesheet" href="chrome://resources/css/widgets.css"> | |
<script src="chrome://resources/js/cr.js"></script> | |
<script src="chrome://resources/js/cr/event_target.js"></script> | |
<script src="chrome://resources/js/cr/ui.js"></script> | |
<script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script> | |
<script src="chrome://resources/js/cr/ui/tabs.js"></script> | |
<script src="chrome://resources/js/load_time_data.js"></script> | |
<script src="chrome://resources/js/util.js"></script> | |
<script src="chrome://gpu/gpu_internals.js"></script> | |
<script src="chrome://gpu/strings.js"></script> | |
</head> | |
<body> | |
<div id="debug-div"> | |
</div> | |
<!-- | |
Copyright (c) 2012 The Chromium Authors. All rights reserved. | |
Use of this source code is governed by a BSD-style license that can be | |
found in the LICENSE file. | |
--> | |
<tabpanel id="info-view"> | |
<div> | |
<h3>Graphics Feature Status</h3> | |
<ul class="feature-status-list"><li><span>Canvas: </span><span class="feature-green">Hardware accelerated</span></li><li><span>Flash: </span><span class="feature-green">Hardware accelerated</span></li><li><span>Flash Stage3D: </span><span class="feature-green">Hardware accelerated</span></li><li><span>Flash Stage3D Baseline profile: </span><span class="feature-green">Hardware accelerated</span></li><li><span>Compositing: </span><span class="feature-green">Hardware accelerated</span></li><li><span>Multiple Raster Threads: </span><span class="feature-green">Enabled</span></li><li><span>Native GpuMemoryBuffers: </span><span class="feature-yellow">Software only. Hardware acceleration disabled</span></li><li><span>Rasterization: </span><span class="feature-yellow">Software only. Hardware acceleration disabled</span></li><li><span>Video Decode: </span><span class="feature-green">Hardware accelerated</span></li><li><span>Video Encode: </span><span class="feature-green">Hardware accelerated</span></li><li><span>VPx Video Decode: </span><span class="feature-yellow">Software only, hardware acceleration unavailable</span></li><li><span>WebGL: </span><span class="feature-green">Hardware accelerated</span></li></ul> | |
</div> | |
<div class="workarounds-div"> | |
<h3>Driver Bug Workarounds</h3> | |
<ul class="workarounds-list"><li>clear_uniforms_before_first_program_use</li><li>disable_discard_framebuffer</li><li>disable_dxgi_zero_copy_video</li><li>disable_framebuffer_cmaa</li><li>exit_on_context_lost</li><li>force_cube_complete</li><li>scalarize_vec_and_mat_constructor_args</li><li>texsubimage_faster_than_teximage</li></ul> | |
</div> | |
<div class="problems-div"> | |
<h3>Problems Detected</h3> | |
<ul class="problems-list"><li><a>VPx decoding isn't supported before Windows 10 anniversary update.</a><span>: </span><a href="http://crbug.com/616318">616318</a><br><i><span>Disabled Features: </span><span class="feature-red">accelerated_vpx_decode</span></i></li><li><a>Some drivers are unable to reset the D3D device in the GPU process sandbox</a><br><i><span>Applied Workarounds: </span><span class="feature-yellow">exit_on_context_lost</span></i></li><li><a>TexSubImage is faster for full uploads on ANGLE</a><br><i><span>Applied Workarounds: </span><span class="feature-yellow">texsubimage_faster_than_teximage</span></i></li><li><a>Clear uniforms before first program use on all platforms</a><span>: </span><a href="http://crbug.com/124764">124764</a><span>, </span><a href="http://crbug.com/349137">349137</a><br><i><span>Applied Workarounds: </span><span class="feature-yellow">clear_uniforms_before_first_program_use</span></i></li><li><a>Always rewrite vec/mat constructors to be consistent</a><span>: </span><a href="http://crbug.com/398694">398694</a><br><i><span>Applied Workarounds: </span><span class="feature-yellow">scalarize_vec_and_mat_constructor_args</span></i></li><li><a>ANGLE crash on glReadPixels from incomplete cube map texture</a><span>: </span><a href="http://crbug.com/518889">518889</a><br><i><span>Applied Workarounds: </span><span class="feature-yellow">force_cube_complete</span></i></li><li><a>Framebuffer discarding can hurt performance on non-tilers</a><span>: </span><a href="http://crbug.com/570897">570897</a><br><i><span>Applied Workarounds: </span><span class="feature-yellow">disable_discard_framebuffer</span></i></li><li><a>Limited enabling of Chromium GL_INTEL_framebuffer_CMAA</a><span>: </span><a href="http://crbug.com/535198">535198</a><br><i><span>Applied Workarounds: </span><span class="feature-yellow">disable_framebuffer_cmaa</span></i></li><li><a>Zero-copy NV12 video displays incorrect colors on NVIDIA drivers.</a><span>: </span><a href="http://crbug.com/635319">635319</a><br><i><span>Applied Workarounds: </span><span class="feature-yellow">disable_dxgi_zero_copy_video</span></i></li><li><a>Accelerated rasterization has been disabled, either via blacklist, about:flags or the command line.</a><br><i><span>Disabled Features: </span><span class="feature-red">rasterization</span></i></li><li><a>Native GpuMemoryBuffers have been disabled, either via about:flags or command line.</a><br><i><span>Disabled Features: </span><span class="feature-red">native_gpu_memory_buffers</span></i></li></ul> | |
</div> | |
<div> | |
<h3>Version Information</h3> | |
<div id="client-info"><div jstcache="0"> | |
<table id="info-view-table" jstcache="0"> | |
<colgroup jstcache="0"> | |
<col style="width: 25%" jstcache="0"> | |
<col style="width: 75%" jstcache="0"> | |
</colgroup> | |
<tbody jstcache="0"><tr jsselect="value" jstcache="5" jsinstance="0"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">Data exported</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">10/25/2016, 9:36:54 AM</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="1"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">Chrome version</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Chrome/56.0.2900.0</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="2"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">Operating system</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Windows NT 10.0.10586</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="3"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">Software rendering list version</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">11.18</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="4"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">Driver bug list version</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">9.12</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="5"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">ANGLE commit id</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">f01731530e7f</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="6"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">2D graphics backend</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Skia/55 3d3a65c488162ef1db0b35adf3235d012b04c88d</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="*7"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">Command Line Args</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">SxS\Application\chrome.exe" --flag-switches-begin --flag-switches-end</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr> | |
</tbody></table> | |
</div></div> | |
</div> | |
<div> | |
<h3>Driver Information</h3> | |
<div id="basic-info"><div jstcache="0"> | |
<table id="info-view-table" jstcache="0"> | |
<colgroup jstcache="0"> | |
<col style="width: 25%" jstcache="0"> | |
<col style="width: 75%" jstcache="0"> | |
</colgroup> | |
<tbody jstcache="0"><tr jsselect="value" jstcache="5" jsinstance="0"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">Initialization time</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">27</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="1"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">In-process GPU</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">false</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="2"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">Sandboxed</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">false</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="3"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">GPU0</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">VENDOR = 0x10de, DEVICE= 0x1618</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="4"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">Optimus</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">false</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="5"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">AMD switchable</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">false</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="6"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">Desktop compositing</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Aero Glass</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="7"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">Diagonal Monitor Size of \\.\DISPLAY2</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">15.5"</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="8"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">Diagonal Monitor Size of \\.\DISPLAY1</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">27.8"</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="9"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">Driver vendor</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">NVIDIA</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="10"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">Driver version</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">10.18.13.6143</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="11"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">Driver date</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">12-16-2015</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="12"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">Pixel shader version</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">5.0</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="13"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">Vertex shader version</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">5.0</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="14"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">Max. MSAA samples</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">8</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="15"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">Machine model name</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9"></span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="16"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">Machine model version</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9"></span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="17"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">GL_VENDOR</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Google Inc.</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="18"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">GL_RENDERER</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">ANGLE (NVIDIA GeForce GTX 970M Direct3D11 vs_5_0 ps_5_0)</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="19"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">GL_VERSION</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">OpenGL ES 3.0 (ANGLE 2.1.0.f01731530e7f)</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="20"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">GL_EXTENSIONS</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">GL_ANGLE_depth_texture GL_ANGLE_framebuffer_blit GL_ANGLE_framebuffer_multisample GL_ANGLE_instanced_arrays GL_ANGLE_lossy_etc_decode GL_ANGLE_pack_reverse_row_order GL_ANGLE_robust_client_memory GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ANGLE_texture_usage GL_ANGLE_translated_shader_source GL_CHROMIUM_bind_generates_resource GL_CHROMIUM_bind_uniform_location GL_CHROMIUM_copy_compressed_texture GL_CHROMIUM_copy_texture GL_CHROMIUM_sync_query GL_EXT_blend_minmax GL_EXT_color_buffer_float GL_EXT_color_buffer_half_float GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_disjoint_timer_query GL_EXT_draw_buffers GL_EXT_frag_depth GL_EXT_map_buffer_range GL_EXT_occlusion_query_boolean GL_EXT_read_format_bgra GL_EXT_robustness GL_EXT_sRGB GL_EXT_shader_texture_lod GL_EXT_texture_compression_dxt1 GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_norm16 GL_EXT_texture_rg GL_EXT_texture_storage GL_EXT_unpack_subimage GL_KHR_debug GL_NV_EGL_stream_consumer_external GL_NV_fence GL_NV_pack_subimage GL_NV_pixel_buffer_object GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_image_external_essl3 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth32 GL_OES_element_index_uint GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_array_object </span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="21"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">Disabled Extensions</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9"></span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="22"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">Window system binding vendor</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Google Inc. (adapter LUID: 0000000000015bcd)</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="23"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">Window system binding version</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">1.4 (ANGLE 2.1.0.f01731530e7f)</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="24"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">Window system binding extensions</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">EGL_EXT_create_context_robustness EGL_ANGLE_d3d_share_handle_client_buffer EGL_ANGLE_surface_d3d_texture_2d_share_handle EGL_ANGLE_query_surface_pointer EGL_ANGLE_window_fixed_size EGL_ANGLE_keyed_mutex EGL_ANGLE_surface_orientation EGL_ANGLE_direct_composition EGL_NV_post_sub_buffer EGL_KHR_create_context EGL_EXT_device_query EGL_KHR_image EGL_KHR_image_base EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_get_all_proc_addresses EGL_KHR_stream EGL_KHR_stream_consumer_gltexture EGL_NV_stream_consumer_gltexture_yuv EGL_ANGLE_flexible_surface_compatibility EGL_ANGLE_stream_producer_d3d_texture_nv12 EGL_ANGLE_create_context_webgl_compatibility EGL_CHROMIUM_create_context_bind_generates_resource EGL_CHROMIUM_sync_control </span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="25"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">Direct rendering</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Yes</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="26"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">Reset notification strategy</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">0x8252</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="*27"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">GPU process crash count</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">0</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr> | |
</tbody></table> | |
</div></div> | |
</div> | |
<div> | |
<h3>Compositor Information</h3> | |
<div id="compositor-info"><div jstcache="0"> | |
<table id="info-view-table" jstcache="0"> | |
<colgroup jstcache="0"> | |
<col style="width: 25%" jstcache="0"> | |
<col style="width: 75%" jstcache="0"> | |
</colgroup> | |
<tbody jstcache="0"><tr jsselect="value" jstcache="5" jsinstance="0"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">Tile Update Mode</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">One-copy</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="*1"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">Partial Raster</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Enabled</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr> | |
</tbody></table> | |
</div></div> | |
</div> | |
<div> | |
<h3>GpuMemoryBuffers Status</h3> | |
<div id="gpu-memory-buffer-info"><div jstcache="0"> | |
<table id="info-view-table" jstcache="0"> | |
<colgroup jstcache="0"> | |
<col style="width: 25%" jstcache="0"> | |
<col style="width: 75%" jstcache="0"> | |
</colgroup> | |
<tbody jstcache="0"><tr jsselect="value" jstcache="5" jsinstance="0"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">ATC</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Software only</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="1"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">ATCIA</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Software only</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="2"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">DXT1</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Software only</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="3"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">DXT5</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Software only</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="4"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">ETC1</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Software only</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="5"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">R_8</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Software only</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="6"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">RG_88</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Software only</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="7"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">BGR_565</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Software only</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="8"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">RGBA_4444</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Software only</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="9"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">RGBX_8888</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Software only</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="10"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">RGBA_8888</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Software only</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="11"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">BGRX_8888</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Software only</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="12"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">BGRA_8888</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Software only</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="13"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">YVU_420</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Software only</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="14"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">YUV_420_BIPLANAR</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Software only</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="*15"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">UYVY_422</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Software only</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr> | |
</tbody></table> | |
</div></div> | |
</div> | |
<div class="diagnostics"> | |
<h3>Diagnostics</h3> | |
<div class="diagnostics-loading" hidden="">... loading ...</div> | |
<div id="diagnostics-table"><div jstcache="0"> | |
<table id="info-view-table" jstcache="0"> | |
<colgroup jstcache="0"> | |
<col style="width: 25%" jstcache="0"> | |
<col style="width: 75%" jstcache="0"> | |
</colgroup> | |
<tbody jstcache="0"><tr jsselect="value" jstcache="5" jsinstance="0"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6" style="display: none;"> | |
<span class="row-title" jscontent="description" jstcache="8">title</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6" style="display: none;"> | |
<span jscontent="value" jstcache="9">value</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7"> | |
<span jscontent="description" class="row-title" jstcache="8">0</span> | |
<div jstcache="0"> | |
<table id="info-view-table" jstcache="0"> | |
<colgroup jstcache="0"> | |
<col style="width: 25%" jstcache="0"> | |
<col style="width: 75%" jstcache="0"> | |
</colgroup> | |
<tbody jstcache="0"><tr jsselect="value" jstcache="5" jsinstance="0"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">b3DAccelerationEnabled</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">true</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="1"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">b3DAccelerationExists</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">true</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="2"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">bAGPEnabled</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">true</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="3"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">bAGPExistenceValid</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">true</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="4"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">bAGPExists</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">true</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="5"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">bCanRenderWindow</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">true</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="6"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">bDDAccelerationEnabled</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">true</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="7"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">bDriverBeta</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">false</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="8"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">bDriverDebug</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">false</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="9"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">bDriverSigned</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">false</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="10"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">bDriverSignedValid</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">false</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="11"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">bNoHardware</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">false</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="12"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">dwBpp</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">32</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="13"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">dwDDIVersion</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">12</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="14"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">dwHeight</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">2160</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="15"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">dwRefreshRate</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">60</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="16"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">dwWHQLLevel</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">0</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="17"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">dwWidth</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">4096</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="18"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">iAdapter</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">0</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="19"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">lDriverSize</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">17104016</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="20"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">lMiniVddSize</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">0</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="21"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szAGPStatusEnglish</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Enabled</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="22"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szAGPStatusLocalized</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Enabled</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="23"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szChipType</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">GeForce GTX 970M</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="24"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szD3DStatusEnglish</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Enabled</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="25"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szD3DStatusLocalized</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Enabled</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="26"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDACType</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Integrated RAMDAC</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="27"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDDIVersionEnglish</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">12</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="28"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDDIVersionLocalized</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">12</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="29"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDDStatusEnglish</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Enabled</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="30"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDDStatusLocalized</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Enabled</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="31"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDXVAHDEnglish</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Supported</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="32"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDXVAModes</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9"></span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="33"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDescription</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">NVIDIA GeForce GTX 970M </span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="34"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDeviceId</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">0x1618</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="35"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDeviceIdentifier</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">{D7B71E3E-5558-11CF-1761-0E551CC2C735}</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="36"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDeviceName</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">\\.\DISPLAY1</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="37"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDisplayMemoryEnglish</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">14223 MB</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="38"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDisplayMemoryLocalized</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">14223 MB</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="39"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDisplayModeEnglish</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">4096 x 2160 (32 bit) (60Hz)</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="40"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDisplayModeLocalized</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">4096 x 2160 (32 bit) (60Hz)</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="41"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDriverAssemblyVersion</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">10.18.13.6143</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="42"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDriverAttributes</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Final Retail</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="43"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDriverDateEnglish</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">12/16/2015 12:00:00 AM</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="44"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDriverDateLocalized</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">12/16/2015 00:00:00</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="45"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDriverLanguageEnglish</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">English</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="46"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDriverLanguageLocalized</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">English</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="47"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDriverModelEnglish</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">WDDM 2.0</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="48"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDriverModelLocalized</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">WDDM 2.0</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="49"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDriverName</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um,nvwgf2um</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="50"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDriverNodeStrongName</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">oem12.inf:0f066de3a3b0cafb:Section033:10.18.13.6143:pci\ven_10de&dev_1618&subsys_75031558</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="51"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDriverSignDate</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9"></span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="52"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDriverVersion</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">10.18.0013.6143</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="53"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szKeyDeviceID</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Enum\PCI\VEN_10DE&DEV_1618&SUBSYS_75031558&REV_A1</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="54"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szKeyDeviceKey</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">\Registry\Machine\System\CurrentControlSet\Control\Video\{F1DB2FFD-30F2-401D-935D-77F2BF303463}\0000</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="55"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szManufacturer</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">NVIDIA</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="56"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szMiniVdd</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">n/a</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="57"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szMiniVddDateEnglish</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">n/a</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="58"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szMiniVddDateLocalized</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">n/a</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="59"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szMonitorMaxRes</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9"></span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="60"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szMonitorName</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Generic PnP Monitor</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="61"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szNotesEnglish</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">No problems found. | |
</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="62"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szNotesLocalized</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">No problems found. | |
</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="63"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szOverlayEnglish</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Supported</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="64"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szRankOfInstalledDriver</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">00D10001</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="65"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szRegHelpText</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9"></span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="66"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szRevision</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9"></span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="67"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szRevisionId</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">0x00A1</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="68"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szSubSysId</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">0x75031558</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="69"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szTestResultD3D7English</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Not run</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="70"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szTestResultD3D7Localized</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Not run</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="71"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szTestResultD3D8English</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Not run</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="72"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szTestResultD3D8Localized</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Not run</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="73"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szTestResultD3D9English</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Not run</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="74"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szTestResultD3D9Localized</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Not run</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="75"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szTestResultDDEnglish</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Not run</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="76"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szTestResultDDLocalized</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Not run</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="77"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szVdd</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">n/a</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="*78"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szVendorId</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">0x10DE</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr> | |
</tbody></table> | |
</div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="*1"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6" style="display: none;"> | |
<span class="row-title" jscontent="description" jstcache="8">title</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6" style="display: none;"> | |
<span jscontent="value" jstcache="9">value</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7"> | |
<span jscontent="description" class="row-title" jstcache="8">1</span> | |
<div jstcache="0"> | |
<table id="info-view-table" jstcache="0"> | |
<colgroup jstcache="0"> | |
<col style="width: 25%" jstcache="0"> | |
<col style="width: 75%" jstcache="0"> | |
</colgroup> | |
<tbody jstcache="0"><tr jsselect="value" jstcache="5" jsinstance="0"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">b3DAccelerationEnabled</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">true</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="1"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">b3DAccelerationExists</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">true</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="2"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">bAGPEnabled</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">true</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="3"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">bAGPExistenceValid</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">true</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="4"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">bAGPExists</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">true</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="5"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">bCanRenderWindow</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">true</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="6"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">bDDAccelerationEnabled</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">true</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="7"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">bDriverBeta</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">false</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="8"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">bDriverDebug</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">false</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="9"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">bDriverSigned</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">false</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="10"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">bDriverSignedValid</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">false</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="11"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">bNoHardware</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">false</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="12"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">dwBpp</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">32</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="13"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">dwDDIVersion</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">12</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="14"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">dwHeight</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">1080</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="15"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">dwRefreshRate</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">60</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="16"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">dwWHQLLevel</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">0</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="17"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">dwWidth</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">1920</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="18"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">iAdapter</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">1</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="19"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">lDriverSize</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">17104016</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="20"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">lMiniVddSize</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">0</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="21"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szAGPStatusEnglish</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Enabled</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="22"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szAGPStatusLocalized</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Enabled</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="23"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szChipType</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">GeForce GTX 970M</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="24"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szD3DStatusEnglish</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Enabled</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="25"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szD3DStatusLocalized</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Enabled</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="26"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDACType</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Integrated RAMDAC</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="27"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDDIVersionEnglish</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">12</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="28"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDDIVersionLocalized</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">12</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="29"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDDStatusEnglish</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Enabled</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="30"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDDStatusLocalized</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Enabled</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="31"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDXVAHDEnglish</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Supported</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="32"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDXVAModes</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9"></span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="33"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDescription</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">NVIDIA GeForce GTX 970M </span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="34"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDeviceId</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">0x1618</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="35"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDeviceIdentifier</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">{D7B71E3E-5558-11CF-1761-0E551CC2C735}</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="36"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDeviceName</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">\\.\DISPLAY2</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="37"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDisplayMemoryEnglish</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">14223 MB</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="38"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDisplayMemoryLocalized</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">14223 MB</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="39"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDisplayModeEnglish</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">1920 x 1080 (32 bit) (60Hz)</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="40"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDisplayModeLocalized</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">1920 x 1080 (32 bit) (60Hz)</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="41"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDriverAssemblyVersion</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">10.18.13.6143</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="42"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDriverAttributes</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Final Retail</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="43"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDriverDateEnglish</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">12/16/2015 12:00:00 AM</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="44"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDriverDateLocalized</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">12/16/2015 00:00:00</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="45"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDriverLanguageEnglish</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">English</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="46"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDriverLanguageLocalized</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">English</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="47"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDriverModelEnglish</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">WDDM 2.0</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="48"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDriverModelLocalized</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">WDDM 2.0</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="49"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDriverName</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um,nvwgf2um</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="50"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDriverNodeStrongName</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">oem12.inf:0f066de3a3b0cafb:Section033:10.18.13.6143:pci\ven_10de&dev_1618&subsys_75031558</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="51"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDriverSignDate</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9"></span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="52"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szDriverVersion</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">10.18.0013.6143</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="53"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szKeyDeviceID</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Enum\PCI\VEN_10DE&DEV_1618&SUBSYS_75031558&REV_A1</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="54"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szKeyDeviceKey</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">\Registry\Machine\System\CurrentControlSet\Control\Video\{F1DB2FFD-30F2-401D-935D-77F2BF303463}\0001</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="55"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szManufacturer</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">NVIDIA</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="56"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szMiniVdd</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">n/a</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="57"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szMiniVddDateEnglish</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">n/a</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="58"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szMiniVddDateLocalized</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">n/a</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="59"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szMonitorMaxRes</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9"></span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="60"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szMonitorName</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Generic PnP Monitor</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="61"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szNotesEnglish</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">No problems found. | |
</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="62"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szNotesLocalized</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">No problems found. | |
</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="63"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szOverlayEnglish</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Supported</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="64"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szRankOfInstalledDriver</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">00D10001</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="65"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szRegHelpText</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9"></span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="66"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szRevision</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9"></span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="67"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szRevisionId</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">0x00A1</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="68"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szSubSysId</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">0x75031558</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="69"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szTestResultD3D7English</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Not run</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="70"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szTestResultD3D7Localized</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Not run</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="71"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szTestResultD3D8English</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Not run</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="72"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szTestResultD3D8Localized</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Not run</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="73"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szTestResultD3D9English</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Not run</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="74"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szTestResultD3D9Localized</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Not run</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="75"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szTestResultDDEnglish</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Not run</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="76"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szTestResultDDLocalized</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">Not run</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="77"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szVdd</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">n/a</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr><tr jsselect="value" jstcache="5" jsinstance="*78"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">szVendorId</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">0x10DE</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr> | |
</tbody></table> | |
</div> | |
</td> | |
</tr> | |
</tbody></table> | |
</div></div> | |
</div> | |
<!-- templates --> | |
<div style="display:none"> | |
<div id="info-view-table-template" jstcache="0"> | |
<table id="info-view-table" jstcache="0"> | |
<colgroup jstcache="0"> | |
<col style="width: 25%" jstcache="0"> | |
<col style="width: 75%" jstcache="0"> | |
</colgroup> | |
<tbody jstcache="0"><tr jsselect="value" jstcache="5"> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span class="row-title" jscontent="description" jstcache="8">title</span> | |
</td> | |
<td jsdisplay="!(value instanceof Array)" jstcache="6"> | |
<span jscontent="value" jstcache="9">value</span> | |
</td> | |
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7"> | |
<span jscontent="description" class="row-title" jstcache="8"></span> | |
<div transclude="info-view-table-template" jstcache="10"></div> | |
</td> | |
</tr> | |
</tbody></table> | |
</div> | |
</div> | |
</tabpanel> | |
<script src="chrome://resources/js/i18n_template.js"></script> | |
<script src="chrome://resources/js/jstemplate_compiled.js"></script> | |
</body></html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment