summarylogtreecommitdiffstats
path: root/substance-designer
diff options
context:
space:
mode:
Diffstat (limited to 'substance-designer')
-rw-r--r--substance-designer4
1 files changed, 4 insertions, 0 deletions
diff --git a/substance-designer b/substance-designer
index 0bed599ec35a..c21e60358e01 100644
--- a/substance-designer
+++ b/substance-designer
@@ -1,7 +1,11 @@
#!/bin/sh
+# If the interface is too small/big, uncomment the following line and tweak the value accordingly.
#export QT_SCALE_FACTOR=0.75
+# If you're using a Nvidia Optimus setup, uncomment the line below and comment the final line to
+# always use the Nvidia GPU for this software (which is often too heavy for integrated GPUs).
#exec primusrun /opt/Allegorithmic/Substance_Designer/Substance\ Designer "$@"
+
exec /opt/Allegorithmic/Substance_Designer/Substance\ Designer "$@"