Compare commits
3 Commits
pr3023
...
faq_dpi_aw
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0e22032710 | ||
|
|
7a138c6929 | ||
|
|
b58b566fa5 |
20
FAQ.md
20
FAQ.md
@@ -150,22 +150,24 @@ screen, then you might get poor quality, especially visible on text (see [#40]).
|
||||
|
||||
[#40]: https://github.com/Genymobile/scrcpy/issues/40
|
||||
|
||||
To improve downscaling quality, trilinear filtering is enabled automatically
|
||||
if the renderer is OpenGL and if it supports mipmapping.
|
||||
This problem should be fixed in scrcpy v1.22: **update to the latest version**.
|
||||
|
||||
On Windows, you might want to force OpenGL:
|
||||
|
||||
```
|
||||
scrcpy --render-driver=opengl
|
||||
```
|
||||
|
||||
You may also need to configure the [scaling behavior]:
|
||||
On older versions, you must configure the [scaling behavior]:
|
||||
|
||||
> `scrcpy.exe` > Properties > Compatibility > Change high DPI settings >
|
||||
> Override high DPI scaling behavior > Scaling performed by: _Application_.
|
||||
|
||||
[scaling behavior]: https://github.com/Genymobile/scrcpy/issues/40#issuecomment-424466723
|
||||
|
||||
Also, to improve downscaling quality, trilinear filtering is enabled
|
||||
automatically if the renderer is OpenGL and if it supports mipmapping.
|
||||
|
||||
On Windows, you might want to force OpenGL to enable mipmapping:
|
||||
|
||||
```
|
||||
scrcpy --render-driver=opengl
|
||||
```
|
||||
|
||||
|
||||
### Issue with Wayland
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ Die Features beinhalten:
|
||||
- Gerätebildschirm [als Webcam (V4L2)](#v4l2loopback) (nur Linux)
|
||||
- [Simulation einer physischen Tastatur (HID)](#simulation-einer-physischen-tastatur-mit-hid)
|
||||
(nur Linux)
|
||||
- [Simulation einer physischen Maus (HID)](##simulation-einer-physischen-maus-mit-hid)
|
||||
- [Simulation einer physischen Maus (HID)](#simulation-einer-physischen-maus-mit-hid)
|
||||
(nur Linux)
|
||||
- [OTG Modus](#otg) (nur Linux)
|
||||
- und mehr…
|
||||
@@ -57,7 +57,7 @@ Auf manchen Geräten müssen zudem [weitere Optionen][control] aktiv sein um das
|
||||
### Zusammenfassung
|
||||
|
||||
- Linux: `apt install scrcpy`
|
||||
- Windows: [download][direct-win64]
|
||||
- Windows: [download (siehe README)](README.md#windows)
|
||||
- macOS: `brew install scrcpy`
|
||||
|
||||
Direkt von der Source bauen: [BUILD] ([vereinfachter Prozess (englisch)][BUILD_simple])
|
||||
@@ -274,7 +274,7 @@ scrcpy -Nr file.mkv
|
||||
|
||||
"Übersprungene Bilder" werden aufgenommen, selbst wenn sie in Echtzeit (aufgrund von Performancegründen) nicht dargestellt werden. Die Einzelbilder sind mit _Zeitstempeln_ des Gerätes versehen are, sodass eine [Paketverzögerungsvariation] nicht die Aufnahmedatei beeinträchtigt.
|
||||
|
||||
[Paketverzögerungs-Variation]: https://www.wikide.wiki/wiki/en/Packet_delay_variation
|
||||
[Paketverzögerungsvariation]: https://www.wikide.wiki/wiki/en/Packet_delay_variation
|
||||
|
||||
|
||||
#### v4l2loopback
|
||||
@@ -394,7 +394,7 @@ scrcpy --bit-rate 2M --max-size 800
|
||||
scrcpy -b2M -m800 # kurze Version
|
||||
```
|
||||
|
||||
[connect]: https://developer.android.com/studio/command-line/adb.html#wireless
|
||||
[verbinden]: https://developer.android.com/studio/command-line/adb.html#wireless
|
||||
|
||||
|
||||
#### Mehrere Geräte
|
||||
|
||||
Reference in New Issue
Block a user