M BUZZ CRAZE NEWS
// general

How to fix horizontal lines on YouTube video on Google Chrome (No issue on Firefox)

By Emma Martinez

So i'm facing this strange issue when watching YouTube videos on Google Chrome. There appear some horizontal lines when you hover the cursor on video as shown in screenshot. I have checked on Firefox but there is no such issue there. Any way to solve this?

enter image description here

5

5 Answers

If you are using 20.04, Disabling the 'Use hardware acceleration when available' option works for me. Open a new tab and type the following chrome://settings/?search=hardware

Turn-off the option Use hardware acceleration when available and relaunch the browser. Hope this helps

Set page zoom to 90% and those lines will dissapear, but this only work when you watch video in normal and full screen mode. Hope it will be helpul :D

For intel integrated graphics drive do this command:

sudo apt install video-intel

asterick * is used to tell terminal to select specifically 'video-intel- packs and install them. Look for 'hwe' in the name of the packs. That is the driver to support hardware acceleration. Those lines are caused due lack of hardware acceleration driver. I installed 'hwe' driver and it worked. Everything is now buttery smooth and youtube player lines are gone.

Disable 'Use hardware acceleration when available' also worked for me

In your chrome browser, go to Settings>Advanced>System and switch off " Hardware Acceleration" and restart the browser. That was how I was able to fix mine.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy