Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Apr 2016 11:32:26 +0100 (BST)
From:      Anton Shterenlikht <mexas@bris.ac.uk>
To:        mexas@bris.ac.uk, tijl@FreeBSD.org
Cc:        freebsd-x11@freebsd.org
Subject:   Re: Haswell composite desktop - laptop+HDMI monitor - how?
Message-ID:  <201604011032.u31AWQgF029044@mech-as222.men.bris.ac.uk>
In-Reply-To: <20160330165344.3a933794@kalimero.tijl.coosemans.org>

next in thread | previous in thread | raw e-mail | index | archive | help
>From tijl@freebsd.org Wed Mar 30 17:35:58 2016
>
>Section "Monitor"
>	Identifier	"LCD"
>	Option		"PreferredMode"	"1366x768"
>	Option		"Primary"	"true"
>EndSection
>
>Section "Monitor"
>	Identifier	"HDMI"
>	Option		"PreferredMode"	"1920x1080"
>	Option		"RightOf"	"eDP1"
>EndSection
>
>Section "Device"
>	Identifier	"Card0"
>	Driver		"[...]"
>	Option		"Monitor-eDP1"		"LCD"
>	Option		"Monitor-HDMI1"		"HDMI"
>EndSection
>
>Section "Screen"
>	Identifier	"Screen0"
>	Device		"Card0"
>	DefaultDepth	24
>	SubSection "Display"
>		Depth	24
>		Virtual	3286 1080
>	EndSubSection
>EndSection

Tijl, thank you.
That works.
I wouldn't have figured this out on my own.

Thanks also to everybody else who sent suggesions.

Anton



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604011032.u31AWQgF029044>