diff options
Diffstat (limited to 'examples')
-rw-r--r-- | 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 |