XSTRA
Citrix Graphics, 3D Design & Application Performance Guide
Recommended Citrix HDX, browser, Windows, NVIDIA, AutoCAD, Advance Steel and application settings for Google Earth, Google Maps and 3D design workloads.
Purpose and Workload Profiles
Scope: GPU-backed Citrix / XDESK VDAs
Use this guide as a baseline for tuning GPU-backed Citrix desktops where users run graphically demanding applications. It covers Citrix HDX policies, browser GPU acceleration, Windows desktop behaviour, NVIDIA GPU settings, application-level graphics settings, AutoCAD / Advance Steel database handling, multi-user access constraints, and file naming standards.

Google Maps and Google Earth should be tuned for smooth full-screen motion and video-style rendering. AutoCAD, Advance Steel and similar 3D design tools should be tuned for sharp line work, crisp text, low input latency, stable GPU acceleration, reliable standards database access, and clean file naming.
Citrix HDX Policy Profile
Setting Google Maps / Google Earth AutoCAD / Advance Steel / 3D Design
HDX Adaptive Transport Preferred Preferred
HDX Direct Allowed Allowed
HDX Direct Mode Internal Only Internal Only
HDX Direct Port Range 55000–55250 55000–55250
Use Hardware Encoding for Video Codec Enabled Enabled
Use Video Codec for Compression For the Entire Screen For Actively Changing Regions
Optimize for 3D Graphics Workload Enabled Enabled
Target Frame Rate 60 FPS 60 FPS
Visual Quality High Build to Lossless
Allow Visually Lossless Compression Enabled Enabled
Preferred Colour Depth 24-bit 24-bit
Loss Tolerant Mode for Graphics Prohibited Prohibited
Heavyweight Compression Disabled Disabled
Graphics Status Indicator Enabled while testing Enabled while testing
Desktop Wallpaper Allowed Allowed
Dynamic Windows Preview Enabled Enabled
View Window Contents While Dragging Allowed Allowed
Menu Animation Allowed Allowed
Multimedia Conferencing Allowed Allowed
Audio Quality High Definition Medium / High Definition
Browser GPU Settings — Chrome / Edge
Setting Google Maps / Google Earth AutoCAD / Advance Steel / 3D Design
Browser Latest Chrome or Edge Latest Chrome or Edge if using AutoCAD Web
Hardware Acceleration Enabled Enabled
WebGL Enabled / Hardware Accelerated Enabled / Hardware Accelerated
WebGL2 Enabled / Hardware Accelerated Enabled / Hardware Accelerated
ANGLE Backend DirectX 11 DirectX 11
Browser Zoom 100% 100%
Extensions Minimal Minimal
Background Tabs Keep to Minimum Keep to Minimum
Browser GPU validation
Check chrome://gpu or edge://gpu. WebGL, WebGL2, Rasterization, Video Decode, and Video Encode should show as Hardware Accelerated.
Windows Desktop Settings — Citrix VDA
Setting Google Maps / Google Earth AutoCAD / Advance Steel / 3D Design
Display Scaling 100% 100% or 125%
Resolution Native / Client Display Native / Client Display
Power Plan High Performance High Performance
Hardware Accelerated GPU Scheduling Enabled, test stability Enabled, test stability
Windows Animations On On
Transparency Effects On Off
Visual Effects Best Appearance Best Performance or Custom
HDR Off Off
Mouse Pointer Trails Off Off
NVIDIA GPU Settings — VDA Host / VM
Setting Google Maps / Google Earth AutoCAD / Advance Steel / 3D Design
Power Management Mode Prefer Maximum Performance Prefer Maximum Performance
OpenGL Rendering GPU NVIDIA GPU NVIDIA GPU
CUDA GPUs All All
Texture Filtering Quality High Performance High Performance
Low Latency Mode Off / Default Off / Default
Vertical Sync Off Off
Triple Buffering Off Off
Application-Level Graphics Settings
Setting Google Maps / Google Earth AutoCAD / Advance Steel / 3D Design
Graphics Mode DirectX for Google Earth Pro DirectX
Hardware Acceleration Enabled Enabled
3D Buildings / Terrain Enabled N/A
Antialiasing Enabled Enabled if performance is acceptable
Anisotropic Filtering Enabled Enabled if performance is acceptable
High Quality Geometry N/A Enabled if performance is acceptable
Smooth Line Display N/A Enabled
Selection Preview N/A Off
Rollover Tooltips N/A Off
Dynamic Input N/A Off if laggy
Driver Stable NVIDIA driver Autodesk / NVIDIA certified or stable production driver
AutoCAD, Advance Steel and 3D Design Application Guidance
Applies to: AutoCAD, Advance Steel and 3D design tools
AutoCAD and related 3D design applications require a different tuning approach from general video or browser-based graphics. The priority is stable GPU acceleration, sharp line work, responsive mouse movement, fast local access to standards data, and avoiding shared-file conflicts in multi-user environments.
AutoCAD GPU and viewport optimisation
AutoCAD relies heavily on CPU performance, especially single-threaded performance, but GPU acceleration is still important for 2D/3D orbit, visual styles, rendering, display smoothness, and large drawing interaction.
Area Recommended Setting / Action Reason
Hardware Acceleration Enabled Allows AutoCAD to use the GPU for display, orbit, visual styles and rendering-related graphics tasks.
Graphics Configuration Use GRAPHICSCONFIG to confirm GPU usage Confirms AutoCAD can see and use the NVIDIA GPU inside the Citrix VDA.
Graphics Driver Use Autodesk / NVIDIA certified or stable production driver Improves stability with large drawings, 3D models and design workloads.
Visual Style for Editing Use 2D Wireframe or simpler display modes while modelling Reduces GPU and CPU load during active editing.
Visual Style for Review Use Shaded or Realistic when required Provides better presentation quality when reviewing models.
Smooth Line Display Enabled if performance is acceptable Improves visual quality of line work but can reduce responsiveness on complex drawings.
High Quality Geometry Enabled only where performance remains acceptable Improves 3D display quality but may reduce speed on large models.
Adaptive Degradation Enabled Allows AutoCAD to reduce visual fidelity during heavy movement to preserve responsiveness.
Anti-Aliasing Moderate, for example 4x or lower Improves edge smoothness without excessive GPU load.
Storage and RAM 32GB–64GB RAM and fast SSD/NVMe-backed storage Improves performance when opening, saving and working with large drawings or models.
Standards database management for multi-user Citrix desktops
AutoCAD and AutoCAD-based structural design tools may rely on country-specific standards databases such as steel profiles, building codes, structural libraries, connection data, and project templates. In Citrix and other multi-user environments, these databases should be controlled centrally but delivered locally where possible.
Requirement Recommended Approach
Central source of truth Store approved standards databases in a central controlled share, organised by region, country, software version or project type.
Local working copy Copy required standards databases to a local or user-specific path at logon or application launch.
Version control Only update the local copy when the central version is newer or approved for release.
Regional profiles Use AutoCAD profiles or application configuration to point each user or region to the correct local standards path.
Performance objective Reduce network dependency, avoid file locking, and provide consistent standards data to all users.
Example standards database sync script for local working copies
The following example copies a standards database from a central share to a local user path only when the network version is newer.
# Define paths
  $NetworkPath = “\\NetworkShare\Standards\AU_Steel_Database.db”
  $LocalPath   = “C:\AutoCAD\Standards\AU_Steel_Database.db”

  # Ensure local folder exists
  $LocalFolder = Split-Path $LocalPath
  if (!(Test-Path -Path $LocalFolder)) {
      New-Item -Path $LocalFolder -ItemType Directory -Force | Out-Null
  }

  # Copy if missing or if network copy is newer
  if (Test-Path -Path $LocalPath) {
      $NetworkDate = (Get-Item $NetworkPath).LastWriteTime
      $LocalDate   = (Get-Item $LocalPath).LastWriteTime

      if ($NetworkDate -gt $LocalDate) {
          Copy-Item -Path $NetworkPath -Destination $LocalPath -Force
          Write-Output “Updated local standards database.”
      }
  }
  else {
      Copy-Item -Path $NetworkPath -Destination $LocalPath -Force
      Write-Output “Copied standards database to local path.”
  }
