https://bugs.kde.org/show_bug.cgi?id=356225
--- Comment #246 from PhillB <phi...@webwombat.com.au> --- Hi Michael, I'd like to preface all comments with: I'm not an xorg.conf expert. Having said that, it seems that your xorg.conf is not appropriate for a 3 screen layout. The layout clause only mentions sceenn0. In my opinion you have to add screen1 and screen2 to the layout section so that it (the layout section) is used. Because there is no mention of those screens I suspect the X server will rely on a dynamic configuration (which will be wrong) and your xorg.conf is being ignored. Add screen1 and screen2 (and create screen1 and screen2 sections) to the layout section and give them hard coordinates in the monitor section (see man page for the "option" needed). Also add "primary" the appropriate monitor section. The middle screen (screen0) cannot be located at 0,0 if you have screen1 on the left and screen2 on the right (assumption on my part). Remember that the coordinates are for the top left corner of the screen, and 0,0 is the top left of the extended virtual screen. So if the monitors were all the same height monitor0 might be at 1024,0 for example. Hope this helps. -- You are receiving this mail because: You are watching all bug changes.