Workstation GUI Screen Corruption
search cancel

Workstation GUI Screen Corruption

book

Article ID: 105886

calendar_today

Updated On:

Products

CA Application Test CA Continuous Application Insight (PathFinder) Service Virtualization

Issue/Introduction

Experiencing big issues with DevTest Workstation GUI which is producing a lot of "glitches" which makes it unusable.

Relevant drivers have been updated on the computer and the issue still persists. Can you please advise?

Environment

All supported DevTest releases with a Windows 10 local display

Cause

The screen driver is not correctly rendering Java Swing/awt applications. This is a known problem with some 3d screen rendering engines 

3d screen management in Windows 10 is no longer selectable by the user, instead being managed by the operating system on an automatic basis. The usual resolution of disabling 3d rendering for Java applications is therefore not available. 

Resolution

Since the latest driver did not improve matters, the Workstation application was started in compatibility mode which greatly improved performance. 

The following properties were also added to the vmoptions file for Workstation. 

-Dsun.java2d.d3d=false 
-Dsun.java2d.ddoffscreen=false 
-Dsun.java2d.noddraw=true