You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: md/6_2_standalone/5_standalone_faq/standalone_faq.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,20 +7,20 @@ command line arguments.
7
7
8
8
-`--fullscreen` Open editor in fullscreen window on start
9
9
-`--maximize-renderer` Maximize the renderer to window size on start
10
+
-`--patch=<path>` Open patch from `.cables` file on start
10
11
11
12
Use `--help` for more info.
12
13
13
14
## How can I let cables standalone run on my internal GPU instead of the dedicated one?
14
15
15
16
If you need or want to run cables or patches on the internal GPU of your laptop instead of the dedicated one
16
-
(which is forced by default), there is two commandline arguments to control the behaviour:
17
+
(which is forced by default), there are two commandline arguments to control the behaviour:
17
18
18
19
-`--force-igpu` Force using integrated GPU when there are multiple GPUs available.
19
20
-`--dont-force-dgpu` DO NOT force using discrete GPU when there are multiple GPUs available.
20
21
21
22
Use `--help` for more info.
22
23
23
-
24
24
## Where can I find more information and tutorials to get started?
25
25
26
26
There are plenty of tutorial videos on our [YouTube channel](https://www.youtube.com/cables_gl), some cover specific standalone topics. Feel free to suggest
0 commit comments