Skip to content

Commit

Permalink
help: Update with input support description
Browse files Browse the repository at this point in the history
  • Loading branch information
tchx84 committed Sep 21, 2023
1 parent cf69a99 commit 8ec6347
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ GPG-Agent directories | Toggle | Allow the application to access GPG-Agent direc
Name | Type | Description | `flatpak override` equivalent
--- | --- | --- | ---
GPU acceleration | Toggle | Allow the application to access the graphics direct rendering to take advantage of GPU acceleration. | `--device=dri` and `--nodevice=dri`
Input devices | Toggle | Allow input device access. <br /> <br /> Note that raw and virtual input devices could still require [All devices](#device) | `--device=input` and `--nodevice=input`
Virtualization | Toggle | Allow the application to support virtualization. | `--device=kvm` and `--nodevice=kvm`
Shared memory | Toggle | Allow the application to access shared memory. | `--device=shm` and `--nodevice=shm`
All devices | Toggle | Allow the application to access all devices, such as webcam and external devices. <br /> <br /> For example, if it's disabled for Element, it will no longer be possible to do video calls with this application. | `--device=all` and `--nodevice=all`
Expand Down
10 changes: 8 additions & 2 deletions help/C/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,18 +224,24 @@ <h3 id="device">Device</h3>
<td><code>--device=dri</code> and <code>--nodevice=dri</code></td>
</tr>
<tr class="even">
<td>Input devices</td>
<td>Toggle</td>
<td>Allow input device access. <br /> <br /> Note that raw and virtual input devices could still require <a href="#device">All devices</a></td>
<td><code>--device=input</code> and <code>--nodevice=input</code></td>
</tr>
<tr class="odd">
<td>Virtualization</td>
<td>Toggle</td>
<td>Allow the application to support virtualization.</td>
<td><code>--device=kvm</code> and <code>--nodevice=kvm</code></td>
</tr>
<tr class="odd">
<tr class="even">
<td>Shared memory</td>
<td>Toggle</td>
<td>Allow the application to access shared memory.</td>
<td><code>--device=shm</code> and <code>--nodevice=shm</code></td>
</tr>
<tr class="even">
<tr class="odd">
<td>All devices</td>
<td>Toggle</td>
<td>Allow the application to access all devices, such as webcam and external devices. <br /> <br /> For example, if it’s disabled for Element, it will no longer be possible to do video calls with this application.</td>
Expand Down

0 comments on commit 8ec6347

Please sign in to comment.