RHBZ #785373 workaround vmmouse segfault by disabling udev in spiceqxl.xorg.conf.example. We don't really need it anyway since we explicitly specify drivers for video keyboard and mouse. --- examples/spiceqxl.xorg.conf.example | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/examples/spiceqxl.xorg.conf.example b/examples/spiceqxl.xorg.conf.example index 2e42e76..f5868c1 100644 --- a/examples/spiceqxl.xorg.conf.example +++ b/examples/spiceqxl.xorg.conf.example @@ -99,3 +99,8 @@ Section "ServerLayout" InputDevice "XSPICE KEYBOARD" InputDevice "XSPICE POINTER" EndSection + +# Prevent udev from loading vmmouse in a vm and crashing. +Section "ServerFlags" + Option "AutoAddDevices" "False" +EndSection -- 1.7.8.4 _______________________________________________ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel