I am Ubuntu 18.04 lts Budgie, and somehow whenever I am not moving my mouse, either on fullscreen or not, the video freezes, until I move my mouse again. It happens all the time, on Chrome and Chromium.
I do have Nvidia proprietary driver installed.
Someone asked something similar but for Ubuntu 11, and It's a bit outdated.
Edit: it doesn't happen on Firefox from what I have seen so far.
Thanks in advance :)
It is happening to me either in Ubuntu Budgie 18.04.
How to fix: Disable the hardware acceleration in your browser:
Best regards.
I found a fix without any throwbacks!
It's sufficient to start chromium with the flag --disable-gpu-vsync and the problem completely goes away.
It's possible to make chromium start with this flag by default, just execute this command in the terminal, restart chrome and the issue will be gone forever:
It's probably a bug on Chrome or your Adblocker. Disable all addons and try it again. I had the same problem only with Chrome and when they updated Chrome it was solved. I installed all the newest drivers, checked RAM for errors and checked the BIOS version. But it was a bug from Google Chrome... :P You can also try to uninstall and install Chrome again. Some people helped this.
I found an alternative solution to disable vsync for Intel cards too:
I found it in the ArchWiki and it's pretty simple and does not require root access:
Simple create a file in your $HOME called .drirc and add the following:
Source: Archwiki: Disable VSYNC Intel Graphic Cards