Chrome Version: ToT
What steps will reproduce the problem?
(1) Build chrome, mash:all with use_ozone=true, ozone_platform_gbm=true targetos=linux enable_package_mash_services=true
(2) Try to run chrome or mash apps without X-Window and Weston on Intel GPU
What is the expected result?
They should run as fullscreen.
What happens instead?
Crashes or no output on screen
Chrome Version: ToT
What steps will reproduce the problem?
(1) Build chrome, mash:all with use_ozone=true, ozone_platform_gbm=true targetos=linux enable_package_mash_services=true
(2) Try to run chrome or mash_session without X-Window or Weston on Intel GPU
What is the expected result?
They should run as fullscreen.
What happens instead?
Crashes or no output on screen
Chrome Version: ToT
What steps will reproduce the problem?
(1) Build chrome as follows:
$ cd ~/git/chromium/src
$ gn gen out/Release "--args=use_ozone=true ozone_platform_gbm=true
use_intel_minigbm=true"
$ ninja -C out/Release ozone_demo mash:all mus_demo
(2) Try to run chrome or mash_session without X-Window or Weston on Intel GPU
$ export EGL_PLATFORM=surfaceless
$ out/Release/ozone_demo --ozone-platform=gbm (works!)
$ out/Release/mash --service=mus_demo --ozone-platform=gbm --enable-features=Mash (works!)
$ out/Release/content_shell --ozone-platform=gbm (running, but no output)
What is the expected result?
They should run as fullscreen.
What happens instead?
Crashes or no output on a screen
Chrome Version: ToT
What steps will reproduce the problem?
(1) Build chrome as follows:
$ cd ~/git/chromium/src
$ gn gen out/Release "--args=use_ozone=true ozone_platform_gbm=true
use_intel_minigbm=true"
$ ninja -C out/Release ozone_demo mash:all mus_demo
(2) Try to run chrome or mash_session without X-Window or Weston on Intel GPU
$ export EGL_PLATFORM=surfaceless
$ out/Release/ozone_demo --ozone-platform=gbm (works!)
$ out/Release/mash --service=mus_demo --ozone-platform=gbm --enable-features=Mash (works!)
$ out/Release/content_shell --ozone-platform=gbm (running, but no output)
What is the expected result?
They should run in fullscreen.
What happens instead?
Crashes or no output on a screen
Chrome Version: ToT
What steps will reproduce the problem?
(1) Build chrome as follows:
$ cd ~/git/chromium/src
$ gn gen out/Release "--args=use_ozone=true ozone_platform_gbm=true
use_intel_minigbm=true"
$ ninja -C out/Release ozone_demo mash:all mus_demo
(2) Try to run some demos or mash_session without X-Window or Weston on Intel GPU
$ export EGL_PLATFORM=surfaceless
$ out/Release/ozone_demo --ozone-platform=gbm (works!)
$ out/Release/mash --service=mus_demo --ozone-platform=gbm --enable-features=Mash (works!)
$ out/Release/content_shell --ozone-platform=gbm (running, but no output)
What is the expected result?
They should run in fullscreen.
What happens instead?
Crashes or no output on a screen
Comment 1 by joone....@intel.com
, Jun 15 2017