From fb67cc2bb1c82883e8ec7da55cdedda59ee6c4e6 Mon Sep 17 00:00:00 2001 From: Frederic Lepied Date: Fri, 6 Oct 2000 15:45:38 +0000 Subject: added mode of wacom devices. --- perl-install/Xconfigurator.pm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'perl-install/Xconfigurator.pm') diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index e804c160a..049bbd823 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -759,14 +759,17 @@ Section "XInput" SubSection "WacomStylus" Port "/dev/$o->{wacom}" AlwaysCore + Mode Absolute EndSubSection SubSection "WacomCursor" Port "/dev/$o->{wacom}" AlwaysCore + Mode Relative EndSubSection SubSection "WacomEraser" Port "/dev/$o->{wacom}" AlwaysCore + Mode Absolute EndSubSection EndSection @@ -778,18 +781,21 @@ Section "InputDevice" Driver "wacom" Option "Type" "stylus" Option "Device" "/dev/$o->{wacom}" + Option "Mode" "Absolute" EndSection Section "InputDevice" Identifier "eraser" Driver "wacom" Option "Type" "eraser" Option "Device" "/dev/$o->{wacom}" + Option "Mode" "Absolute" EndSection Section "InputDevice" Identifier "cursor" Driver "wacom" Option "Type" "cursor" Option "Device" "/dev/$o->{wacom}" + Option "Mode" "Relative" EndSection ) if $o->{wacom}; -- cgit v1.2.1