Comment 5 for bug 1631203

Revision history for this message
In , Sb (sb56637) wrote :

Hi there, here's some additional output.

When I try to run gala I first get:
> Clutter-CRITICAL **: The Clutter backend is not a X11 backend
So I tried this environment variable:
CLUTTER_BACKEND=x11
Which causes:
> gala --replace
>
> (gala:5594): GLib-GObject-WARNING **: cannot register existing type 'ClutterInputDevice'
>
> (gala:5594): GLib-CRITICAL **: g_once_init_leave: assertion 'result != 0' failed
>
> (gala:5594): Clutter-CRITICAL **: clutter_input_device_get_device_node: assertion 'CLUTTER_IS_INPUT_DEVICE (device)' failed

And here's the hardware information you requested:

> /sbin/lspci -k | grep -i vga -A3
> 00:02.0 VGA compatible controller: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter
> Kernel driver in use: vboxvideo
> Kernel modules: vboxvideo
> 00:03.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller (rev 02)

I've also tried this from a live USB on real hardware with Intel graphics, and got the same results.