Skip to content

Commit 7d65dd2

Browse files
authored
Merge pull request #276021 from dknappettmsft/avd-chroma-default-420
AVD set default chroma value and GPU acceleration refresh
2 parents 514d688 + 022fa65 commit 7d65dd2

File tree

7 files changed

+227
-77
lines changed

7 files changed

+227
-77
lines changed

articles/virtual-desktop/TOC.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
displayName: deploy, get started
261261
href: add-session-hosts-host-pool.md
262262
- name: Enable GPU acceleration
263-
displayName: graphics, multimedia, videos, cad, session hosts
263+
displayName: graphics, multimedia, videos, cad, session hosts, 3D, rendering
264264
href: enable-gpu-acceleration.md
265265
- name: Customize session host images
266266
items:
@@ -284,6 +284,9 @@
284284
- name: Windows 11 Enterprise images
285285
displayName: languages, language packs
286286
href: windows-11-language-packs.md
287+
- name: Configure default chroma value
288+
displayName: graphics, multimedia, videos, cad, session hosts, 3D, rendering
289+
href: configure-default-chroma-value.md
287290
- name: Applications
288291
items:
289292
- name: Publish applications with RemoteApp
Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
---
2+
title: Configure default chroma value for Azure Virtual Desktop
3+
description: Learn how to configure the default chroma value from 4:2:0 to 4:4:4.
4+
ms.topic: how-to
5+
author: dknappettmsft
6+
ms.author: daknappe
7+
ms.date: 05/21/2024
8+
---
9+
10+
# Configure the default chroma value for Azure Virtual Desktop
11+
12+
The chroma value determines the color space used for encoding. By default, the chroma value is set to 4:2:0, which provides a good balance between image quality and network bandwidth. You can increase the default chroma value to 4:4:4 to improve image quality. You don't need to use GPU acceleration to change the default chroma value.
13+
14+
This article shows you how to set the default chroma value. You can use Microsoft Intune or Group Policy to configure your session hosts.
15+
16+
## Prerequisites
17+
18+
Before you can configure the default chroma value, you need:
19+
20+
- An existing host pool with session hosts.
21+
22+
- To configure Microsoft Intune, you need:
23+
24+
- Microsoft Entra ID account that is assigned the [Policy and Profile manager](/mem/intune/fundamentals/role-based-access-control-reference#policy-and-profile-manager) built-in RBAC role.
25+
26+
- A group containing the devices you want to configure.
27+
28+
- To configure Group Policy, you need:
29+
30+
- A domain account that is a member of the **Domain Admins** security group.
31+
32+
- A security group or organizational unit (OU) containing the devices you want to configure.
33+
34+
## Increase the default chroma value to 4:4:4
35+
36+
By default, the chroma value is set to 4:2:0. You can increase the default chroma value to 4:4:4 using Microsoft Intune or Group Policy.
37+
38+
Select the relevant tab for your scenario.
39+
40+
# [Microsoft Intune](#tab/intune)
41+
42+
To increase the default chroma value to 4:4:4 using Microsoft Intune:
43+
44+
1. Sign in to the [Microsoft Intune admin center](https://endpoint.microsoft.com/).
45+
46+
1. [Create or edit a configuration profile](/mem/intune/configuration/administrative-templates-windows) for **Windows 10 and later** devices, with the **Settings catalog** profile type.
47+
48+
1. In the settings picker, browse to **Administrative templates** > **Windows Components** > **Remote Desktop Services** > **Remote Desktop Session Host** > **Remote Session Environment**.
49+
50+
:::image type="content" source="media/enable-gpu-acceleration/remote-session-environment-intune.png" alt-text="A screenshot showing the redirection options in the Microsoft Intune portal." lightbox="media/enable-gpu-acceleration/remote-session-environment-intune.png":::
51+
52+
1. Check the box for the following settings, then close the settings picker:
53+
54+
1. **Prioritize H.264/AVC 444 Graphics mode for Remote Desktop connections**
55+
56+
1. **Configure image quality for RemoteFX Adaptive Graphics**
57+
58+
1. Expand the **Administrative templates** category, then set each setting as follows:
59+
60+
1. Set toggle the switch for **Prioritize H.264/AVC 444 Graphics mode for Remote Desktop connections** to **Enabled**.
61+
62+
1. Set toggle the switch for **Configure image quality for RemoteFX Adaptive Graphics** to **Enabled**, then for **Image quality: (Device)**, select **High**.
63+
64+
1. Select **Next**.
65+
66+
1. *Optional*: On the **Scope tags** tab, select a scope tag to filter the profile. For more information about scope tags, see [Use role-based access control (RBAC) and scope tags for distributed IT](/mem/intune/fundamentals/scope-tags).
67+
68+
1. On the **Assignments** tab, select the group containing the computers providing a remote session you want to configure, then select **Next**.
69+
70+
1. On the **Review + create** tab, review the settings, then select **Create**.
71+
72+
1. Once the policy applies to the computers providing a remote session, restart them for the settings to take effect.
73+
74+
# [Group Policy](#tab/group-policy)
75+
76+
To increase the default chroma value to 4:4:4 using Group Policy:
77+
78+
1. Open the **Group Policy Management** console on device you use to manage the Active Directory domain.
79+
80+
1. Create or edit a policy that targets the computers providing a remote session you want to configure.
81+
82+
1. Navigate to **Computer Configuration** > **Policies** > **Administrative Templates** > **Windows Components** > **Remote Desktop Services** > **Remote Desktop Session Host** > **Remote Session Environment**.
83+
84+
:::image type="content" source="media/enable-gpu-acceleration/remote-session-environment-group-policy.png" alt-text="A screenshot showing the redirection options in the Group Policy editor." lightbox="media/enable-gpu-acceleration/remote-session-environment-group-policy.png":::
85+
86+
1. Configure the following settings:
87+
88+
1. Double-click the policy setting **Prioritize H.264/AVC 444 Graphics mode for Remote Desktop connections** to open it. Select **Enabled**, then select **OK**.
89+
90+
1. Double-click the policy setting **Configure image quality for RemoteFX Adaptive Graphics** to **Enabled**, then for **Image quality**, select **High**. Select **OK**.
91+
92+
1. Ensure the policy is applied to your session hosts, then restart them for the settings to take effect.
93+
94+
---
95+
96+
## Verify a remote session is using a chroma value of 4:4:4
97+
98+
To verify that a remote session is using a chroma value of 4:4:4, you need to [open an Azure support request](https://azure.microsoft.com/support/create-ticket/) with Microsoft Support who can verify the chroma value from telemetry.
99+
100+
## Related content
101+
102+
- [Configure GPU acceleration](enable-gpu-acceleration.md)

0 commit comments

Comments
 (0)