Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Screen tearing and tilting on custom system(5.1.1). #2138

Closed
1 of 2 tasks
qwwuyu opened this issue Feb 22, 2021 · 4 comments
Closed
1 of 2 tasks

Screen tearing and tilting on custom system(5.1.1). #2138

qwwuyu opened this issue Feb 22, 2021 · 4 comments
Labels

Comments

@qwwuyu
Copy link

qwwuyu commented Feb 22, 2021

  • I have read the FAQ.
  • I have searched in existing issues.

Environment

  • OS: [Windows]
  • scrcpy version: [1.17]
  • installation method: [Windows]
  • device model: customize
  • Android version: [5.1.1]

Describe the bug
I have a custom system(5.1.1), It can control the rotation direction of the screen.
When set to landscape, it displays normally.
When set to vertical screen, it will a blurred screen. Screen tearing and tilting, No abnormal output.
I think display size may be error(width and height reversed), but I don't know how to deal with it.
Whether similar problems arise, thanks.

Please paste terminal output in a code block. 

No abnormal output.

@rom1v
Copy link
Collaborator

rom1v commented Feb 22, 2021

When set to vertical screen, it will a blurred screen.

#40 ?

Screen tearing and tilting,

Is there still tearing if you record and play the file?

scrcpy --record file.mkv

@qwwuyu
Copy link
Author

qwwuyu commented Feb 22, 2021

When set to vertical screen, it will a blurred screen.

#40 ?

Screen tearing and tilting,

Is there still tearing if you record and play the file?

scrcpy --record file.mkv

The recording also has this problem, which is not the same as the #40 problem.

1
2

file.mkv the same as above

adb shell screencap -p /sdcard/screenshot.png
adb pull /sdcard/screenshot.png

landscape screen screencap command Will get the following picture
screenshot

vertical screen screencap command Will get the following picture
screenshot

@rom1v
Copy link
Collaborator

rom1v commented Feb 22, 2021

Oh, that kind of tearing!

It's #777 then (a device encoder issue).

Try reducing the definition (scrcpy -m600 or more if it works), or test with another encoder.

@rom1v rom1v added the codec label Feb 22, 2021
@qwwuyu
Copy link
Author

qwwuyu commented Feb 22, 2021

solved, thanks.

@qwwuyu qwwuyu closed this as completed Feb 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants