<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
fixable. In this particular case outlined in this thread it seems to<br>
be requested to make those props per-screen and not per-display. </blockquote><div><br>Yes<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
We can do this, Not sure it makes a lot of sense though in the general<br>
case, and makes we wonder how long before someone wants to attach this<br>
informaton to a monitor, not a screen or display.<br>
<br>
And then again, running a display with multiple screens is kinda<br>
exotic in my eyes. The more common case is to have one screen with<br>
multiple monitors. And that&#39;s what we should optimize for.<br>
<br></blockquote><div>I&#39;ll try to argue with the above. <br><br>If one runs NVidia proprietary drivers ( last time I used ATI - ~3ys ago - it was the same over there ) and wants to connect more than one monitor, NVidia offers two ways to do it: you can setup the second monitor to be what they call a &quot;separate X screen&quot; ( and that it precisely what I have here ) or a &quot;TwinView&quot; (nvidia-speak for Xinerama ).<br>
<br>Now, the main difference between those two modes is this: Xinerama connects 2 or more monitors into one big desktop (gnome panels stretch across both monitors, one can drag windows between them etc ) whereas &#39;separate X screen&#39; creates 2 separate desktops (2 copies of gnome-panels appear, one on each monitor, dragging is impossible, each monitor has its own icons, trays etc ) . <br>
<br>That means that if one chooses Xinerama, most probably his monitors are located physically next to each other. But in this case he likely does NOT need a separate sound sink for each monitor! If however one goes for &#39;separate X screen&#39; , then he most probably wants some kind of a multiseat setup, or maybe - like in my case - his monitors are far away from each other. In precisely this case people tend to need separate sound sinks.<br>
<br>Current strategy of attaching an X prop to a display gives this flexibility only to those who are knowledgeable enough to set this up manually in xorg.conf; NVidia and ATI graphical tools cannot do it.<br><br>Attaching X prop to a screen would give this flexibility to &#39;dual screen&#39; users, and those actually tend to need it.<br>
<br>Going for &#39;seperate sound sink for each monitor&#39; first of all would require a radical redesign of Pulse, and second would not result in much additional benefit ( only Xinerama people would potentially gain, but those do not need this functionality anyway )<br>
 </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
But hey, a clean patch can be a very convincing argument. Walk the<br>
walk, don&#39;t talk the talk!<br></blockquote></div><br>I&#39;ll see what I can do. <br>