https://bugs.kde.org/show_bug.cgi?id=462264
--- Comment #11 from Malte S. Stretz <m...@apache.org> --- After all, this seems to be an upstream issue indeed. I hacked up the breeze theme and set > global.title.text = "(" + Window.GetX() + " " + Window.GetY() + ") (" + > Window.GetWidth() + " " + Window.GetHeight() + ")"; On boot I get the output "(320 240) (1920 1200)" on *both* screens (Hmmm... now that I think about it maybe I shouldn't modify the global variable but put this into the Logo function?). 1920x1200 is the resolution of my external screen and the offset doesn't make any sense to me at all but when squinting at the screen it seems to be the amount the splash screen is off. I have to generate a new plymouth debug log but am pretty sure that it contained the proper resolutions for both screens. -- You are receiving this mail because: You are watching all bug changes.