Skip to content

Commit 12ed2e1

Browse files
0xf0xx0bl-ue
andauthored
lmms, SafeEjectGPU: add pages (#5163)
* Add SafeEjectGPU and lmms * Well then * Add SafeEjectGPU and lmms * Update SafeEjectGPU and lmms * Whats this? missing syntax? not in my code! * Revert "Add SafeEjectGPU and lmms" This reverts commit bc66ecc. Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
1 parent ca2b685 commit 12ed2e1

2 files changed

Lines changed: 65 additions & 0 deletions

File tree

pages/common/lmms.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# lmms
2+
3+
> Free, open source, multiplatform digital audio workstation.
4+
> Render a `.mmp` or `.mmpz` project file, dump a `.mmpz` as XML, or start the GUI.
5+
> More information: <https://lmms.io>.
6+
7+
- Start the GUI:
8+
9+
`lmms`
10+
11+
- Start the GUI and load external config:
12+
13+
`lmms --config {{path/to/config.xml}}`
14+
15+
- Start the GUI and import MIDI or Hydrogen file:
16+
17+
`lmms --import {{path/to/midi/or/hydrogen/file}}`
18+
19+
- Start the GUI with a specified window size:
20+
21+
`lmms --geometry {{x_size}}x{{y_size}}+{{x_offset}}+{{y_offset}}`
22+
23+
- Dump a `.mmpz` file:
24+
25+
`lmms dump {{path/to/mmpz/file.mmpz}}`
26+
27+
- Render a project file:
28+
29+
`lmms render {{path/to/mmpz_or_mmp/file}}`
30+
31+
- Render the individual tracks of a project file:
32+
33+
`lmms rendertracks {{path/to/mmpz_or_mmp/file}} {{path/to/dump/directory}}`
34+
35+
- Render with custom samplerate, format, and as a loop:
36+
37+
`lmms render --samplerate {{88200}} --format {{ogg}} --loop --output {{path/to/output/file.ogg}}`

pages/osx/SafeEjectGPU.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# SafeEjectGPU
2+
3+
> Eject a GPU safely.
4+
> Visit the man page for more info.
5+
6+
- Eject all GPUs:
7+
8+
`SafeEjectGPU Eject`
9+
10+
- List all GPUs attached:
11+
12+
`SafeEjectGPU gpus`
13+
14+
- List apps using a GPU:
15+
16+
`SafeEjectGPU gpuid {{GPU_ID}} apps`
17+
18+
- Get the status of a GPU:
19+
20+
`SafeEjectGPU gpuid {{GPU_ID}} status`
21+
22+
- Eject a GPU:
23+
24+
`SafeEjectGPU gpuid {{GPU_ID}} Eject`
25+
26+
- Launch an app on a GPU:
27+
28+
`SafeEjectGPU gpuid {{GPU_ID}} LaunchOnGPU {{path/to/App.app}}`

0 commit comments

Comments
 (0)