mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 05:26:04 +03:00
[GH-ISSUE #542] 高分辨率机器连接低分辨率机器,无法全屏 #2360
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#2360
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 @da1234cao on GitHub (Oct 27, 2023).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/542
Originally assigned to: @VShawn on GitHub.
Describe the bug
高分辨率机器连接低分辨率机器,无法全屏。
高分辨率机器:win11系统;分辨率为25601440。
低分辨率机器:Ubuntu 22.04.3 LTS; 分辨率19201080;设置-共享,开启远程桌面。
无法拖拉放大
已尝试
尝试修改这里的分辨率,并没有有效的结果。
期望
高分辨的显示器上,可以全屏显示低分辨率机器的屏幕。
原理上似乎无法实现。
@VShawn commented on GitHub (Oct 27, 2023):
这个不是分辨率的问题 Linux 的 RDP 协议是第三方实现的,比微软的 RDP 少了一些功能,在显示功能上有阉割(比如不支持动态调整分辨率,没有连接完成的回调),于是导致本工具无法读取RDP桌面的状态,进而导致窗口尺寸调整功能被禁用。你如果尝试远程到一台 1080p 的 Windows 电脑时,是可以全屏的。
@meteor1113 commented on GitHub (Nov 19, 2025):
#1030