wacom driver updates required for intuos 5 wacom tablet.\
Note I had to disable some recognized "pens" by using xinput disable. So maybe 2 drivers are active? However tilt/preasure works nicely inside gimp, inkscape, mypaint
This commit is contained in:
parent
3a157d2c6c
commit
259f76d24c
@ -3,11 +3,11 @@
|
|||||||
, ncurses, pkgconfig, randrproto, xorgserver, xproto, udev, libXinerama, pixman }:
|
, ncurses, pkgconfig, randrproto, xorgserver, xproto, udev, libXinerama, pixman }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "xf86-input-wacom-0.19.0";
|
name = "xf86-input-wacom-0.20.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/linuxwacom/${name}.tar.bz2";
|
url = "mirror://sourceforge/linuxwacom/${name}.tar.bz2";
|
||||||
sha256 = "1lkvhirjysx0d2154jrwqc2i8jrqdjrlzjv7grbnm2cg5vpg7n53";
|
sha256 = "1408zjqsakcyx6v81qwh4q7m49cc6vcaad54jaw8ycw4i832jvjq";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ inputproto libX11 libXext libXi libXrandr libXrender
|
buildInputs = [ inputproto libX11 libXext libXi libXrandr libXrender
|
||||||
|
Loading…
Reference in New Issue
Block a user