Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported

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!

like image 831
Tiago Shimizu Avatar asked Sep 11 '25 11:09

Tiago Shimizu


1 Answers

I just ran
sudo apt list --upgradable
Chrome was one of the upgradable list, then ran the command
sudo apt upgrade

like image 131
Bikash Avatar answered Sep 14 '25 04:09

Bikash