From owner-freebsd-sparc64@FreeBSD.ORG Thu Dec 16 16:54:50 2010 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAA3C10656A4 for ; Thu, 16 Dec 2010 16:54:50 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id 4A56D8FC1E for ; Thu, 16 Dec 2010 16:54:49 +0000 (UTC) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.4/8.14.4/ALCHEMY.FRANKEN.DE) with ESMTP id oBGGsm06062549; Thu, 16 Dec 2010 17:54:49 +0100 (CET) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.4/8.14.4/Submit) id oBGGsmEb062548; Thu, 16 Dec 2010 17:54:48 +0100 (CET) (envelope-from marius) Date: Thu, 16 Dec 2010 17:54:48 +0100 From: Marius Strobl To: "A. Samer" Message-ID: <20101216165448.GA62502@alchemy.franken.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: freebsd-sparc64@freebsd.org Subject: Re: trying to configure Xorg on a sparc laptop runing FreeBSD 8.0 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2010 16:54:50 -0000 On Wed, Dec 01, 2010 at 09:24:01AM +0100, A. Samer wrote: > I am trying to configure Xorg on a sparc laptop runing FreeBSD 8.0, and i > have some problems with the display , i get it splitted in 4 parts, like a > mirror . I am sure that someone found a solution to this issue. Would > you mind to give me some help ? > * > Due to the limited size of this message, i suggest to follow this link to > my personnal blog for more details * > > http://linuxisnotunix.blogspot.com/2010/12/trying-to-configure-xorg-on-sparc.html > _______________________________________________ Assuming the resolution of the display is configured correctly the only thing I can think of is the x.org ati driver using the wrong reference frequency, which it is know to not detect (correctly) on sparc64 (actually with no BIOS for the graphics chip present). One can set it manually by putting: Option "reference_clock" "28.636 MHz" into the respective 'Device' section of xorg.conf. A value used by some other chips is 29.5 MHz. If that doesn't make a difference you probably should try a newer version of the driver by manually updating the port. Marius