XSTRA
AutoCAD, Advance Steel & 3D Design — Citrix Supplement
Specialist Citrix, Windows, NVIDIA, application, standards-database and multi-user guidance for AutoCAD, Advance Steel and 3D design workloads.
Purpose and Use of This Supplement
Scope: GPU-backed Citrix / XDESK VDAs
Use this supplement together with the XSTRA Citrix Graphics & Application Performance Guide. This document contains only the additional settings and operational controls required for AutoCAD, Advance Steel and related 3D design workloads.

The specialist objective is sharp line work, crisp text, low input latency, stable GPU acceleration, responsive viewport movement, reliable standards-database access and safe multi-user operation.
Relationship to the General XSTRA Citrix Guide
Complete the general guide first to validate the shared public-internet baseline: UDP → CGP → ICA, SecureHDX AES-256 GCM, DTLSv1.2, Gateway path, latency and GPU availability. This supplement begins with the settings that differ for design workloads.

For detailed design work, Build to Lossless with visually lossless compression can deliberately use a 4:4:4 H.264 or H.265 path instead of AV1. Crisp static lines and pixel accuracy can be more important than forcing AV1; validate AV1 for motion-heavy use only when the applied lossless policy permits it.
Citrix HDX Policy Profile
Setting AutoCAD / Advance Steel / 3D Design
HDX Adaptive Transport Preferred
HDX Direct Allowed
HDX Direct Mode Internal Only
HDX Direct Port Range 55000–55250
Use Hardware Encoding for Video Codec Enabled
Use Video Codec for Compression For Actively Changing Regions
Optimize for 3D Graphics Workload Enabled
Target Frame Rate 60 FPS
Visual Quality Build to Lossless
Allow Visually Lossless Compression Enabled
Preferred Colour Depth 24-bit
Loss Tolerant Mode for Graphics Prohibited
Heavyweight Compression Disabled
Graphics Status Indicator Enabled while testing
Desktop Wallpaper Allowed
Dynamic Windows Preview Enabled
View Window Contents While Dragging Allowed
Menu Animation Allowed
Multimedia Conferencing Allowed
Audio Quality Medium / High Definition
Browser GPU Settings — Chrome / Edge
Setting AutoCAD / Advance Steel / 3D Design
Browser Latest Chrome or Edge if using AutoCAD Web
Hardware Acceleration Enabled
WebGL Enabled / Hardware Accelerated
WebGL2 Enabled / Hardware Accelerated
ANGLE Backend DirectX 11
Browser Zoom 100%
Extensions Minimal
Background Tabs 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 AutoCAD / Advance Steel / 3D Design
Display Scaling 100% or 125%
Resolution Native / Client Display
Power Plan High Performance
Hardware Accelerated GPU Scheduling Enabled, test stability
Windows Animations On
Transparency Effects Off
Visual Effects Best Performance or Custom
HDR Off
Mouse Pointer Trails Off
NVIDIA GPU Settings — VDA Host / VM
Setting AutoCAD / Advance Steel / 3D Design
Power Management Mode Prefer Maximum Performance
OpenGL Rendering GPU NVIDIA GPU
CUDA GPUs All
Texture Filtering Quality High Performance
Low Latency Mode Off / Default
Vertical Sync Off
Triple Buffering Off
Application-Level Graphics Settings
Setting AutoCAD / Advance Steel / 3D Design
Graphics Mode DirectX
Hardware Acceleration Enabled
Antialiasing Enabled if performance is acceptable
Anisotropic Filtering Enabled if performance is acceptable
High Quality Geometry Enabled if performance is acceptable
Smooth Line Display Enabled
Selection Preview Off
Rollover Tooltips Off
Dynamic Input Off if laggy
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

Specialist Design Workload Objective
Workload Primary Tuning Bias
AutoCAD 3D Design Sharp lines, crisp text, low mouse latency, stable GPU acceleration, and accurate design display.
Final Validation Checklist
After completing the general Citrix validation, confirm the specialist design profile is applied, the NVIDIA GPU is visible inside the VDA, AutoCAD hardware acceleration is active, viewport movement is responsive, static line work returns to a crisp lossless state, and the correct standards databases are available without multi-user locking.

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

Thanks for your feedback.