Re: mouse gets stuck on second screen

2010-06-07 Thread Dan Nicholson
On Mon, Jun 7, 2010 at 1:04 PM, David Bridgham  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

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 Sat, Jun 5, 2010 at 2:11 PM, David Bridgham  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/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"
> Identifier"Mouse0"
> Driver"evdev"
> Option"Device" "/dev/input/event5" # (cat 
> /proc/bus/input/devices)   
> Option"Name" "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-06 Thread Hugo Vanwoerkom

--- On Sat, 6/5/10, David Bridgham  wrote:

> From: David Bridgham 
> Subject: mouse gets stuck on second screen
> To: xorg@lists.freedesktop.org
> Date: Saturday, June 5, 2010, 3:11 PM
> 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 "InputDevice"
>     Identifier  "Mouse0"
>     Driver      "mouse"
>     Option       
> "Protocol" "auto"
>     Option       
> "Device" "/dev/input/mice"
>     Option       
> "ZAxisMapping" "4 5 6 7"
> EndSection
> 



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"
Identifier  "Mouse0"
Driver  "evdev"
Option  "Device" "/dev/input/event5" # (cat 
/proc/bus/input/devices)   
Option  "Name" "A4Tech USB Optical Mouse"
Option  "ZAxisMapping"  "6 7 4 5"
Option  "Buttons"   "12"
EndSection

Regards,

Hugo Vanwoerkom


  
___
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


mouse gets stuck on second screen

2010-06-05 Thread David Bridgham
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

Section "ServerFlags"
#   Option  "Xinerama" "true"
#   Option  "DontZap"  "false"
EndSection

Section "Files"
ModulePath   "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSection

Section "Module"
Load  "dbe"
Load  "dri2"
Load  "extmod"
Load  "glx"
Load  "record"
Load  "dri"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver  "kbd"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver  "mouse"
Option  "Protocol" "auto"
Option  "Device" "/dev/input/mice"
Option  "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier  "LL"
EndSection

Section "Monitor"
Identifier  "LR"
Option  "RightOf" "LL"
EndSection

Section "Monitor"
Identifier  "UL"
EndSection

Section "Monitor"
Identifier  "UR"
Option  "Rightof" "UL"
EndSection

Section "Device"
### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel"   # []
#Option "AccelMethod"   # []
#Option "offscreensize" # []
#Option "SWcursor"  # []
#Option "ignoreconnector"   # []
#Option "forcereduced"  # []
#Option "forcedpi"  # 
#Option "useconfiguredmonitor"  # []
#Option "HPD"   # 
#Option "NoRandr"   # []
#Option "RROutputOrder" # []
#Option "DRI"   # []
#Option "TVMode"# []
#Option "ScaleType" # []
#Option "UseAtomBIOS"   # []
#Option "AtomBIOS"  # []
#Option "UnverifiedFeatures"# []
#Option "Audio" # []
#Option "AudioStreamSilence"# []
#Option "HDMI"  # []
#Option "COHERENT"  # []
#Option "ForceLowPowerMode" # []
#Option "LowPowerModeEngineClock"   # 
Identifier  "Card0"
Driver  "radeonhd"
VendorName  "ATI Technologies Inc"
BoardName   "RV630 [Radeon HD 2600 Series]"
BusID   "PCI:1:0:0"
Option  "monitor-DVI-I_1/digital" "LR"
Option  "monitor-DVI-I_2/digital" "LL"
#   Option "AccelMethod""xaa"
Option "AccelMethod""exa"
Option  "DRI" "on"
EndSection

Section "Device"
### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel"   # []
#Option "AccelMethod"   # []
#Option "offscreensize" # []
#Option "SWcursor"  # []
#Option "ignoreconnector"   # []
#Option "forcereduced"  # []
#Option "forcedpi"  # 
#Option "useconfiguredmonitor"  # []
#Option "HPD"   # 
#Option "NoRandr"   # []
#Option "RROutputOrder"