Jump to content

linux chromium wierd playback issues

Go to solution Solved by Ashleyyyy,

turn hardware acceleration back on. 

 

 

 

the problem is chromium sometimes doesn't render correctly on the gpu on linux because it thinks the drivers are bad or something, when it's all fine. you need to force it to render on the gpu. 

 

to do that, go to chrome://flags in the address bar, and then turn on the "ignore-gpu-blacklist" flag, like this:

1252053511_Screenshotfrom2020-06-1822-26-24.thumb.png.b72083a11b0185c507af5c5dc8a121ef.png

So my specs are r7 1700, 16gb ram, and a 1070ti. Im on ubuntu budgie everything updated and im using NVIDIA 440 driver. Alright so 1080p 60fps video constantly drops frames but 1080p doesn't 4k doesn't and EVEN 8k doesn't. I really don't know what to make of it. I know from testing that browsers are Linux don't seem to run youtube as well I also know that firefox even on windows plays videos much better. But regardless its kind of weird how it runs. What do you guys do to have youtube run well on Linux? Do you just not have this issue? Any suggestions would be greatly appreciated as personally I don't like firefox and am a HUGE youtube watcher. 

Link to comment
https://linustechtips.com/topic/1211277-linux-chromium-wierd-playback-issues/
Share on other sites

Link to post
Share on other sites

Is hardware accel enabled?

Quote me to see my reply!

SPECS:

CPU: Ryzen 7 3700X Motherboard: MSI B450-A Pro Max RAM: 32GB I forget GPU: MSI Vega 56 Storage: 256GB NVMe boot, 512GB Samsung 850 Pro, 1TB WD Blue SSD, 1TB WD Blue HDD PSU: Inwin P85 850w Case: Fractal Design Define C Cooling: Stock for CPU, be quiet! case fans, Morpheus Vega w/ be quiet! Pure Wings 2 for GPU Monitor: 3x Thinkvision P24Q on a Steelcase Eyesite triple monitor stand Mouse: Logitech MX Master 3 Keyboard: Focus FK-9000 (heavily modded) Mousepad: Aliexpress cat special Headphones:  Sennheiser HD598SE and Sony Linkbuds

 

🏳️‍🌈

Link to post
Share on other sites

2 minutes ago, kelvinhall05 said:

Is hardware accel enabled?

Turning it off fixed it. 8k video isn't really playable now but I NEVER watch anything at 8k so its whatever. Thanks for the suggestion I wonder why hardware accel makes video playback worse.

Link to post
Share on other sites

turn hardware acceleration back on. 

 

 

 

the problem is chromium sometimes doesn't render correctly on the gpu on linux because it thinks the drivers are bad or something, when it's all fine. you need to force it to render on the gpu. 

 

to do that, go to chrome://flags in the address bar, and then turn on the "ignore-gpu-blacklist" flag, like this:

1252053511_Screenshotfrom2020-06-1822-26-24.thumb.png.b72083a11b0185c507af5c5dc8a121ef.png

Edited by Ashley xD
typo

She/Her

Phone: OnePlus Nord CE 5G | 128GB | 8GB Ram

Main Desktop: Ryzen 5 3600 | GTX 1060 6GB | 32GB Ram
Main Laptop: Acer Aspire V3-771G | Core i7 3612QM | 16GB

Link to post
Share on other sites

On 6/18/2020 at 2:28 PM, Ashley xD said:

turn hardware acceleration back on. 

 

 

 

the problem is chromium sometimes doesn't render correctly on the gpu on linux because it thinks the drivers are bad or something, when it's all fine. you need to force it to render on the gpu. 

 

to do that, go to chrome://flags in the address bar, and then turn on the "ignore-gpu-blacklist" flag, like this:

1252053511_Screenshotfrom2020-06-1822-26-24.thumb.png.b72083a11b0185c507af5c5dc8a121ef.png

I bet that this could have work but I switched over to firefox after learning that chromium was installed via snap. The issue seems to not be existent on firefox I can't play 8k 60 which maybe chromium could but it doesn't matter much to me.

Link to post
Share on other sites

10 minutes ago, Ohsnaps said:

I bet that this could have work but I switched over to firefox after learning that chromium was installed via snap. The issue seems to not be existent on firefox I can't play 8k 60 which maybe chromium could but it doesn't matter much to me.

why do you care it's a snap package? 

She/Her

Phone: OnePlus Nord CE 5G | 128GB | 8GB Ram

Main Desktop: Ryzen 5 3600 | GTX 1060 6GB | 32GB Ram
Main Laptop: Acer Aspire V3-771G | Core i7 3612QM | 16GB

Link to post
Share on other sites

13 minutes ago, Ashley xD said:

why do you care it's a snap package? 

I prefer flatpak or other. Honestly its not the end of the world but when I use the terminal and do apt-get I don't want it to ignore that and do a snap. I didn't download it as a snap yet Ubuntu seems to change it to snap anyways.

Link to post
Share on other sites

 

2 minutes ago, Ohsnaps said:

I prefer flatpak or other. Honestly its not the end of the world but when I use the terminal and do apt-get I don't want it to ignore that and do a snap. I didn't download it as a snap yet Ubuntu seems to change it to snap anyways.

you can delete snap completely. 

 

BE WARNED, THIS WILL DELETE ALL SNAP APPS AND ALL THEIR DATA!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

 

sudo rm -rf /var/cache/snapd/

sudo apt autoremove --purge snapd gnome-software-plugin-snap

rm -fr ~/snap

She/Her

Phone: OnePlus Nord CE 5G | 128GB | 8GB Ram

Main Desktop: Ryzen 5 3600 | GTX 1060 6GB | 32GB Ram
Main Laptop: Acer Aspire V3-771G | Core i7 3612QM | 16GB

Link to post
Share on other sites

also some system apps are snap too, so you'd have to reinstall those after doing that. 

She/Her

Phone: OnePlus Nord CE 5G | 128GB | 8GB Ram

Main Desktop: Ryzen 5 3600 | GTX 1060 6GB | 32GB Ram
Main Laptop: Acer Aspire V3-771G | Core i7 3612QM | 16GB

Link to post
Share on other sites

Just now, Ashley xD said:

 

you can delete snap completely. 

 

BE WARNED, THIS WILL DELETE ALL SNAP APPS AND ALL THEIR DATA!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

 

sudo rm -rf /var/cache/snapd/

sudo apt autoremove --purge snapd gnome-software-plugin-snap

rm -fr ~/snap

I don't know if you've heard but on Ubuntu if i do that and then try to apt-get chromium it will reinstall snap and do it that way

I did this awhile back and knew some of this behavior before that video but he wraps it up pretty good.

Link to post
Share on other sites

Just now, Ohsnaps said:

I don't know if you've heard but on Ubuntu if i do that and then try to apt-get chromium it will reinstall snap and do it that way

no. if you uninstall snap it won't install snaps when you apt-get. 

She/Her

Phone: OnePlus Nord CE 5G | 128GB | 8GB Ram

Main Desktop: Ryzen 5 3600 | GTX 1060 6GB | 32GB Ram
Main Laptop: Acer Aspire V3-771G | Core i7 3612QM | 16GB

Link to post
Share on other sites

oh. i didn't know that. regardless snaps work fine for me so... 

She/Her

Phone: OnePlus Nord CE 5G | 128GB | 8GB Ram

Main Desktop: Ryzen 5 3600 | GTX 1060 6GB | 32GB Ram
Main Laptop: Acer Aspire V3-771G | Core i7 3612QM | 16GB

Link to post
Share on other sites

On 6/18/2020 at 2:28 PM, Ashley xD said:

turn hardware acceleration back on. 

 

 

 

the problem is chromium sometimes doesn't render correctly on the gpu on linux because it thinks the drivers are bad or something, when it's all fine. you need to force it to render on the gpu. 

 

to do that, go to chrome://flags in the address bar, and then turn on the "ignore-gpu-blacklist" flag, like this:

1252053511_Screenshotfrom2020-06-1822-26-24.thumb.png.b72083a11b0185c507af5c5dc8a121ef.png

im going to assume this would have worked and mark it instead incase anyone else has this issue and wonders onto the forum.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×