Advance Steel .MDF multi-user database warning
In Autodesk Advance Steel, shared .MDF database files can create multi-user problems in Citrix or shared desktop environments. If the first user locks the database file, other users may receive login errors or database access failures.
Issue Option 1: User-Specific Local Copies Option 2: SQL Server
File locking Each user receives their own copy of required .MDF files in a user-specific directory. SQL Server manages concurrent access instead of users opening the same file directly.
Best for Small environments, simple standards databases, or where users do not need to write back shared changes. Larger teams, shared data, stronger consistency requirements, and true multi-user access.
Implementation Use logon scripts, application launch scripts, or profile management to copy databases locally before launch. Install SQL Server, attach the databases, and configure Advance Steel to connect to SQL Server.
Outcome Avoids user-to-user file lock conflicts by isolating each user’s working data. Provides cleaner centralised management, data consistency, and concurrent access.
AutoCAD / Advance Steel file and folder naming rules
AutoCAD, Advance Steel, scripts, legacy tools, and third-party add-ins can be sensitive to long file paths and unusual characters. Use a conservative naming standard for project folders, drawing files, sheet sets, standards databases, and shared templates.
Rule Recommended Standard
Path length Keep full paths short. Avoid deeply nested project folders and very long drawing names.
Allowed characters Use letters, numbers, hyphens - and underscores _.
Avoid characters Avoid < > : " / \ | ? * and avoid spaces where possible.
Case consistency Use a consistent naming convention. Windows treats file names as case-insensitive, but consistent casing avoids confusion.
Extensions Use correct extensions such as .DWG for AutoCAD drawings and keep template, standards and database extensions unchanged.
Recommended file naming example
Good: Project_1234_Level_02_Structural_Model.dwg
Avoid: Project 1234 – Level 02 / Final: Structural Model?.dwg

Profile Selection — Google Earth vs AutoCAD
Workload Primary Tuning Bias
Google Maps / Google Earth Smooth motion, full-screen video-style rendering, fast viewport movement, and responsive map / globe interaction.
AutoCAD 3D Design Sharp lines, crisp text, low mouse latency, stable GPU acceleration, and accurate design display.
Final Validation Checklist
Confirm the Citrix session is using UDP / EDT where available, hardware encoding is active, the NVIDIA GPU is visible inside the VDA, browser GPU acceleration is active, and the application itself is using hardware acceleration.

Need more help with this?
© 2021–2026 XSTRA Group Pty Ltd (Australia). All rights reserved.

Thanks for your feedback.