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

Bug#376055: x11-common: dexconf ignores mouse port and protocol selections



Package: x11-common
Version: 1:7.0.22
Severity: important
Tags: patch


Trying to figure why my choice of ImPS/2 isn't stored in xorg.conf,
I found that dexconf ignored it.  Here is the patch.

===================================================================
--- dexconf.orig        2006-06-11 23:40:18.000000000 -0400
+++ dexconf     2006-06-28 14:22:54.000000000 -0400
@@ -287,8 +287,8 @@
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
-       Option          "Device"                "/dev/input/mice"
-       Option          "Protocol"              "ExplorerPS/2"
+       Option          "Device"                "$MOUSE_PORT"
+       Option          "Protocol"              "$MOUSE_PROTOCOL"
 SECTION
 if [ -n "$DO_EMULATE3BUTTONS" ]; then
   printf "\tOption\t\t\"Emulate3Buttons\"\t\"true\"\n" >&4
===================================================================

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-686
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)

Versions of packages x11-common depends on:
ii  debconf [debconf-2.0]         1.5.2      Debian configuration management sy
ii  debianutils                   2.16.1     Miscellaneous utilities specific t
ii  lsb-base                      3.1-10     Linux Standard Base 3.1 init scrip

x11-common recommends no packages.

-- debconf information:
  x11-common/xwrapper/nice_value: 0
  x11-common/xwrapper/allowed_users: Console Users Only
  x11-common/xwrapper/actual_allowed_users: console
  x11-common/xwrapper/nice_value/error:
  x11-common/x11r6_bin_not_empty:
* x11-common/upgrade_issues:



Reply to: