Re: X Strike Force X.Org X11 SVN commit: r3622 - trunk/debian/xorg/debian

2006-10-06 Thread Michel Dänzer
On Fri, 2006-10-06 at 04:23 +0200, Frans Pop wrote:
> On Friday 06 October 2006 03:59, X Strike Force SVN Repository Admin 
> wrote:
> > Log:
> > * Make ImPS/2 the default mouse port in the xserver-xorg.templates
> > file. Also provide the devices in this file rather than as a variable
> > in the config script. Closes: #385078
> 
> I must say I am very surprised at this commit. How can ImPS/2 be 
> considered a port instead of a protocol?
> 
> /me has never seen /dev/ImPS\/2...

Also, /dev/input/mice actually speaks ExplorerPS/2 with 2.6 kernels,
although ImPS/2 should work in most cases.


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer



Re: X Strike Force X.Org X11 SVN commit: r3622 - trunk/debian/xorg/debian

2006-10-05 Thread Frans Pop
On Friday 06 October 2006 03:59, X Strike Force SVN Repository Admin 
wrote:
> Log:
> * Make ImPS/2 the default mouse port in the xserver-xorg.templates
> file. Also provide the devices in this file rather than as a variable
> in the config script. Closes: #385078

I must say I am very surprised at this commit. How can ImPS/2 be 
considered a port instead of a protocol?

/me has never seen /dev/ImPS\/2...


pgp4xrxIlk8NQ.pgp
Description: PGP signature


X Strike Force X.Org X11 SVN commit: r3622 - trunk/debian/xorg/debian

2006-10-05 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-10-05 21:59:53 -0400 (Thu, 05 Oct 2006)
New Revision: 3622

Modified:
   trunk/debian/xorg/debian/changelog
   trunk/debian/xorg/debian/xserver-xorg.postinst.in
   trunk/debian/xorg/debian/xserver-xorg.templates
Log:
* Make ImPS/2 the default mouse port in the xserver-xorg.templates file.
  Also provide the devices in this file rather than as a variable in the
  config script. Closes: #385078

Modified: trunk/debian/xorg/debian/changelog
===
--- trunk/debian/xorg/debian/changelog  2006-10-06 00:21:59 UTC (rev 3621)
+++ trunk/debian/xorg/debian/changelog  2006-10-06 01:59:53 UTC (rev 3622)
@@ -1,11 +1,16 @@
 xorg (1:7.1.0-3) UNRELEASED; urgency=low
 
-  [ Debconf translation updates ] 
+  [ Debconf translation updates ]
 - Dutch. Closes: #391187
 - Simplified Chinese. Closes: #390956
 
- -- David Nusinow <[EMAIL PROTECTED]>  Thu,  5 Oct 2006 20:20:19 -0400
+  [ David Nusinow ]
+  * Make ImPS/2 the default mouse port in the xserver-xorg.templates file.
+Also provide the devices in this file rather than as a variable in the
+config script. Closes: #385078
 
+ -- David Nusinow <[EMAIL PROTECTED]>  Thu,  5 Oct 2006 21:57:11 -0400
+
 xorg (1:7.1.0-2) unstable; urgency=low
 
   [ Debconf translations updates ]

Modified: trunk/debian/xorg/debian/xserver-xorg.postinst.in
===
--- trunk/debian/xorg/debian/xserver-xorg.postinst.in   2006-10-06 00:21:59 UTC 
(rev 3621)
+++ trunk/debian/xorg/debian/xserver-xorg.postinst.in   2006-10-06 01:59:53 UTC 
(rev 3622)
@@ -1309,12 +1309,8 @@
 
 MAY_BE_NULL=yes auto_answer validate_string_db_input "$(priority_ceil 
$PRIORITY)" xserver-xorg/config/inputdevice/keyboard/options "$XKBOPTIONS"
 
-AUTODETECTED_PORT="/dev/input/mice"
-AUTODETECTED_PROTOCOL="ImPS/2"
+auto_answer db_input "$(priority_ceil low)" 
xserver-xorg/config/inputdevice/mouse/port "/dev/input/mice"
 
-db_subst xserver-xorg/config/inputdevice/mouse/port choices $AUTODETECTED_PORT
-auto_answer db_input "$(priority_ceil low)" 
xserver-xorg/config/inputdevice/mouse/port "${AUTODETECTED_PORT}"
-
 db_get xserver-xorg/config/inputdevice/mouse/port
 case "$RET" in
   *psaux)

Modified: trunk/debian/xorg/debian/xserver-xorg.templates
===
--- trunk/debian/xorg/debian/xserver-xorg.templates 2006-10-06 00:21:59 UTC 
(rev 3621)
+++ trunk/debian/xorg/debian/xserver-xorg.templates 2006-10-06 01:59:53 UTC 
(rev 3622)
@@ -295,7 +295,8 @@
 
 Template: xserver-xorg/config/inputdevice/mouse/port
 Type: select
-Choices: ${choices}
+Choices: /dev/input/mice, /dev/psaux, /dev/ttyS0, /dev/tts0, /dev/gpmdata
+Default: ImPS/2
 _Description: Mouse port:
  For the X Window System graphical user interface to operate correctly,
  certain characteristics of the mouse (or other pointing device, such as a


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]