Re: mouse gets stuck on second screen

2010-06-07 Thread David Bridgham
On 06/06/2010 11:46 AM, Hugo Vanwoerkom wrote:

 I also run Debian (Sid) with 2 video cards but each with their own monitor 
 and mouse and keyboard and have xserver-xorg-core 2:1.7.7-2.

 I have no idea whether this matters, but I use the evdev driver for the mice:

 Section InputDevice
 IdentifierMouse0
 Driverevdev
 OptionDevice /dev/input/event5 # (cat 
 /proc/bus/input/devices)   
 OptionName A4Tech USB Optical Mouse
   Option  ZAxisMapping  6 7 4 5
   Option  Buttons   12
 EndSection
   

The evdev driver appears to work for me but it makes no difference to
the dual Screen problem.  It's not that the mouse cursor doesn't move,
it's just that once it crosses the boundary to Screen1, it can never
cross back to Screen0.  It just hits the edge of the Screen and stops
there, as if there were no Screen above it to move back to.  The same
thing happens if I reconfigure the screens to be LeftOf or RightOf.  The
mouse starts on Screen0 and once I move it over to Screen1, it can't
ever get back.  If I try to configure Screen0 Below Screen1, I can't
even get the cursor off Screen0 but I'm guessing that has something to
do with Screen1 then having negative coordinates.

 -Dave

___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com


Re: mouse gets stuck on second screen

2010-06-07 Thread Dan Nicholson
On Sat, Jun 5, 2010 at 2:11 PM, David Bridgham d...@froghouse.org wrote:
 I run a Debian system with two Radeon HD 2600 Pro video cards, each
 with two monitors.  Until a few months ago this was working fine.
 Then an update came in and Xorg started segfaulting on startup.  I
 found that if I arranged the two monitors on a given card horizontally
 instead of vertically, it stopped segfaulting but now had a new
 problem.  If I move the mouse cursor to the screen defined by the
 second video card, it can never come back to the first.  It gets stuck
 over there.

 It seems this must be something simple in my config file but I can not
 figure it out.  Any suggestions?  Thanks.

  -Dave

 Section ServerLayout
        Identifier     X.org Configured
 #       Screen      0  Screen0 0 0
 #       Screen      1  Screen1 Above Screen0
        Screen      0  Screen0
        Screen      1  Screen1 Below Screen0
        InputDevice    Mouse0 CorePointer
        InputDevice    Keyboard0 CoreKeyboard
 EndSection

So, this is zaphod mode with the radeonhd driver. Maybe you can try
using the radeon driver? I know there have been some fixes recently to
zaphod mode, although I don't know if that will fix the input issues.

--
Dan
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com

Re: mouse gets stuck on second screen

2010-06-07 Thread David Bridgham
On 06/07/2010 03:22 PM, Dan Nicholson wrote:

 So, this is zaphod mode with the radeonhd driver. Maybe you can try
 using the radeon driver? I know there have been some fixes recently to
 zaphod mode, although I don't know if that will fix the input issues.

   

Took me a bit to figure out zaphod mode.  I hadn't heard that term
before.  I like.

I tried the radeon driver and surprisingly, at least to me, it has
exactly the same problem.  It also shows the same output on the two
monitors on each video card but presumably I could figure that out if I
played with it some.  However, the problem with the mouse becoming
trapped on Screen1 once it goes there is just the same as with the
radeonhd driver.

 -Dave

___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com


Re: mouse gets stuck on second screen

2010-06-07 Thread Dan Nicholson
On Mon, Jun 7, 2010 at 1:04 PM, David Bridgham d...@froghouse.org wrote:
 On 06/07/2010 03:22 PM, Dan Nicholson wrote:

 So, this is zaphod mode with the radeonhd driver. Maybe you can try
 using the radeon driver? I know there have been some fixes recently to
 zaphod mode, although I don't know if that will fix the input issues.



 Took me a bit to figure out zaphod mode.  I hadn't heard that term
 before.  I like.

 I tried the radeon driver and surprisingly, at least to me, it has
 exactly the same problem.  It also shows the same output on the two
 monitors on each video card but presumably I could figure that out if I
 played with it some.  However, the problem with the mouse becoming
 trapped on Screen1 once it goes there is just the same as with the
 radeonhd driver.

Hmm. Could very well be a problem in the server. I don't use zaphod
mode, but I understand it was broken for a long time. You might want
to file a bug, but hopefully someone can help you out here.

--
Dan
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com