From owner-freebsd-ports@FreeBSD.ORG Fri Apr 15 14:16:11 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 547501065670 for ; Fri, 15 Apr 2011 14:16:11 +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 0DE018FC16 for ; Fri, 15 Apr 2011 14:16:10 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id p3FEGAmP080277; Fri, 15 Apr 2011 08:16:10 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id p3FEGANV080274; Fri, 15 Apr 2011 08:16:10 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 15 Apr 2011 08:16:10 -0600 (MDT) From: Warren Block To: Pavel Timofeev In-Reply-To: Message-ID: References: <1300368202240-3863483.post@n5.nabble.com> <1302699023481-4300506.post@n5.nabble.com> 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.6 (wonkity.com [127.0.0.1]); Fri, 15 Apr 2011 08:16:10 -0600 (MDT) Cc: Olivier Duchateau , freebsd-ports@freebsd.org Subject: Re: xfce 4.8 upgrade errors X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2011 14:16:11 -0000 On Fri, 15 Apr 2011, Pavel Timofeev wrote: > I noticed that adding line 'Option "BusType" "PCIE"' to xorg.conf in the > 'Section "Device"' makes something strange. > At first Xorg start I see black screen (no errors in Xorg.log.0), but after > restart it works good, and hangs don't occur. > Is it normal? My card is 'ATI Technologies Inc RV350 AQ [Radeon 9600] rev 0' > and it is AGP card. > Changing BusType to AGP or PCI doesn`t bring anything good: system hangs. Setting BusType to something other than the card's real bus type could cause problems. X should be able to figure it out if BusType isn't specified.