This repository was archived by the owner on Oct 11, 2024. It is now read-only.
有关VcXsrv和WPS的问题,不知道该问谁? #147
Unanswered
lyk82468246
asked this question in
Q&A
Replies: 2 comments 2 replies
-
WSL2 的 wslg (wayland) 的缩放跟 win11 自己的 dpi 缩放有关。 对于 tmoe 配置的 wsl2+vcxsrv 环境, 执行以下命令 echo "export QT_SCREEN_SCALE_FACTORS=1" | sudo tee -a /etc/environment 对于你自己配置的环境,编辑 wps 的桌面快捷方式, 修改启动命令。 # 假设原来的启动命令是 wps-office, 你就改成
env QT_SCREEN_SCALE_FACTORS=1 wps-office 可能不是这个变量。 |
Beta Was this translation helpful? Give feedback.
1 reply
-
你这个好像是 wslg (wayland) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
WSL2中安装WPS并用Xserver连接图像界面,打开就弹这个东西,点不动也关不掉,这个窗口也无法取得焦点。和Win下的DPI缩放有关系吗?

Beta Was this translation helpful? Give feedback.
All reactions