We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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平台使用集显出现状态栏黑框与鼠标点击偏移,独显无此问题。
平台:Win10(已测试20h2、21H2) 版本:WizNotePlus 2.10.2
WizNotePlus基于QT平台开发,而QT平台图形显示依赖于openGL,openGL在Windows上默认可能无法正常工作。
可以尝试以下几个解决办法:
此解决方案来自同为QT开发的Vnote的issueStrange GUI behaviors on Win (Win上异常的图形界面行为) #853,以上。感谢WizNotePlus作者的默默付出,以及提供此解决方案的Vnote作者,嘿嘿:)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题描述
Win平台使用集显出现状态栏黑框与鼠标点击偏移,独显无此问题。
平台信息
平台:Win10(已测试20h2、21H2)
版本:WizNotePlus 2.10.2
问题原因
WizNotePlus基于QT平台开发,而QT平台图形显示依赖于openGL,openGL在Windows上默认可能无法正常工作。
解决方法
长话短说版
可以尝试以下几个解决办法:
尝试将WizNotePlus调度到独立显卡上;
通过以下途径指定openGL选项:
声明一个名为QT_OPENGL的环境变量,其值为angle,或software;
详细操作版
关闭WizNotePlus,并在状态栏(通知栏)彻底退出
win+r打开运行,输入sysdm.cpl回车,打开<系统属性>→<高级>→<环境变量>→<系统变量>,添加一个名为QT_OPENGL的环境变量,其值为angle,或software。
操作如下图所示。
附注
此解决方案来自同为QT开发的Vnote的issueStrange GUI behaviors on Win (Win上异常的图形界面行为) #853,以上。感谢WizNotePlus作者的默默付出,以及提供此解决方案的Vnote作者,嘿嘿:)
The text was updated successfully, but these errors were encountered: