Bug 27844 - X-Server hangs in a loop when moving mouse cursor to the left screen
Summary: X-Server hangs in a loop when moving mouse cursor to the left screen
Status: RESOLVED INVALID
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/General (show other bugs)
Version: 7.5 (2009.10)
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-26 13:15 UTC by Ivo Steinmann
Modified: 2018-06-12 18:44 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
xorg.conf that failes (3.44 KB, text/plain)
2010-04-26 13:15 UTC, Ivo Steinmann
no flags Details

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.