diff --git a/devices/surface-hub/change-history-surface-hub.md b/devices/surface-hub/change-history-surface-hub.md index f974394314..f85267c41d 100644 --- a/devices/surface-hub/change-history-surface-hub.md +++ b/devices/surface-hub/change-history-surface-hub.md @@ -14,6 +14,12 @@ localizationpriority: medium This topic lists new and updated topics in the [Surface Hub Admin Guide]( surface-hub-administrators-guide.md). +## January 2017 + +| New or changed topic | Description | +| --- | --- | +| [Connect other devices and display with Surface Hub](connect-and-display-with-surface-hub.md) | Added graphics cards verified to work with 84" Surface Hubs and added information about the lengths of cables. | + ## December 2016 | New or changed topic | Description| diff --git a/devices/surface-hub/connect-and-display-with-surface-hub.md b/devices/surface-hub/connect-and-display-with-surface-hub.md index 895bb29632..3febb60ff6 100644 --- a/devices/surface-hub/connect-and-display-with-surface-hub.md +++ b/devices/surface-hub/connect-and-display-with-surface-hub.md @@ -251,7 +251,7 @@ In Replacement PC Mode, Surface Hub supports any graphics adapter that can produ **55" Surface Hubs** - For best experience, use a graphics card capable of 1080p resolution at 120Hz. -**84" Surface Hubs** - For best experience, use a graphics card capable of outputting four DisplayPort 1.2 streams to produce 2160p at 120Hz (3840 x 2160 at 120Hz vertical refresh). We've verified that this works with the NVIDIA Quadro K2200, NVIDIA Quadro K4200, and NVIDIA Quadro M6000. These are not the only graphics cards - others are available from other vendors. +**84" Surface Hubs** - For best experience, use a graphics card capable of outputting four DisplayPort 1.2 streams to produce 2160p at 120Hz (3840 x 2160 at 120Hz vertical refresh). We've verified that this works with the NVIDIA Quadro K2200, NVIDIA Quadro K4200, NVIDIA Quadro M6000, AMD FirePro W5100, AMD FirePro W7100, and AMD FirePro W9100. These are not the only graphics cards - others are available from other vendors. Check directly with graphics card vendors for the latest drivers. @@ -273,7 +273,7 @@ Check directly with graphics card vendors for the latest drivers.
AMD
[http://support.amd.com/download](http://support.amd.com/download)
[http://support.amd.com/en-us/download](http://support.amd.com/en-us/download)
Intel
5
50
S0
Ready
Exit code | Meaning - | |
---|---|---|
0 | Success - | |
1 | Unexpected error occurred while executing the script - | |
2 | Error when logging to console. $logMode = 0. - | |
3 | Error when logging to console and file. $logMode = 1. - | |
4 | Error when logging to file. $logMode = 2. - | |
5 | Error when logging to console and file. $logMode = unknown. - | |
6 | The commercialID parameter is set to unknown. Modify the script. - | |
7 | Function -CheckCommercialId: Unexpected failure. - | |
8 | Failure to create registry key path: HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection. - | |
9 | Error when writing CommercialId to registry. - | |
10 | Error when writing CommercialDataOptIn to registry. - | |
11 | Function -SetupCommercialId: Unexpected failure. - | |
12 | Can’t connect to Microsoft – Vortex. Check your network/proxy settings. - | |
13 | Can’t connect to Microsoft – setting. Check your network/proxy settings. - | |
14 | Can’t connect to Microsoft – compatexchange. Check your network/proxy settings. - | |
15 | Error connecting to Microsoft. Check your network/proxy settings. - | |
16 | Machine requires reboot. - | |
17 | Function -CheckRebootRequired: Unexpected failure. - | |
18 | Outdated compatibility update KB package. Update via Windows Update/WSUS. - | |
19 | This machine doesn’t have the proper KBs installed. Make sure you have recent compatibility update KB downloaded. - | |
20 | Error writing RequestAllAppraiserVersions registry key. - | |
21 | Function – SetRequestAllAppraiserVersions: Unexpected failure. - | |
22 | RunAppraiser failed with unexpected exception. - | |
23 | Error finding system variable %WINDIR%. - | |
24 | SetIEDataOptIn failed when writing IEDataOptIn to registry. - | |
25 | SetIEDataOptIn failed with unexpected exception. - | |
26 | The operating system is Server or LTSB SKU. The script does not support Server or LTSB SKUs. - | |
27 | The script is not running under System account. The Upgrade Analytics configuration script must be run as system. - | |
28 | Could not create log file at the specified logPath. + | |
Exit code | Meaning | Suggested fix + |
0 | Success | + |
1 | Unexpected error occurred while executing the script | The files in the deployment script are likely corrupted. Download the [latest script](https://go.microsoft.com/fwlink/?LinkID=822966&clcid=0x409) from the download center and try again. + |
2 | Error when logging to console. $logMode = 0. | Try changing the $logMode value to **1** and try again. + |
3 | Error when logging to console and file. $logMode = 1. | Verify that you have set the logPath parameter in RunConfig.bat, and that the configuration script has access to connect and write to this location. + |
4 | Error when logging to file. $logMode = 2. | Verify that you have set the logPath parameter in RunConfig.bat, and that the configuration script has access to connect and write to this location. + |
5 | Error when logging to console and file. $logMode = unknown. | Verify that you have set the logPath parameter in RunConfig.bat, and that the configuration script has access to connect and write to this location. + |
6 | The commercialID parameter is set to unknown. Modify the script. | Set the value for CommercialID in runconfig.bat file. + |
8 | Failure to create registry key path: HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection. | Verify that the configuration script has access to this location. + |
9 | Error when writing CommercialId to registry. | Verify that the configuration script has access to this location. + |
10 | Error when writing CommercialDataOptIn to registry. | Verify that the configuration script has access to this location. + |
11 | Function -SetupCommercialId: Unexpected failure. | Verify that the configuration script has access to this location. + |
12 | Can’t connect to Microsoft – Vortex. Check your network/proxy settings. | Verify that the required endpoints are whitelisted correctly. + |
13 | Can’t connect to Microsoft – setting. | Verify that the required endpoints are whitelisted correctly. + |
14 | Can’t connect to Microsoft – compatexchange. | Verify that the required endpoints are whitelisted. + |
15 | Error connecting to Microsoft:Unexpected failure. | + |
16 | Machine requires reboot. | The reboot is required to complete the installation of the compatibility update and related KBs. Reboot the machine before running the Upgrade Analytics deployment script. + |
17 | Function -CheckRebootRequired: Unexpected failure. | The reboot is required to complete the installation of the compatibility update and related KBs. Reboot the machine before running the Upgrade Analytics deployment script. + |
18 | Outdated compatibility update KB package. Update via Windows Update/WSUS. | +The configuration script detected a version of the Compatibility update module that is older than the minimum required to correctly collect the data required by Upgrade Analytics solution. Use the latest version of the Compatibility update for Windows 7 SP1/Windows 8.1. + |
19 | The compatibility update failed with unexpected exception. | The files in the deployment script are likely corrupted. Download the [latest script](https://go.microsoft.com/fwlink/?LinkID=822966&clcid=0x409) from the download center and try again. + |
20 | Error writing RequestAllAppraiserVersions registry key. | This registry key is required for data collection to work correctly. Verify that the configuration script has access to this location. + |
21 | Function – SetRequestAllAppraiserVersions: Unexpected failure. | This registry key is required for data collection to work correctly. Verify that the configuration script has access to this location. + |
22 | RunAppraiser failed with unexpected exception. | Check %windir%\System32 directory for a file called CompatTelRunner.exe. If the file does not exist, reinstall the required compatibility updates which include this file, and check your organization group policy to make sure it does not remove this file. + |
23 | Error finding system variable %WINDIR%. | Make sure that this environment variable is available on the machine. + |
24 | SetIEDataOptIn failed when writing IEDataOptIn to registry. | Verify that the deployment script in running in a context that has access to the registry key. + |
25 | SetIEDataOptIn failed with unexpected exception. | The files in the deployment script are likely corrupted. Download the latest script from the [download center](https://go.microsoft.com/fwlink/?LinkID=822966&clcid=0x409) and try again. + |
26 | The operating system is Server or LTSB SKU. | The script does not support Server or LTSB SKUs. + |
27 | The script is not running under System account. | The Upgrade Analytics configuration script must be run as system. + |
28 | Could not create log file at the specified logPath. | Make sure the deployment script has access to the location specified in the logPath parameter. + |
29 | Connectivity check failed for proxy authentication. | Install the cumulative updates on the machine and enable the `DisableEnterpriseAuthProxy` authentication proxy setting. The `DisableEnterpriseAuthProxy` setting is enabled by default for Windows 7. For Windows 8.1 machines, set the `DisableEnterpriseAuthProxy` setting to **0** (not disabled). For more information on authentication proxy support, see [this blog post](https://go.microsoft.com/fwlink/?linkid=838688). + |
30 | Connectivity check failed. Registry key property `DisableEnterpriseAuthProxy` is not enabled. | The `DisableEnterpriseAuthProxy` setting is enabled by default for Windows 7. For Windows 8.1 machines, set the `DisableEnterpriseAuthProxy` setting to **0** (not disabled). For more information on authentication proxy support, see [this blog post](https://go.microsoft.com/fwlink/?linkid=838688). + |
30 | There is more than one instance of the Upgrade Analytics data collector running at the same time on this machine. | Use the Windows Task Manager to check if CompatTelRunner.exe is running, and wait until it has completed to rerun the script. +**The Upgrade Analytics task is scheduled to run daily at 3 a.m.** |