Comment 15 for bug 1018907

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

Testing with http://cdimage.ubuntu.com/daily-live/20120815/quantal-desktop-armhf+omap4.img, still at the first boot (installer), I got a different behavior:

[ply-renderer.c] ply_renderer_open_plugin:trying to open renderer plugin /lib/plymouth/renderers/drm.so^M
[./plugin.c] create_backend:creating renderer backend for device /dev/dri/card0^M
[./plugin.c] load_driver:Attempting to load driver 'omapdrm'^M
[ply-terminal.c] ply_terminal_open:trying to open terminal '/dev/tty7'^M
[ply-terminal.c] ply_terminal_look_up_geometry:looking up terminal text geometry^M
[ply-terminal.c] ply_terminal_look_up_geometry:terminal is now 240x67 text cells^M
[ply-terminal.c] get_active_vt:Remembering that initial vt is 1^M
[./plugin.c] query_device:Could not initialize heads^M
[ply-renderer.c] ply_renderer_open_plugin:could not query rendering device for plugin /lib/plymouth/renderers/drm.so^M
[./plugin.c] close_device:closing device^M
[./plugin.c] unload_driver:unloading driver^M
[./ply-renderer-libkms-driver.c] destroy_driver:uninitializing kms buffer driver^M
[ply-renderer.c] ply_renderer_open_plugin:trying to open renderer plugin /lib/plymouth/renderers/frame-buffer.so^M
[./plugin.c] create_backend:creating renderer backend for device /dev/fb0^M
[ply-terminal.c] ply_terminal_open:terminal /dev/tty7 is already open^M
[./plugin.c] query_device:32 bpp (8, 8, 8, 8) with rowstride 8192^M
[./plugin.c] initialize_head:initializing 1920x1080 head^M

The splash worked, but because for some reason it failed to query the device for omapdrm. I'm waiting the installer to finish and will test it again with proper debug after it's done.