mausimus / ShaderGlass

Overlay for running GPU shaders on top of Windows desktop
GNU General Public License v3.0
970 stars 37 forks source link

duel monitor issues #7

Closed squidud closed 3 years ago

squidud commented 3 years ago

I have an issue where in glass mode, everything is shifted over because I have 2 monitors. I don't really need or want to use the shader on both, so maybe add something where you select which monitor you want to use the shader on.

rohatsu commented 3 years ago

Thanks for flagging this, I am working on monitor selection however the current version should work fine on dual monitors. Could you post a screenshot of your Windows Display Setting showing screen arrangement, please? Is there anything special about your setup (dual GPU or...?)

squidud commented 3 years ago

Here is the screenshot of my display settings: https://imgur.com/a/EfRO5cq I think my setup is fairly normal. I am using 1 GPU (RTX 2060 super) and 2 displays (1440p and 1080p) Perhaps it is because my secondary screen is in portrait orientation? I really appreciate you helping me out here. (also I tried to screenshot the actual application as well, but it's invisible in screenshots)

rohatsu commented 3 years ago

Unfortunately I'm not able to replicate this issue even if I arrange screens same way and I actually have identical GPU. Can you try the latest beta where you can choose individual desktops and see how that works, please? https://github.com/rohatsu/ShaderGlass/releases/download/v0.4-beta/ShaderGlass-0.4-beta-win-x64.zip

squidud commented 3 years ago

Ok so I tried it out and it sort of solves the issue. Everything is still shifted in glass mode when both displays are selected. When I only one display it works perfectly. If you would like, I can take a picture of my screen with my phone so that you could see the bug.

rohatsu commented 3 years ago

I think I found the problem, your primary monitor I suspect is the right one so left screen has negative coordinates which I have to account for. Please try the latest beta: https://github.com/rohatsu/ShaderGlass/releases/download/0.4-beta2/ShaderGlass-0.4-beta2-win-x64.zip

squidud commented 3 years ago

That works perfectly! Thank you so much! (I'm new to github so I'm not sure if I have to close the issue or whatever)

rohatsu commented 3 years ago

No problem, thanks for helping me improve the app!

Fixed in v0.4