[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#333921: priority of mouse template too low



Package: xserver-xorg
Version: 6.8.2.dfsg.1-8
Severity: normal
Tags: patch

The priority of mouse template (medium) is too low, and unsuitable for use
with a LiveCD: Since the /etc/init.d/xserver-xorg script intended for LiveCD
usage uses "-phigh" when configuring this package, mice won't be configured
unless they can be configured automaticaly via mdetect, which:

  a) doesn't always work
  b) doesn't work on all platforms (currently not available for GNU/kFreeBSD)

Please find attached patch to rise priority to high.

-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.3-1
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages xserver-xorg depends on:
ii  debconf [debconf-2.0]     1.4.58         Debian configuration management sy
ii  libc0.1                   2.3-1+kbsd.11  GNU C Library: Shared libraries an
ii  libgcc1                   1:4.0.2-2      GCC support library
ii  libxau6                   6.8.2.dfsg.1-8 X Authentication library
ii  libxdmcp6                 6.8.2.dfsg.1-8 X Display Manager Control Protocol
ii  xserver-common            6.8.2.dfsg.1-8 files and utilities common to all 
ii  zlib1g                    1:1.2.3-4      compression library - runtime

Versions of packages xserver-xorg recommends:
pn  discover | discover1      <none>         (no description available)
pn  laptop-detect             <none>         (no description available)
pn  mdetect                   <none>         (no description available)
ii  xlibs                     6.8.2.dfsg.1-8 X Window System client libraries m
pn  xresprobe                 <none>         (no description available)

-- debconf information excluded
Index: debian/xserver-xorg.config.in
===================================================================
--- debian/xserver-xorg.config.in	(revision 676)
+++ debian/xserver-xorg.config.in	(working copy)
@@ -1253,7 +1253,8 @@
 # Let's keep the changes not intrusive, even if less elegant.
 
 # priority of xserver-xorg/config/inputdevice/mouse/{port,protocol}
-PRIORITY=medium
+PRIORITY=high
+PRIORITY_CEILING=
 AUTODETECTED_PORT=
 AUTODETECTED_PROTOCOL=
 

Reply to: