xf86-input-synaptics: 1.8.3 -> 1.9.0
I'm getting new error in X.0.log: "Synaptics driver unable to detect protocol" but the touchpad still works fine. It seems the driver is trying to additionally apply to my regular (wireless) mouse which fails. I hope this is just harmless.
This commit is contained in:
parent
bf220b1b4a
commit
3b3daf4104
@ -1637,11 +1637,11 @@ let
|
||||
}) // {inherit inputproto xorgserver xproto ;};
|
||||
|
||||
xf86inputsynaptics = (mkDerivation "xf86inputsynaptics" {
|
||||
name = "xf86-input-synaptics-1.8.3";
|
||||
name = "xf86-input-synaptics-1.9.0";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = mirror://xorg/individual/driver/xf86-input-synaptics-1.8.3.tar.bz2;
|
||||
sha256 = "009zx199pilcvlaqm6fx4mg94q81d6vvl5rznmw3frzkfh6117yk";
|
||||
url = mirror://xorg/individual/driver/xf86-input-synaptics-1.9.0.tar.bz2;
|
||||
sha256 = "0niv0w1czbxh4y3qkqbpdp5gjwhp3379inwhknhif0m4sy4k5fmg";
|
||||
};
|
||||
buildInputs = [pkgconfig inputproto randrproto recordproto libX11 libXi xorgserver xproto libXtst ];
|
||||
meta.platforms = stdenv.lib.platforms.unix;
|
||||
|
@ -124,7 +124,7 @@ mirror://xorg/individual/driver/xf86-input-joystick-1.6.2.tar.bz2
|
||||
mirror://xorg/individual/driver/xf86-input-keyboard-1.8.1.tar.bz2
|
||||
mirror://xorg/individual/driver/xf86-input-libinput-0.19.1.tar.bz2
|
||||
mirror://xorg/individual/driver/xf86-input-mouse-1.9.1.tar.bz2
|
||||
mirror://xorg/individual/driver/xf86-input-synaptics-1.8.3.tar.bz2
|
||||
mirror://xorg/individual/driver/xf86-input-synaptics-1.9.0.tar.bz2
|
||||
mirror://xorg/individual/driver/xf86-input-vmmouse-13.1.0.tar.bz2
|
||||
mirror://xorg/individual/driver/xf86-input-void-1.4.1.tar.bz2
|
||||
mirror://xorg/individual/driver/xf86-video-amdgpu-1.1.2.tar.bz2
|
||||
|
Loading…
Reference in New Issue
Block a user