neovide / neovide

No Nonsense Neovim Client in Rust
https://neovide.dev
MIT License
12.36k stars 504 forks source link

Flicker when fzf window popups #2385

Open wanghaiqiangk opened 4 months ago

wanghaiqiangk commented 4 months ago

Describe the bug When waking up fzf for :Files or :Buffers, the window popups with flicker (with purple background).

To Reproduce I'm not sure if this can be reproduced on another PC. It's always on mine. But I tried another neovim gui program (i.e. goneovim), it didn't show up with the same problem. So I believe this is something to do with rendering in neovide.

Expected behavior The popup window should smoothly appear with or without animation.

Screenshots Peek 2024-02-27 18-29

Desktop (please complete the following information):

Please run neovide --log and paste the contents of the .log file created in the current directory here: neovide_rCURRENT.log

Additional context Add any other context about the problem here.

fredizzimo commented 1 month ago

This is most likely a graphics driver (which can be outdated on Ubuntu 22.04) issue. If you are able to update to 24.04, can you report the new results here?

Also, which graphics card do you have?