summaryrefslogtreecommitdiff
path: root/examples/spiceqxl.xorg.conf.example
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2012-01-28 13:47:20 +0200
committerAlon Levy <alevy@redhat.com>2012-01-28 14:13:51 +0200
commit4e68645a4d9a84d009b603d908e5b20a47db0724 (patch)
tree9d2e34026234351f6e0b93f357f5361e2d34c220 /examples/spiceqxl.xorg.conf.example
parent8ab5b7e0faa12bf5aa1575c5fd11230284f68d71 (diff)
examples/spiceqxl.xorg.conf.example: fix in vm usage.
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.
Diffstat (limited to 'examples/spiceqxl.xorg.conf.example')
-rw-r--r--examples/spiceqxl.xorg.conf.example5
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