Chromium browser doesn't open in Ubuntu 16.04 LTS. I tried to open Chromium browser via command line interface, namely terminal, by writing chromium-browser
, but it doesn't open. CLI shows the following message:
Using PPAPI flash.
--ppapi-flash-path=/usr/lib/adobe-flashplugin/libpepflashplayer.so --ppapi-flash-version=
Created new window in existing browser session.
[16942:16982:0801/021450.373005:ERROR:browser_gpu_channel_host_factory.cc(103)] Failed to launch GPU process.
output of lspci -k | grep -iEA3 'VGA|3D|Display'
command on CLI:
00:02.0 VGA compatible controller: Intel Corporation Device 5902 (rev 04)
Subsystem: ASRock Incorporation Device 5902
Kernel driver in use: i915
Kernel modules: i915
lspci -k | grep -iEA3 'VGA|3D|Display'
please? – Byte Commander Jul 31 '17 at 23:4100:02.0 VGA compatible controller: Intel Corporation Device 5902 (rev 04) Subsystem: ASRock Incorporation Device 5902 Kernel driver in use: i915 Kernel modules: i915
@ByteCommander – garakchy Jul 31 '17 at 23:44chromium-browser --disable-extensions
on CLI and this shows, browser doesn't still open:Using PPAPI flash. --ppapi-flash-path=/usr/lib/adobe-flashplugin/libpepflashplayer.so --ppapi-flash-version= Created new window in existing browser session. [22403:22443:0801/025306.892625:ERROR:browser_gpu_channel_host_factory.cc(103)] Failed to launch GPU process.
@ByteCommander – garakchy Jul 31 '17 at 23:54--disable-gpu
flag? – Robobenklein Aug 01 '17 at 04:10