Version: unspecified (using KDE 4.4.5) OS: Linux When all outputs are disabled, windows are resized to the smallest possible size. Later, when some output is connected, the windows remain tiny and the desktop is unusable until the windows are resized. There are many cases where all outputs are temporarily disabled. In software: while using the xrandr binary for managing displays. In hardware: when the only active output is on an external output and you disconnect it (by pulling out the cable or by lifting the laptop out of the dock), some drivers will turn off that output in X. This happens on the ThinkPad T400s with DisplayPort, for example. It seems to affect most windows, but sometimes not all of them. I'm not sure what's the pattern. In particular, after disconnecting and reconnecting the monitor, if I open a new window and then again disconnect and reconnect, the new window does *not* get resized. See also bug 179722 about another case where windows are shrunk to minimum size. Reproducible: Sometimes Steps to Reproduce: xrandr --output HDMI2 --off; sleep 1; xrandr --output HDMI2 --auto Actual Results: All (or most) windows are minimizes to the smallest possible size. Expected Results: Windows should reappear at the same size (if the same resolution was chosen), or resized the same as if there was a direct transition from the old resolution to the new resolution.
*** This bug has been marked as a duplicate of bug 154365 ***