Reputation: 275
I'm trying to open google chrome from terminal in Ubuntu but after submiting google-chrome
I'm getting this error:
ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported
I've installed it by following this tutorial: https://itsfoss.com/install-chrome-ubuntu/
I've looked at this but it didn't help me How to open google chrome from terminal?
Does anyone know how I can solve this issue? Thanks!
Upvotes: 25
Views: 28391
Reputation: 27304
I installed Chromium via Snap instead (sudo snap install chromium
). I get the same error message, but the browser appears to be running correctly anyway. I'd still like to know what it means and how to fix it....
Upvotes: 0
Reputation: 1
I had the same problem, updating the GPU drivers resolved the problem.
Upvotes: 0
Reputation: 21
I just ran
sudo apt list --upgradable
Chrome was one of the upgradable list, then ran the command
sudo apt upgrade
Upvotes: 2