From 724b5abe42ef3b99c81043988a6ad6b421bcac4b Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Tue, 20 Mar 2012 01:48:09 +0000 Subject: [PATCH] xf86-input-multitouch seems to be abandoned, update it with the mtrack fork svn path=/nixos/trunk/; revision=33283 --- modules/services/x11/hardware/multitouch.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/services/x11/hardware/multitouch.nix b/modules/services/x11/hardware/multitouch.nix index ae0ae2e5a3a4..054d726f05f6 100644 --- a/modules/services/x11/hardware/multitouch.nix +++ b/modules/services/x11/hardware/multitouch.nix @@ -26,9 +26,9 @@ with pkgs.lib; '' # Automatically enable the multitouch driver Section "InputClass" - MatchIsTouchpad "true" - Identifier "Multitouch Touchpad" - Driver "multitouch" + MatchIsTouchpad "on" + Identifier "Touchpads" + Driver "mtrack" EndSection '';