How to Publish Chrome Browser for XenApp so that GPU Acceleration is Enabled

How to Publish Chrome Browser for XenApp so that GPU Acceleration is Enabled

book

Article ID: CTX202106

calendar_today

Updated On:

Description

The default method for delivering Chrome as a published application via XenApp requires the application to be run with no GPU acceleration. Customers delivering Chrome as a published application are likely to have used the switches as below:

"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --allow-no-sandbox-job --disable-gpu

For a user to get a GPU accelerated experience in Chrome, publish them with the following switches:

"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --allow-no-sandbox-job --disable-gpu-sandbox

Issue/Introduction

Publishing Chrome Browser for XenApp – so that GPU acceleration is enabled

Additional Information