mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #666] 在不同dpi的双显示器下分辨率不正确 #2466
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#2466
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 @lqblln on GitHub (May 21, 2024).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/666
Originally assigned to: @VShawn on GitHub.
Describe the bug
程序界面只会在程序启动时按主显示器的dpi设置进行正确缩放,而当将窗口移动到另一个dpi不同的显示器上后,程序会对整个界面按两个显示器dpi的比例进行整体放大或缩小,导致远程画面尺寸错误,且画面模糊。
To Reproduce
Expected behavior
在副显示器上,会话窗口大小与主显示器保持一致,副显示器上的窗口不再被错误缩放。
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
@lqblln commented on GitHub (May 21, 2024):
同时还发现分辨率选项中带(拉伸)的选项只能缩小而不能放大会话窗口,感觉应该也是个bug?
@VShawn commented on GitHub (May 22, 2024):
这个应该是RDP的限制,我尝试过多种方法,都无法做到拖动窗口到另一个显示器时,自动感知DPI变化,而调整桌面分辨率。官方的那个远程桌面似乎可以做到,不知道里面加了什么魔法。
这个也是 RDP 的限制,只能缩小,不能放大。