mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-27 20:56:43 +00:00
Add --no-vd-system-decorations
Add an option to disable the following flag for virtual displays: DisplayManager.VIRTUAL_DISPLAY_FLAG_SHOULD_SHOW_SYSTEM_DECORATIONS Some devices render a broken UI when this flag is enabled. Fixes #5494 <https://github.com/Genymobile/scrcpy/issues/5494>
This commit is contained in:
parent
28d64ef319
commit
145b823b1d
12 changed files with 46 additions and 2 deletions
|
@ -24,3 +24,13 @@ For example:
|
|||
```bash
|
||||
scrcpy --new-display=1920x1080 --start-app=org.videolan.vlc
|
||||
```
|
||||
|
||||
## System decorations
|
||||
|
||||
By default, virtual display system decorations are enabled. But some devices
|
||||
might display a broken UI;
|
||||
|
||||
Use `--no-vd-system-decorations` to disable it.
|
||||
|
||||
Note that if no app is started, no content will be rendered, so no video frame
|
||||
will be produced at all.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue