Summary: | Switching between dual vs. single monitor configurations makes Plasma 5 unusable | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Bogdan <bogdan.nicolae> |
Component: | generic-multiscreen | Assignee: | Aleix Pol <aleixpol> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | account-kde, notmart, plasma-bugs, qneverless, xgdgsc |
Priority: | NOR | ||
Version: | 5.2.2 | ||
Target Milestone: | 1.0 | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Bogdan
2015-04-21 12:30:14 UTC
Can you please check that the KScreen configurations in .local/share/kscreen/ are correct? Yes, they are. My two configurations that Plasma switches between are attached. Single screen: [ { "enabled": true, "id": "b055820b0d620b2f7a62d583e2f3042e", "metadata": { "fullname": "xrandr-unknown", "name": "LVDS1" }, "mode": { "refresh": 59.995201110839844, "size": { "height": 900, "width": 1600 } }, "pos": { "x": 0, "y": 0 }, "primary": true, "rotation": 1 } ] Dual-screen: [ { "enabled": true, "id": "b055820b0d620b2f7a62d583e2f3042e", "metadata": { "fullname": "xrandr-unknown", "name": "LVDS1" }, "mode": { "refresh": 59.995201110839844, "size": { "height": 900, "width": 1600 } }, "pos": { "x": 0, "y": 0 }, "primary": false, "rotation": 1 }, { "enabled": true, "id": "714f794fb4223fbb4b490cb25e48805f", "metadata": { "fullname": "xrandr-VA2448 SERIE-SEL111300514", "name": "VGA1" }, "mode": { "refresh": 60, "size": { "height": 1080, "width": 1920 } }, "pos": { "x": 1600, "y": 0 }, "primary": true, "rotation": 1 } ] I have similar issues. On my home PC I have two monitors (DP + DVI). Sometimes I plug in TV through HDMI. Desktop is then randomly black or messed up with panels broken all over the place. This state is frozen for a few (or dozen) minutes, then it works fine (usually). With my laptop in work I use two monitors connected to display ports through docking station + build-in laptop monitor. When I unplug laptop, plasma shell crashes and restarts. That's almost ok - it's usable again in a minute. But when I try to plug in TV or projector in a conference room (VGA) I have same issues as in home. But never really tried to wait that long to see if it wakes up from freeze. After unplugging it works fine again. Back to my desk and docking station - freeze or crash and I have to restart. I use Fedora 21 with plasma 5.2.2-5. How could I find the root cause of this? I forgot to clarify... Freeze is not really a freeze. I can (barely) move mouse cursor, It's not very responsive - very slow and hopping. That's all - nothing reacts to clicking. When I press ctrl+alt+F2 I get usable tty2 visible on all monitors. *** This bug has been marked as a duplicate of bug 344706 *** |