<div dir="ltr"><div class="gmail_default" style="font-size:small">Many thanks for the feedback, unfortunately so far no luck.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I've modified the proposed configuration as follows :</div><div class="gmail_default" style="font-size:small">Section "Monitor"<br>         Identifier      "Monitor-Laptop"<br>         Option          "AutoServerLayout" "on"<br>         Option          "Rotate" "normal"<br>EndSection<br><br>Section "Monitor"<br>         Identifier      "Monitor-HP2311x"<br>         Option          "AutoServerLayout" "on"<br>         Option          "Rotate" "normal"<br>EndSection<br><br>Section "Device"<br>         Identifier      "Intel0"<br>         Driver          "intel"<br>         BusID           "PCI:0:2:0"<br>         Screen          0<br>         Option          "AccelMethod"  "sna"<br>         Option          "Monitor-Laptop" "eDP-1"<br>         Option          "ZaphodHeads" "0:eDP-1"<br>         Option          "TearFree" "on"<br>EndSection<br><br>Section "Device"<br>         Identifier      "Intel1"<br>         Driver          "intel"<br>         BusID           "PCI:0:2:0"<br>         Screen          1<br>         Option          "AccelMethod"  "sna"<br>         Option          "Monitor-HP2311x" "DP-2-3"<br>         Option          "ZaphodHeads" "1:DP-2-3"<br>         Option          "TearFree" "on"<br>EndSection<br><br>Section "Screen"<br>         Identifier      "SCREEN0"<br>         Option          "AutoServerLayout" "on"<br>         Device          "Intel0"<br>         Monitor         "Monitor-Laptop"<br>         SubSection      "Display"<br>                 Modes   "1920x1080"<br>                 Depth   24<br>         EndSubSection<br>EndSection<br><br>Section "Screen"<br>         Identifier      "SCREEN1"<br>         Option          "AutoServerLayout" "on"<br>         Device          "Intel1"<br>         Monitor         "Monitor-HP2311x"<br>         SubSection      "Display"<br>                 Modes   "1920x1080"<br>                 Depth   24<br>         EndSubSection<br>EndSection<br><br>Section "ServerLayout"<br>         Identifier      "LAYOUT"<br>         Option          "AutoServerLayout" "on"<br>         Screen          0 "SCREEN0"<br>         Screen          1 "SCREEN1" RightOf "SCREEN0"<br>EndSection<br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">When I start X, it seems to start (it throws no error) but both my screens stay in "text" mode.</div><div class="gmail_default" style="font-size:small">The PCI setting at least is good, the setting in the ZaphodHeads option I'm not certain of.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">In case it might offer additional clues I've attached the xorg logs from a successful start (where all the settings are detected<br>but I get a large uninterrupted display) "auto.Xorg.0.log", and the logs of my failed start "manual.Xorg.0.log" (with the above<br>listed settings).</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I'm not sure whether it makes any difference but my hardware setup is as follows : I have a Thinkpad T580 connected through<br>a USB-C connector to a lenovo docking station to which an external screen is attached (HP) via VGA cable.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Is is possible that my failure of getting this config off the ground is due to my windows manager ? (cinnamon).</div><div class="gmail_default" style="font-size:small">Ultimately what I want to achieve is to have to separate displays each with its own (but the same type) of windows manager and<br>more importantly with it's own workspace switcher (so I can switch workspaces independently)</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Any support is welcome.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jan 10, 2020 at 6:42 PM Böszörményi Zoltán <<a href="mailto:zboszor@pr.hu">zboszor@pr.hu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">2020. 01. 08. 11:30 keltezéssel, Thomas Fazekas írta:<br>
> Dear all,<br>
> <br>
> I'm sitting in front of a brand new Debian Buster install with 2 monitor setup (the one <br>
> fro the laptop and a main screen).<br>
> Both are working well, in (what I believe is called) xinerama mode, meaning I have wide <br>
> desktop of  3840 x 1080 size.<br>
> <br>
> Now what I would like to have is (I believe) 2 separate displays. I understand that this <br>
> would come with the limitation that I won't be able to drag windows/applications between <br>
> the screens.<br>
<br>
<br>
Something like this should work for you, too:<br>
<br>
Section "Monitor"<br>
         Identifier      "Monitor-DP1"<br>
         Option          "AutoServerLayout" "on"<br>
         Option          "Rotate" "normal"<br>
EndSection<br>
<br>
Section "Monitor"<br>
         Identifier      "Monitor-VGA1"<br>
         Option          "AutoServerLayout" "on"<br>
         Option          "Rotate" "normal"<br>
