dchapyshev / aspia

Remote desktop and file transfer tool.
https://aspia.org
GNU General Public License v3.0
1.59k stars 338 forks source link

Default resolution for remote screen #154

Closed oasis1234 closed 2 years ago

oasis1234 commented 2 years ago

Is there any config/setting/param to set the initial resolution of the remote screen. Aspia always connects using 1024x768 but I want to use 1280x960. I've been looking at the source code (\source\client\ui\client_settings.cc, \source\console\settings.cc) but that's beyond my knowledge. Thank you. I'm an old Radmin user and, since I discovered this wonderful Aspia, I will never go back.

dchapyshev commented 2 years ago

It can't be done. Before connecting, it is not known what resolutions your video adapter and specific physical monitor support.

oasis1234 commented 2 years ago

home-alone You replied in less than 5 minutes!

dchapyshev commented 2 years ago

I always read if someone writes. If I did not answer immediately, this means that I have read the information and taken note of it and when there is a result - I will definitely answer. In this case, I answered because it is impossible to do well what you ask. If you don't mind, I'll close the issue. If you have an opposite opinion, then you can open it again and justify your opinion.

oasis1234 commented 2 years ago

Finally I found the solution. Just a little contribution to the community, in case someone is reading this.

Changing the resolution using Aspia's button "Resolution selection" changes the screen resolution just temporarily. It will be reset on next connection. The "default" resolution is set using Windows option. Settings > Display > Resolution. That resolution will remain. I was going mad because I had to change the resolution on every connection.