From owner-FreeBSD-users-jp@jp.freebsd.org  Tue Feb  8 19:00:19 2000
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id TAA37199;
	Tue, 8 Feb 2000 19:00:19 +0900 (JST)
	(envelope-from owner-FreeBSD-users-jp@jp.FreeBSD.org)
Received: from mail0.himacs.co.jp (mail0.himacs.co.jp [210.129.38.244])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id SAA37159
	for <FreeBSD-users-jp@jp.freebsd.org>; Tue, 8 Feb 2000 18:59:53 +0900 (JST)
	(envelope-from pt-nozaki@himacs.co.jp)
Received: from d104118c ([172.16.31.34])
	by mail0.himacs.co.jp (8.9.1a/3.7W) with SMTP id SAA16123
	for <FreeBSD-users-jp@jp.freebsd.org>; Tue, 8 Feb 2000 18:59:00 +0900 (JST)
Message-ID: <007701bf721a$4acb5920$221f10ac@d104118c.sy.himacs.co.jp>
From: "Takehiko Nozaki" <pt-nozaki@himacs.co.jp>
To: <FreeBSD-users-jp@jp.freebsd.org>
Date: Tue, 8 Feb 2000 18:52:50 +0900
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-2022-jp"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 4.72.3612.1700
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700
Reply-To: FreeBSD-users-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+990727
X-Sequence: FreeBSD-users-jp 49703
Subject: [FreeBSD-users-jp 49703] RE: XFree86-3.3.6
 =?ISO-2022-JP?B?GyRCPmUkThsoQg==?= XF86Setup
 =?ISO-2022-JP?B?GyRCJCxGMCQrJEokJCROJE8yPzhOGyhC?=
Errors-To: owner-FreeBSD-users-jp@jp.freebsd.org
Sender: owner-FreeBSD-users-jp@jp.freebsd.org
X-Originator: pt-nozaki@himacs.co.jp

$B$I$&$b!"Ln:j$G$9!"$d$C$Q$j%O%:%7%F$$$^$7$?!D(B

>$B0f>e$H?=$7$^$9!#(B
>
>$B8=:_!"(B3.3$B!](BRelease$B>e$K!"(BXFree86-3.3.6$B$r(BPort Install$B$7$?$N$G$9$,!"(B
>XF86Setup$B$,!"0J2<$N$h$&$JJ86g$r$?$l$F!"5/F0$7$^$;$s!#(B


$B!JCfN,!K(B


>tk$B$O(B version 8.2.3$B$G!"$d$O$j(BPort Install$B$7$F$$$^$9!#(B
>$B$3$N$[$+$N#t#k(B version$B$b;n$7$F$_$^$7$?$,!"7k2L$OF1$8$G$9!#(B


$B$$$^(BCVS$B$GGA$$$F$_$?$iF1$8LdBj$KBP$9$k(Bfix$B$,(B
ports-current$B$GDI2C$5$l$F$$$k$h$&$G$9!#(B

XF86Setup broken on CURRENT with TCL/TK 8.2
XF 3.3.3.1 and prior with TCL/TK 8.0 gave no problems.

$B$H$"$k$N$G(BTCL/TK8.2$B$N%H%i%V%k$N$h$&$G$9!#(B

$B$^$"!"$J$s$+ME$7$$;v$,(Bcommitlog$B$K$O=q$$$F$"$j$^$9$,!D(B

Unbreak XF86Setup. I am not sure of the correctness of the patch - I have
not tried to understand why it was broken.

--- programs/Xserver/hw/xfree86/XF86Setup/mouse.tcl.orig Mon Jan 17 00:34:06
2000
+++ programs/Xserver/hw/xfree86/XF86Setup/mouse.tcl Wed Jan 19 02:51:43 2000
@@ -15,7 +15,7 @@
 # Mouse configuration routines
 #

-set mseTypeList [concat $SupportedMouseTypes { Xqueue OSMouse } ]
+set mseTypeList [concat $SupportedMouseTypes { Xqueue OSMouse SysMouse } ]

 set msePatterns [list {tty[0-9A-Za-o]*} cua* *bm *mse* *mouse* \
                       ps*x psm* m320 pms* com* gpmdata lms* kdmouse logi
msm \
@@ -586,6 +586,9 @@
  set mseRes          $initres
  if { $mseRes <= 0 } {
   set mseRes 100
+ }
+ if { $mseRes > 200 } {
+  set mseRes 200
  }
  $w.mouse.resolution.$mseRes invoke
  set mseButtons      $initbtn


