From 37ccb25e7fb0131d0275edf0f4446e0d832a6d9d Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 31 Aug 2001 16:47:53 +0000 Subject: added missing AlwaysCore line for second mouse for XF3. --- perl-install/Xconfigurator.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/Xconfigurator.pm') diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index c37c3d39a..2b3567cd6 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -926,6 +926,7 @@ sub write_XF86Config { print G qq( Option "Protocol" "$O->{XMOUSETYPE}"\n); print F ($id > 1 && " ") . qq( Device "/dev/$O->{device}"\n); print G qq( Option "Device" "/dev/$O->{device}"\n); + print F " AlwaysCore\n" if $id > 1; #- this will enable the "wheel" or "knob" functionality if the mouse supports it print F ($id > 1 && " ") . " ZAxisMapping 4 5\n" if $O->{nbuttons} > 3; print F ($id > 1 && " ") . " ZAxisMapping 6 7\n" if $O->{nbuttons} > 5; -- cgit v1.2.1