<div dir="ltr">Hello all,<div><br></div><div>It is possible to set up a persistent dual monitor setup in ~/.config/openbox/autostart with xrandr:</div><div><br></div><div><div>## Enable dual monitor</div><div>xrandr --output VGA-0 --mode 1920x1080</div>
<div>xrandr --output DVI-0 --mode 1280x1024 --right-of VGA-0</div></div><div><br></div><div>Kind regards,</div><div><br></div><div>Kees</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
2013/8/5 Karl Mikaelsson <span dir="ltr"><<a href="mailto:derfian@cendio.se" target="_blank">derfian@cendio.se</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Jens Langner <<a href="mailto:j.langner@hzdr.de">j.langner@hzdr.de</a>> writes:<br>
> There, the same behavior had already been reported and it was<br>
> suggested to switch to a different window manager. This is, however,<br>
> no alternative for us. In this posting Pierre Ossman wrote that there<br>
> seems to be a multi-head extension to the window manager protocol<br>
> which openbox and other window managers don't support yet.<br>
<br>
Hi Jens,<br>
<br>
I believe Pierre was talking about the _NET_WM_FULLSCREEN_MONITORS<br>
extension, and you can verify whether openbox has it or not by running:<br>
<br>
  xprop -root | grep _NET_WM_FULLSCREEN_MONITORS<br>
<br>
There should be a line starting with "_NET_SUPPORTED(ATOM) = ..." with a<br>
lot of extensions, including _NET_WM_FULLSCREEN_MONITORS if your window<br>
manager supports it. I'll leave your other questions for someone with a<br>
bit more knowledge in this area. :/<br>
<br>
Regards,<br>
Karl<br>
<span class="HOEnZb"><font color="#888888">--<br>
Karl Mikaelsson         <a href="mailto:derfian@cendio.se">derfian@cendio.se</a><br>
System Developer        <a href="tel:%2B46%20%280%2913-290863" value="+4613290863">+46 (0)13-290863</a><br>
Cendio AB               <a href="http://facebook.com/ThinLinc" target="_blank">http://facebook.com/ThinLinc</a><br>
<a href="http://www.cendio.com/" target="_blank">http://www.cendio.com/</a>  <a href="http://twitter.com/ThinLinc" target="_blank">http://twitter.com/ThinLinc</a><br>
_______________________________________________<br>
Thinlinc-technical mailing list<br>
<a href="mailto:Thinlinc-technical@lists.cendio.se">Thinlinc-technical@lists.cendio.se</a><br>
<a href="http://lists.cendio.se/mailman/listinfo/thinlinc-technical" target="_blank">http://lists.cendio.se/mailman/listinfo/thinlinc-technical</a><br>
</font></span></blockquote></div><br></div>