intel / ozone-wayland

Wayland implementation for Chromium Ozone classes
BSD 3-Clause "New" or "Revised" License
218 stars 82 forks source link

Add an error message when running with software rendering #403

Closed mcatanzaro closed 9 years ago

mcatanzaro commented 9 years ago

If the GPU process is started in software rendering mode, it's almost always because it has crashed too many times in hardware rendering mode. Leave a helpful error message for new developers, since this commonly occurs when building Ozone-Wayland for new devices or when hacking on the GPU process, and it can take a while to figure out what's going on if you haven't seen it before.

kalyankondapally commented 9 years ago

Merged