[Spice-devel] [PATCH xf86-video-qxl] examples/spiceqxl.xorg.conf.example: fix in vm usage.

Alon Levy alevy at redhat.com
Mon Jan 30 12:51:08 PST 2012


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



More information about the Spice-devel mailing list