Comment 2 for bug 725567

Revision history for this message
Ricardo Salveti (rsalveti) wrote :

The only messages you get from chromium is about the lack of PCI support:

+ exec /usr/lib/chromium-browser/chromium-browser --use-gl=egl

pcilib: Cannot open /proc/bus/pci
pcilib: Cannot find any working access method.
pcilib: Cannot open /proc/bus/pci
pcilib: Cannot find any working access method.

This is because the method CollectGraphicsInfo (chrome/gpu/gpu_info_collector_linux.cc) expects the user to be running on a machine with proper PCI support, to get more info about the board. But even with the wrong code, I don't know this should affect in a way that would freeze chromium.

And it's correctly loading libEGL and libGLESv2.