Zotero makes screen flash black
Everytime I open Zotero, my screen starts flashing uncontrollably. It stops after I minimize Zotero, so I know the problem is related to Zotero. I've tried uninstalling and installing again, but it didn't fix it.
I'm on windows 11.
Is this a known problem? Any way to fix this?
Cheers
I'm on windows 11.
Is this a known problem? Any way to fix this?
Cheers
My graphics card is: NVIDIA GeForce RTX 3060 Laptop
Also, this wasn't happening before, maybe a recent update is causing the problem.
Thanks anyway!
Any idea how to fix it?
Try to disable G-SYNC for windowed mode, that fixed it for me
I haven't tried disabling g-sync yet, I'm trying to figure out how to do that.
I'm on Fedora 37 and it seems that I should add some rules in the GUI that opens if I run `nvidia-settings` on the terminal.
I'm still lost in figuring out how to obtain the same result :(
nvidia-settings -a AllowGSYNC=0
If this doesn't work, I'd ask on Linux-specific forums as they are more likely to be able to help.
Also, a little unorthodox, but if you can switch from DisplayPort to HDMI, that will most likely disable G-SYNC (I believe only very recent HDMI standard supports it)
```
❯ nvidia-settings -a AllowGSYNC=0
DEPRECATED: The attribute 'AllowGSYNC' is deprecated, use "AllowVRR" instead.
ERROR: Error resolving target specification '' (No targets match target
specification), specified in assignment 'AllowGSYNC=0'.
❯ nvidia-settings -a AllowVRR=0
ERROR: Error resolving target specification '' (No targets match target
specification), specified in assignment 'AllowVRR=0'.
```
I will now write in some specific forums and write back here as soon as I figure out how to do that.
I posted there to ask for help: https://forums.developer.nvidia.com/t/how-to-disable-g-sync-on-fedora-37-gnome-wayland/248417 .
AFAIU, the problem was that I was using the desktop environment Gnome with Wayland as display server. Choosing "Gnome on Xorg" in the login manager not only causes nvidia-settings to show additional information (including those related to G-SYNC), but also makes the Zotero glitches disappear.