diff options
author | Weber Kay <weberkai@gmail.com> | 2017-03-14 15:10:52 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-18 06:59:08 +0700 |
commit | 5a359b9d2e66248c450a7956686c724177d607f6 (patch) | |
tree | f52b1138e1e534710cbca2f064a4e8274cd0e106 /system | |
parent | da8a24a7a3f4d844d49fc09aea39e43fe319d4f7 (diff) | |
download | slackbuilds-5a359b9d2e66248c450a7956686c724177d607f6.tar.gz |
system/xf86-video-qxl: Edit the default configuration.
This avoids an annoying mouse offset
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/xf86-video-qxl/05-qxl.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/system/xf86-video-qxl/05-qxl.conf b/system/xf86-video-qxl/05-qxl.conf index b18867413e..4161544e2a 100644 --- a/system/xf86-video-qxl/05-qxl.conf +++ b/system/xf86-video-qxl/05-qxl.conf @@ -71,8 +71,3 @@ Section "Device" # defaults to false. #Option "SpiceIPV6Only" "" EndSection - -# Prevent udev from loading vmmouse in a vm and crashing. -Section "ServerFlags" - Option "AutoAddDevices" "False" -EndSection |