Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Rebohle <philip.rebohle@tu-dortmund.de>2023-11-27 06:39:24 +0300
committerPhilip Rebohle <philip.rebohle@tu-dortmund.de>2023-12-01 16:14:13 +0300
commit03c09ce15f9f1e3ae4dd24dffb1e3f235127bcfc (patch)
tree081ad29cafabf630c3e7ff7f5fb494881b9561ee /dxvk.conf
parent91f7f43c35f240231c9e5efd0b24a27da5c16a8a (diff)
[dxvk] Add option to skip integrated GPU adapters
Diffstat (limited to 'dxvk.conf')
-rw-r--r--dxvk.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/dxvk.conf b/dxvk.conf
index 13ffb6f4..ec3876cd 100644
--- a/dxvk.conf
+++ b/dxvk.conf
@@ -634,3 +634,15 @@
# - True/False
# dxgi.useMonitorFallback = False
+
+
+# Hide integrated graphics from applications
+#
+# Only has an effect when dedicated GPUs are present on the system. It is
+# not recommended to use this option at all unless absolutely necessary for
+# a game to work; prefer using DXVK_FILTER_DEVICE_NAME whenever possible.
+#
+# Supported values:
+# - True/False
+
+# dxvk.hideIntegratedGraphics = False