From owner-freebsd-x11@FreeBSD.ORG Fri Aug 31 17:56:05 2012 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DC101065676 for ; Fri, 31 Aug 2012 17:56:05 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id F3ED38FC1A for ; Fri, 31 Aug 2012 17:56:04 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q7VHu1fl053879; Fri, 31 Aug 2012 11:56:01 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q7VHu1lw053876; Fri, 31 Aug 2012 11:56:01 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 31 Aug 2012 11:56:01 -0600 (MDT) From: Warren Block To: joaoBR In-Reply-To: <5040F43C.3050608@matik.com.br> Message-ID: References: <5040F43C.3050608@matik.com.br> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Fri, 31 Aug 2012 11:56:02 -0600 (MDT) Cc: freebsd-x11@freebsd.org Subject: Re: dual head, output initialization X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Aug 2012 17:56:05 -0000 On Fri, 31 Aug 2012, joaoBR wrote: > I hope somebody know something about this > > I have a dual-head setup (2 connector/one card) on all computers here, > different types of radeon cards > > all cards, often, do not initialize the second output > > this either with vga/dvi or dvi0/dvi1 > > often, the second port gets activated with x startup, but sometimes > needs several reboot before the second monitor get juice > > it is on 8 and 9-stable > > I noticed that on some fedora16 I have it never happens, always both > outputs are coming up soon system boot begins, either with graphic or > text mode > > so my guess is I am missing somewhere something I do not know or it is a > FreeBSD problem > > any opinion on this? Does the xorg.conf specifically tie monitors to outputs in the Device section? Option "Monitor-DVI-0" "Monitor0" Option "Monitor-VGA-0" "Monitor1"