Haswell composite desktop - laptop+HDMI monitor - how?

Anton Shterenlikht mexas at bris.ac.uk
Fri Apr 1 10:32:30 UTC 2016


>From tijl at 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


More information about the freebsd-x11 mailing list