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

Bug#443552: marked as done (In a dual-head setup mouse pointer can't change from one monitor to other)



Your message dated Sat, 22 Sep 2007 14:47:07 +0000
with message-id <E1IZ6GB-0004Z2-W3@ries.debian.org>
and subject line Bug#443552: fixed in xserver-xorg-input-mouse 1:1.2.2-6
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: xserver-xorg-core
Version: 2:1.3.0.0.dfsg-12
Severity: grave

Hello,
With the xorg 7.3+2 packages, I can't use my dual head setup properly.
The trouble is when I move mouse pointer to the secondary screen, I can
not take it back to the primary one. The second one acts as if it is
separate. I am attaching the Xorg.0.log file because I had to revert back to testing (for xorg) to make my
desktop work. 
Thanks,
--
aldemir

-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/etc/X11/X target does not match checksum in /var/lib/x11/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 13 2006-05-08 14:16 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1736632 2007-08-09 20:39 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
01:05.0 VGA compatible controller: ATI Technologies Inc RC410 [Radeon Xpress 200]
02:11.0 VGA compatible controller: Matrox Graphics, Inc. MGA 2064W [Millennium] (rev 01)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 3419 2007-09-22 13:35 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
EndSection

Section "Module"
        Load    "bitmap"
        Load    "ddc"
#       Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "type1"
        Load    "vbe"
        Disable "dri"
EndSection

Section "ServerFlags"
        Option  "Xinerama"      "true"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "us"
        Option          "XkbVariant"    "us"
#       Option          "XKbOptions"    ""
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ExplorerPS/2"
        Option          "Emulate3Buttons"       "true"
EndSection

Section "Device"
        Identifier      "Ati"
        Option          "RenderAccel"           "true"
        Option          "DRI"                   "off"
        #########Option         "ShadowFB"              "0"
        Driver          "ati"
        BusID           "PCI:1:5:0"
EndSection

Section "Device"
        Identifier      "Matrox"
        Option          "DRI"           "off"
        Driver          "mga"
        BusID           "PCI:2:17:0"
EndSection

Section "Monitor"
        Identifier      "dell"
        Option          "DPMS"
        HorizSync       28-64
        VertRefresh     43-60
EndSection

Section "Monitor"
        Identifier      "acer"
        Option          "DPMS"
        HorizSync       28-64
        VertRefresh     43-60
EndSection

Section "Screen"
        Identifier      "Screen 1"
        Device          "Ati"
        Monitor         "dell"
        DefaultDepth    16
        SubSection "Display"
                Depth           1
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "Screen 2"
        Device          "Matrox"
        Monitor         "acer"
        DefaultDepth    16
        SubSection "Display"
                Depth           1
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen  0       "Screen 1" 0 0
        Screen  1       "Screen 2" RightOf "Screen 1"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection
-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-core depends on:
ii  libc6                         2.6.1-5    GNU C Library: Shared libraries
ii  libdrm2                       2.3.0-4    Userspace interface to kernel DRM 
ii  libfontenc1                   1:1.0.4-2  X11 font encoding library
ii  libgcc1                       1:4.2.1-5  GCC support library
ii  libxau6                       1:1.0.3-2  X11 authorisation library
ii  libxdmcp6                     1:1.0.2-2  X11 Display Manager Control Protoc
ii  libxfont1                     1:1.3.1-1  X11 font rasterisation library
ii  x11-common                    1:7.3+2    X Window System (X.Org) infrastruc
ii  xserver-xorg                  1:7.2-5    the X.Org X server

Versions of packages xserver-xorg-core recommends:
ii  xfonts-base           1:1.0.0-5          standard fonts for X
ii  xkb-data              1.0~cvs.20070916-1 X Keyboard Extension (XKB) configu

-- no debconf information





      ___________________________________________________________ 
Want ideas for reducing your carbon footprint? Visit Yahoo! For Good  http://uk.promotions.yahoo.com/forgood/environment.html

Attachment: Xorg.0.log.dualhead
Description: Binary data


--- End Message ---
--- Begin Message ---
Source: xserver-xorg-input-mouse
Source-Version: 1:1.2.2-6

We believe that the bug you reported is fixed in the latest version of
xserver-xorg-input-mouse, which is due to be installed in the Debian FTP archive:

xserver-xorg-input-mouse_1.2.2-6.diff.gz
  to pool/main/x/xserver-xorg-input-mouse/xserver-xorg-input-mouse_1.2.2-6.diff.gz
xserver-xorg-input-mouse_1.2.2-6.dsc
  to pool/main/x/xserver-xorg-input-mouse/xserver-xorg-input-mouse_1.2.2-6.dsc
xserver-xorg-input-mouse_1.2.2-6_i386.deb
  to pool/main/x/xserver-xorg-input-mouse/xserver-xorg-input-mouse_1.2.2-6_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 443552@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Brice Goglin <bgoglin@debian.org> (supplier of updated xserver-xorg-input-mouse package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 22 Sep 2007 16:22:22 +0200
Source: xserver-xorg-input-mouse
Binary: xserver-xorg-input-mouse
Architecture: source i386
Version: 1:1.2.2-6
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Changed-By: Brice Goglin <bgoglin@debian.org>
Description: 
 xserver-xorg-input-mouse - X.Org X server -- mouse input driver
Closes: 443552
Changes: 
 xserver-xorg-input-mouse (1:1.2.2-6) unstable; urgency=low
 .
   * Grab upstream commits up to f42ea3027c13046dfa7a603737b476fbf2833764
     so that the pointer is not confined in the right screen in zaphod mode,
     closes: #443552.
     + Update debian/copyright using the new upstream COPYING file.
Files: 
 a56bc83cc20f5918c68bfee82faab1fc 1031 x11 optional xserver-xorg-input-mouse_1.2.2-6.dsc
 b5ac9fb91835b84d575bd6a7e92d172e 125158 x11 optional xserver-xorg-input-mouse_1.2.2-6.diff.gz
 13e9dbb37be8b59178cb3fc8a09b73e4 47066 x11 optional xserver-xorg-input-mouse_1.2.2-6_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFG9SamRh88F8PcWfoRAk5+AKCYZgWP0RyqEkjagEVekL5cfWwTdwCfbrbi
y9diT4G1i0D2DbfR9sgdmYM=
=iUqi
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: