Skip to content

Commit e1cee4e

Browse files
committed
standalone gpu-switch docs
1 parent 745655b commit e1cee4e

1 file changed

Lines changed: 16 additions & 5 deletions

File tree

md/6_2_standalone/5_standalone_faq/standalone_faq.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,26 @@
11
# Standalone - FAQ
22

3-
## How can I run cables standalone in fullscreen/presentation mode
3+
## How can I run cables standalone in fullscreen/presentation mode?
44

55
To start cables standalone in fullscreen and/or open the renderer in fullscreen on start, use the following
66
command line arguments.
77

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
1010

1111
Use `--help` for more info.
1212

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+
1324
## Where can I find more information and tutorials to get started?
1425

1526
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
3041
Notice the forward slashes. To keep this OS-independent, whenever you deal with files, try to use file-url.
3142
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.
3243

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?
3445

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

Comments
 (0)