Bug 27844

Summary: X-Server hangs in a loop when moving mouse cursor to the left screen
Product: xorg Reporter: Ivo Steinmann <isteinmann>
Component: Server/GeneralAssignee: Xorg Project Team <xorg-team>
Status: RESOLVED INVALID QA Contact: Xorg Project Team <xorg-team>
Severity: normal    
Priority: medium    
Version: 7.5 (2009.10)   
Hardware: x86-64 (AMD64)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments:
Description Flags
xorg.conf that failes none

Description Ivo Steinmann 2010-04-26 13:15:57 UTC
Created attachment 35301 [details]
xorg.conf that failes

I have got this layout:

Section "ServerLayout"
    Identifier     "default"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" LeftOf "Screen0"
    Screen      2  "Screen2" RightOf "Screen0"
EndSection

When I move the mouse cursor to the left screen, xorg hangs and after a while it crahes.

This layout works without any problems, but now my main screen is in the left and not in the middle.

Section "ServerLayout"
    Identifier     "default"
    Screen      0  "Screen1" 0 0
    Screen      1  "Screen0" RightOf "Screen1"
    Screen      2  "Screen2" RightOf "Screen0"
EndSection


For full xorg.conf take a look at the attachment.
Comment 1 Adam Jackson 2018-06-12 18:44:10 UTC
Mass closure: This bug has been untouched for more than six years, and is not obviously still valid. Please file a new report if you continue to experience issues with a current server.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.