mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #172] Custom RDP scale factor #147
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#147
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @VShawn on GitHub (Dec 14, 2021).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/172
Originally assigned to: @VShawn on GitHub.
One thing I've been trying to get is a RDP session
where the remote resolution is 1920x1080
and local resolution is 3840x2160
and the zoom is set to 200% so that it works full screen
(this is to avoid issues with other users connecting to the same box and scaling issues with icons)
So far I've only found the "Microsoft Remote Desktop App" on the windows store that does that
(both zooming and fullscreen at the same time), but the ui on that one is pretty awful compared to anything else
That would be a nice feature to have, but it sounds like you're limited by the ActiveX control
Originally posted by @grbd in https://github.com/VShawn/PRemoteM/issues/26#issuecomment-992589805
@VShawn commented on GitHub (Dec 14, 2021):
@grbd
I downloaded the "Microsoft Remote Desktop App" and learn how it works with custom scale factor.
It is able to have in our PRemoteM, just nedd a little time to develop.
@Hecatron commented on GitHub (Dec 14, 2021):
Thanks very much that would be very useful.
For the "Microsoft Remote Desktop App" I think what it's doing is not using the active-x version of full screen. But instead creating a resizable window or fixed resolution window that it then stretches out to full screen in it's own form. (which is sort of cheating but actually works fine.)
@VShawn commented on GitHub (Dec 16, 2021):
@grbd hi new feature is available here: https://github.com/VShawn/PRemoteM/releases/download/0.6.0-beta/0.6.0-beta2.zip
@Hecatron commented on GitHub (Dec 16, 2021):
Thanks I just tried it and it works really well
@majkinetor commented on GitHub (Dec 16, 2021):
Not sure if its because of this update, but now I don't have my full screen connection resized:
details
I had this behavior before, but never with full screen option. It however does that on some other connections.
@VShawn commented on GitHub (Dec 16, 2021):
definitely a bug, beta3 update needed. 😭
@Hecatron commented on GitHub (Dec 16, 2021):
Yep just spotted it with the "Connect with full screen" ticked
if you come out of full screen then re-enter it then it works ok though
@majkinetor commented on GitHub (Dec 16, 2021):
It solves on minimize/maximize combo. If you remember previously you worked on this (can't remember which ticket) when you did resize with some latency so it doesn't kick as soon as you connect. So this is basically the same problem...
@VShawn commented on GitHub (Dec 16, 2021):
Nope, not the same problem, this time maybe I drunk or something, I just removed some key code stupidly.
this one ought to work
0.6.0-beta2.zip
@majkinetor commented on GitHub (Dec 16, 2021):
Works now. Awesome.