nikp123 / scrcpy-desktop

Run an Android desktop environment off of a device using ONLY scrcpy
GNU General Public License v2.0
214 stars 15 forks source link

Any way to change the resolution? #4

Closed uzamapg closed 2 years ago

uzamapg commented 2 years ago

It chooses the resolution it detects using xdpyinfo but the issue is that the resolution used (3840x1080) is too wide and small for my 1080p monitor.

nikp123 commented 2 years ago

you can specify arguments via ./thescript.sh something 1920x1080 yourdpi

nikp123 commented 2 years ago

You can now just do ./startscreen.sh 1920x1080 and it should work.

nikp123 commented 2 years ago

Closing issue as this is pretty much fixed like ages ago.