From owner-freebsd-ppc@FreeBSD.ORG Wed Dec 19 02:01:27 2007 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26CAF16A469 for ; Wed, 19 Dec 2007 02:01:27 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by mx1.freebsd.org (Postfix) with ESMTP id B824113C4D9 for ; Wed, 19 Dec 2007 02:01:26 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from excfreebsd.hq.netapp.com (nat-198-95-226-228.netapp.com [198.95.226.228]) by dommail.onthenet.com.au (MOS 3.7.5a-GA) with ESMTP id DJY94795 (AUTH peterg@ptree32.com.au); Wed, 19 Dec 2007 12:01:12 +1000 (EST) Message-ID: <47687B61.6090808@freebsd.org> Date: Tue, 18 Dec 2007 18:01:05 -0800 From: Peter Grehan User-Agent: Thunderbird 2.0.0.0 (X11/20070525) MIME-Version: 1.0 To: Justin Hibbits References: <20071103230152.0bdfbd36.torfinn.ingolfsen@broadpark.no> <200712172045.52132.jrh29@alumni.cwru.edu> <47672C68.1050203@freebsd.org> <200712181952.15956.jrh29@alumni.cwru.edu> In-Reply-To: <200712181952.15956.jrh29@alumni.cwru.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@freebsd.org Subject: Re: xorg-server 1.4_2,1 fails on RELENG_7 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: grehan@freebsd.org List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2007 02:01:27 -0000 Hi Justin, > Now that I've got it up and running, I've noticed a couple other issues: > Exiting out of X kills the video, setting the monitor to an "out of range > sync". That part I can deal with, as I can still go back into X. Nvidia ? I don't know that mode-switching has ever worked too well with that driver. Linux does it in the kernel and not in the server, so the codepath isn't really exercised much. > The other issue, which is rather annoying, is that the mouse cursor seems to > be cut in half, with each half flipped over the Y axis. Also, probably > linked to this, remote X programs don't display correctly, as though the > color pallette has been reversed. Is this an endian issue? Does it occur on > anyone elses machine? Either an endian or signed/unsigned char issue. Or you using a hardware cursor ? Changing to software (or vice versa) might help. What display depth are you using ? later, Peter.