Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Win平台页面异常(标题栏黑框、鼠标点击偏移)与解决方法 #225

Open
YiChuJun opened this issue Apr 24, 2022 · 0 comments
Labels
tip Good tips sharing

Comments

@YiChuJun
Copy link

问题描述

Win平台使用集显出现状态栏黑框与鼠标点击偏移,独显无此问题。
2022-04-24_WizNotePlus页面Bug反馈

平台信息

平台:Win10(已测试20h2、21H2)
版本:WizNotePlus 2.10.2

问题原因

WizNotePlus基于QT平台开发,而QT平台图形显示依赖于openGL,openGL在Windows上默认可能无法正常工作。

解决方法

长话短说版

可以尝试以下几个解决办法:

  1. 双显卡
    尝试将WizNotePlus调度到独立显卡上;
  2. 指定openGL选项(推荐)
    通过以下途径指定openGL选项:
    声明一个名为QT_OPENGL的环境变量,其值为angle,或software;

详细操作版

  1. 关闭并退出WizNotePlus
    关闭WizNotePlus,并在状态栏(通知栏)彻底退出
    2022-04-24_彻底退出WizNotePlus
  2. 添加openGL环境变量
    win+r打开运行,输入sysdm.cpl回车,打开<系统属性>→<高级>→<环境变量>→<系统变量>,添加一个名为QT_OPENGL的环境变量,其值为angle,或software。
    操作如下图所示。
    2022-04-24_WizNotePlus添加环境变量
  3. 重启WizNotePlus即可

附注

此解决方案来自同为QT开发的Vnote的issueStrange GUI behaviors on Win (Win上异常的图形界面行为) #853,以上。感谢WizNotePlus作者的默默付出,以及提供此解决方案的Vnote作者,嘿嘿:)

@altairwei altairwei pinned this issue Apr 24, 2022
@altairwei altairwei added the tip Good tips sharing label Apr 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tip Good tips sharing
Projects
None yet
Development

No branches or pull requests

2 participants