Gentoo Archives: gentoo-user

From: BRM <bm_witness@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] KDE-4 multi-monitor + fullscreen applications
Date: Thu, 18 Nov 2010 18:54:52
Message-Id: 557455.24679.qm@web51905.mail.re2.yahoo.com
In Reply to: Re: [gentoo-user] KDE-4 multi-monitor + fullscreen applications by YoYo Siska
1 ----- Original Message ----
2
3 > From: YoYo Siska <yoyo@××××××.sk>
4 > To: gentoo-user@l.g.o
5 > Sent: Thu, November 18, 2010 12:41:03 PM
6 > Subject: Re: [gentoo-user] KDE-4 multi-monitor + fullscreen applications
7 >
8 > On Wed, Nov 17, 2010 at 11:41:25PM +0100, Florian Philipp wrote:
9 > > Am 17.11.2010 23:26, schrieb Alan McKinnon:
10 > > > Apparently, though unproven, at 00:08 on Thursday 18 November 2010,
11 >Florian
12 >
13 > > > Philipp did opine thusly:
14 > > >
15 > > >> Hi list!
16 > > >>
17 > > >> Today, KDE nearly killed a presentation I held and now I want to
18 > > >> understand what's going on:
19 > > >>
20 > > >> Following setup: One laptop, two outputs (internal display +
21 projector).
22 > > >>
23 > > >> Now I configure KDE to expand the desktop on both (instead of simple
24 > > >> cloning). So far, so good.
25 > > >
26 > > > For anyone to help at all, we'll need to know your hardware and video
27 >drivers,
28 >
29 > > > plus versions in use of X.org and it's drivers, plus relevant config
30 >stuff.
31 > > >
32 > > > Everything else is highly configurable and subject to the whim of driver
33 > > > writers and the user. And there's always nVidia's stance to be taken into
34
35 > > > account as well
36 > > >
37 > >
38 > > Ah, right, forgot about that. Intel GMA HD graphics (i915 driver),
39 > > x11-base/xorg-server-1.8.2 (USE="udev -hal") and x11-base/xorg-drivers-1.8
40 > >
41 > > No xorg.conf. Tried it with composite effects off and on.
42 > >
43 > > KDE is on version 4.4.5 and some packages 4.4.7 (current stable).
44 > >
45 > > >>
46 > > >> First question: How does KDE choose on which output the "standard"
47 > > >> desktop ends up and which gets the second set of desktop background +
48 > > >> plasma widgets? It seems like the one with the higher resolution is
49 > > >> standard and on a draw, it is the right-most. Is that correct? Can it be
50 > > >> configured?
51 > > >>
52 > > >> Now that I have both desktops, I open Acroread or Okular and start the
53 > > >> fullscreen/presentation mode. What happens is that the presentation is
54 > > >> deterministically opened on one of the displays. What I don't understand
55 > > >> is how it chooses which one it uses?
56 > xrandr 1.3 has a new option to say which output should be 'primary'
57 >
58 > you can try something like
59 >
60 > xrandr --output LVDS1 --mode 1024x768 --pos 0x0 --primary --output VGA1
61 > --mode 1024x768 --righ-of LVDS1
62 >
63 > However IIRC kde used to ignore which display was primary (reported as
64 > xinerama screen 0) and somehow decided on its own order...
65 >
66 > Here okular works correclty (well, at least "Current screen" and "Screen
67 > XX" used to work, don't remember for "Default screen" and can't test
68 > right now...), but right now I'm using fluxbox as window manager and not
69 > kwin, but I it would be weird if it actually made things break.. ;)
70 >
71
72
73 <snip>
74 You may be interested in this post by Aaron Seigo:
75
76 http://aseigo.blogspot.com/2010/11/multihead-plasma-desktop-needs-you.html
77
78 Also, check the KDE System Settings as I mentioned in my first post on this
79 thread.
80 I don't have an Xorg config file, and yet I can do multiple displays through
81 KDE;
82 I also don't configure xRandr. This is all independent of any video card;
83 though,
84 as A. Seigo points out there are some issues still being fixed.
85
86 Not sure if you're trying to run multi-head or simply multi-screen; though I
87 think
88 multi-screen since you don't have an xorg.conf file too. Please read Aaron's
89 post.
90
91 Ben