Bug 311840 - disableMultihead does not work properly
Summary: disableMultihead does not work properly
Status: RESOLVED DUPLICATE of bug 293734
Alias: None
Product: kwin
Classification: Plasma
Component: multi-screen (show other bugs)
Version: 4.8.5
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-17 17:52 UTC by Alexey Balekhov
Modified: 2012-12-17 17:59 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Balekhov 2012-12-17 17:52:14 UTC
I have a multihead system (two separate screens, no Xinerama) and want to run kde on only one screen and xbmc on another. I tried to add these strings to .kde/share/config/kcmdisplayrc:
[X11]
disableMultihead=true
But it does not work properly. Splashscreen shows on both monitors, then one screen cleans, but two copies of kwin still run, both on the second screen.
Problem is in kwin/main.cpp in kdemain function. There is no way to prevent running multiple copies of kwin on multiscreen display. I also tried to set DISPLAY and KDE_DISPLAY to ":0.0", but ScreenCount still returns 2 and I have two kwin instances.

Reproducible: Always
Comment 1 Thomas Lübking 2012-12-17 17:59:57 UTC
https://git.reviewboard.kde.org/r/107735/

*** This bug has been marked as a duplicate of bug 293734 ***