<div dir="ltr"><div>For the monitor section.  Hmm.  My workstation has something like this:<br><br>Section "Monitor"<br>        Identifier      "Monitor1"<br>        Option          "Position"      "0 0"<br>EndSection<br><br>Section "Monitor"<br>        Identifier      "Monitor2"<br>        Option          "RightOf"       "Monitor1"<br>EndSection<br><br><br>Section "Device"<br>        Identifier      "MyDevice3"<br>        Driver          "intel"<br>        Option          "Monitor-HDMI1" "Monitor1"<br>        Option          "Monitor-HDMI2" "Monitor2"<br>EndSection<br><br>Section "Screen"<br>        Identifier      "MyScreenX"<br>#       Device          "MyDevice1"<br>#       Device          "MyDevice2"<br>        Device          "MyDevice3"<br>        SubSection      "Display"<br>                Virtual 3840 1080<br>        EndSubSection<br>EndSection<br><br><br></div><div>Obviously would be different for your box, you could try specifying 'Monitor-LVDS1' for the monitor connection option in the device spec.<br><br></div><div>It may also be useful to attach an external monitor to the laptop if it has an external monitor port and see if X can detect that, and specify it in the device section as well and/or play with xrandr for the external monitor port as well.<br></div><div><br></div>-Matt<br><div><div>​</div></div></div>