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
+16-5Lines changed: 16 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,26 @@
1
1
# Standalone - FAQ
2
2
3
-
## How can I run cables standalone in fullscreen/presentation mode
3
+
## How can I run cables standalone in fullscreen/presentation mode?
4
4
5
5
To start cables standalone in fullscreen and/or open the renderer in fullscreen on start, use the following
6
6
command line arguments.
7
7
8
-
-`--fullscreen`open editor in fullscreen window on start
9
-
-`--maximize-renderer`maximize the renderer to window size on start
8
+
-`--fullscreen` Open editor in fullscreen window on start
9
+
-`--maximize-renderer`Maximize the renderer to window size on start
10
10
11
11
Use `--help` for more info.
12
12
13
+
## How can I let cables standalone run on my internal GPU instead of the dedicated one?
14
+
15
+
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
+
18
+
-`--force-igpu` Force using integrated GPU when there are multiple GPUs available.
19
+
-`--dont-force-dgpu` DO NOT force using discrete GPU when there are multiple GPUs available.
20
+
21
+
Use `--help` for more info.
22
+
23
+
13
24
## Where can I find more information and tutorials to get started?
14
25
15
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
@@ -30,6 +41,6 @@ As a general rule of thumb: Whenever cables uses files, it's using URLs. URLs of
30
41
Notice the forward slashes. To keep this OS-independent, whenever you deal with files, try to use file-url.
31
42
There are ops to convert [back](https://cables.gl/op/Ops.Extension.Standalone.Files.PathToFileUrl) and [forth](https://cables.gl/op/Ops.Extension.Standalone.Files.PathToFileUrl) between URLs and paths.
32
43
33
-
## How can I support the development of cables and the standalone version?
44
+
## Can I support the development of cables and the standalone version?
34
45
35
-
Most definitely, check out the general section on [supporting cables](../../faq/faq). Thank you!
46
+
Most definitely, check out the general section on [supporting cables](../../faq/faq). Thank you!
0 commit comments