FAQ.md 1.3 KB
Newer Older
R
Romain Vimont 已提交
1 2 3 4 5 6 7 8 9 10
# Frequently Asked Questions

## Common issues

The application is very young, it is not unlikely that you encounter problems
with it.

Here are the common reported problems and their status.


11
### On Windows, my device is not detected
R
Romain Vimont 已提交
12 13 14 15 16 17 18 19 20 21 22

The most common is your device not being detected by `adb`, or is unauthorized.
Check everything is ok by calling:

    adb devices

Windows may need some [drivers] to detect your device.

[drivers]: https://developer.android.com/studio/run/oem-usb.html


23 24 25 26 27 28 29
### Mouse clicks do not work

On some devices, you may need to enable an option to allow [simulating input].

[simulating input]: https://github.com/Genymobile/scrcpy/issues/70#issuecomment-373286323


R
Romain Vimont 已提交
30 31 32 33 34 35 36 37 38 39 40 41 42 43
### Mouse clicks at wrong location

On MacOS, with HiDPI support and multiple screens, input location are wrongly
scaled. See [issue 15].

[issue 15]: https://github.com/Genymobile/scrcpy/issues/15

A workaround is to build with HiDPI support disabled:

```bash
meson x --buildtype release -Dhidpi_support=false
```

However, the video will be displayed at lower resolution.
R
Romain Vimont 已提交
44 45 46 47 48 49 50 51 52


### KWin compositor crashes

On Plasma Desktop, compositor is disabled while _scrcpy_ is running.

As a workaround, [disable "Block compositing"][kwin].

[kwin]: https://github.com/Genymobile/scrcpy/issues/114#issuecomment-378778613