Extension: omni.kit.compatibility_checker-1.0.3 |
Documentation Generated: Oct 09, 2025 |
Settings#
Settings Provided by the Extension#
/exts/omni.kit.compatibility_checker/waitFrames#
Default Value: 2
Description: Number of frames to wait after extension startup to perform compatibility tests, with negative values disabling automatic startup checks.
/exts/omni.kit.compatibility_checker/checkRendererAttached#
Default Value: “”
Description: Allows faster compatibility check by enabling early exit when specified renderer is attached to a UsdContext.
/exts/omni.kit.compatibility_checker/supportedGpus#
Default Value: None (commented in config)
Description: List of supported GPU name patterns using fnmatch pattern matching for hardware compatibility validation.
/exts/omni.kit.compatibility_checker/windows-x86_64/minOsVersion#
Default Value: 0
Description: Minimum required operating system version for Windows x86_64 platform compatibility checking.
/exts/omni.kit.compatibility_checker/linux-x86_64/minOsVersion#
Default Value: 0
Description: Minimum required operating system version for Linux x86_64 platform compatibility checking.
/exts/omni.kit.compatibility_checker/linux-aarch64/minOsVersion#
Default Value: 0
Description: Minimum required operating system version for Linux aarch64 platform compatibility checking.
/exts/omni.kit.compatibility_checker/windows-x86_64/driverBlacklistRanges#
Default Value: None (commented in config)
Description: List of blacklisted driver version ranges for Windows x86_64 platform that are known to cause issues.
/exts/omni.kit.compatibility_checker/linux-x86_64/driverBlacklistRanges#
Default Value: None (commented in config)
Description: List of blacklisted driver version ranges for Linux x86_64 platform that are known to cause issues.
/exts/omni.kit.compatibility_checker/linux-aarch64/driverBlacklistRanges#
Default Value: None (commented in config)
Description: List of blacklisted driver version ranges for Linux aarch64 platform that are known to cause issues.
Settings Used by the Extension but Provided by Another Extension#
/renderer/enabled#
Description: Comma-separated list of enabled renderers used to check if specific renderers like RTX are available for compatibility validation.
/log/file#
Description: Path to the application log file used to open the log when users click the “Open log” button in compatibility error notifications.