
Originally Posted by
droste
The problem seems to be this:
Code:
[ 14.033] (EE) Screen 1 deleted because of no matching config section.
[ 14.033] (II) UnloadModule: "nouveau"
[ 14.033] (EE) Screen 2 deleted because of no matching config section.
[ 14.033] (II) UnloadModule: "nouveau"
from the Xorg.log. But I'm not exactly sure what that means, because there is a config section for screen 1 and 2!?
There might be issues with mixing the orientations. Try making sure screen 0 is at the origin. e.g.:
Code:
Section "ServerLayout"
Identifier "Layout0"
Option "Xinerama" "on"
Option "Clone" "off"
Screen 0 "Screen0"
Screen 1 "Screen1" RightOf "Screen0"
Screen 2 "Screen2" RightOf "Screen1"
Screen 3 "Screen3" RightOf "Screen2"
EndSection
Alternatively, you could file a bug: https://bugs.freedesktop.org
Also, this post is in the wrong section. This is the open source AMD forum.