EndSection<br>
<br>
Section "Device"<br>
         Identifier      "Intel0"<br>
         Driver          "intel"<br>
         BusID           "PCI:0:2:0"<br>
         Screen          0<br>
         Option          "AccelMethod"  "sna"<br>
         Option          "Monitor-DP1" "DP1"<br>
         Option          "ZaphodHeads" "1:DP1"<br>
         Option          "TearFree" "on"<br>
EndSection<br>
<br>
Section "Device"<br>
         Identifier      "Intel1"<br>
         Driver          "intel"<br>
         BusID           "PCI:0:2:0"<br>
         Screen          1<br>
         Option          "AccelMethod"  "sna"<br>
         Option          "Monitor-VGA1" "VGA1"<br>
         Option          "ZaphodHeads" "0:VGA1"<br>
         Option          "TearFree" "on"<br>
EndSection<br>
<br>
Section "Screen"<br>
         Identifier      "SCREEN"<br>
         Option          "AutoServerLayout" "on"<br>
         Device          "Intel0"<br>
         Monitor         "Monitor-DP1"<br>
         SubSection      "Display"<br>
                 Modes   "1024x768"<br>
                 Depth   24<br>
         EndSubSection<br>
EndSection<br>
<br>
Section "Screen"<br>
         Identifier      "SCREEN1"<br>
         Option          "AutoServerLayout" "on"<br>
         Device          "Intel1"<br>
         Monitor         "Monitor-VGA1"<br>
         SubSection      "Display"<br>
                 Modes   "1024x768"<br>
                 Depth   24<br>
         EndSubSection<br>
EndSection<br>
<br>
Section "ServerLayout"<br>
         Identifier      "LAYOUT"<br>
         Option          "AutoServerLayout" "on"<br>
         Screen          0 "SCREEN"<br>
         Screen          1 "SCREEN1" RightOf "SCREEN"<br>
EndSection<br>
<br>
Now, the ZaphodHeads setting is something you need to<br>
set up for your own machine, since vendors can wire<br>
up video outputs differently. Look for messages like this<br>
in /var/log/Xorg.0.log:<br>
<br>
[ 42699.692] (II) intel(0): switch to mode 1024x768@60.0 on DP1 using pipe 0, position (0, <br>
0), rotation normal, reflection none<br>
<br>
There will be one such line for every connected video output<br>
but autodetected when there's no explicit configuration.<br>
You need to specify the pipe number along with the output name<br>
in Option "ZaphodHeads" for every Device section in the config.<br>
<br>
Also, BusID should match your machine, not the above quoted example.<br>
<br>
Another thing is that with using the Intel driver, the outputs<br>
are called DPI1, VGA1 and so on, with the output type and number<br>
written as you see. With the modesetting driver, they become<br>
DPI-1, VGA-1.<br>
<br>
Best regards,<br>
Zoltán Böszörményi<br>
<br>
<br>
> <br>
> My hardware  (inxi -GxxS) :<br>
> System:    Host: thobian Kernel: 4.19.0-6-amd64 x86_64 bits: 64 compiler: gcc v: 8.3.0 <br>
> Desktop: Cinnamon 3.8.8 dm: startx<br>
>             Distro: Debian GNU/Linux 10 (buster)<br>
> Graphics:  Device-1: Intel UHD Graphics 620 vendor: Lenovo driver: i915 v: kernel bus ID: <br>
> 00:02.0 chip ID: 8086:5917<br>
>             Display: tty server: X.Org 1.20.4 driver: modesetting unloaded: fbdev,vesa<br>
>             resolution: 1920x1080~60Hz, 1920x1080~60Hz<br>
>             OpenGL: renderer: Mesa DRI Intel UHD Graphics 620 (Kabylake GT2) v: 4.5 Mesa <br>
> 18.3.6 compat-v: 3.0<br>
>             direct render: Yes<br>
> <br>
> As far as I'm concerned there is currently no xorg.conf configuration file that  would <br>
> store any X config, everything comes from the "auto config"<br>
> <br>
> Thanks in advance<br>
> <br>
> _______________________________________________<br>
> <a href="mailto:xorg@lists.x.org" target="_blank">xorg@lists.x.org</a>: X.Org support<br>
> Archives: <a href="http://lists.freedesktop.org/archives/xorg" rel="noreferrer" target="_blank">http://lists.freedesktop.org/archives/xorg</a><br>
> Info: <a href="https://lists.x.org/mailman/listinfo/xorg" rel="noreferrer" target="_blank">https://lists.x.org/mailman/listinfo/xorg</a><br>
> Your subscription address: %(user_address)s<br>
> <br>
<br>
</blockquote></div>