X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=docs%2Fmulti-monitor.html;h=ab86e7c6102c1d730511c47c282cb6ea81288e56;hb=207078dd575fa94e3f0c7c0ab7bb2661ddabcd62;hp=ccce29975b9da3f5a144f24299224fe12ecc9549;hpb=bc8d991f08f5f4fe001440ac3a277af4a41fec9a;p=i3%2Fi3.github.io diff --git a/docs/multi-monitor.html b/docs/multi-monitor.html index ccce299..ab86e7c 100644 --- a/docs/multi-monitor.html +++ b/docs/multi-monitor.html @@ -2,14 +2,15 @@ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> + - + i3: The multi-monitor situation @@ -21,16 +22,17 @@ window.onload = function(){asciidoc.footnotes(); asciidoc.toc(2);}
@@ -86,9 +90,12 @@ actually contains both of your physical screens (but it will not know that these are two screens).

For this very reason, we decided to implement the following workaround: As long as the nVidia driver does not support RandR, an option called ---force-xinerama is available in i3. This option gets the list of screens -once when starting, and never updates it. As the nVidia driver cannot do -dynamic configuration anyways, this is not a big deal.

+--force-xinerama is available in i3 (alternatively, you can use the +force_xinerama configuration file directive). This option gets the list of +screens once when starting, and never updates it. As the nVidia driver cannot +do dynamic configuration anyways, this is not a big deal.

+

Also note that your output names are not descriptive (like HDMI1) when using +Xinerama, instead they are counted up, starting at 0: xinerama-0, xinerama-1, …