From owner-freebsd-ppc@FreeBSD.ORG Wed Dec 19 00:52:50 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 3EDC516A419 for ; Wed, 19 Dec 2007 00:52:50 +0000 (UTC) (envelope-from jrh29@alumni.cwru.edu) Received: from QMTA02.westchester.pa.mail.comcast.net (qmta02.westchester.pa.mail.comcast.net [76.96.62.24]) by mx1.freebsd.org (Postfix) with ESMTP id D14C113C458 for ; Wed, 19 Dec 2007 00:52:49 +0000 (UTC) (envelope-from jrh29@alumni.cwru.edu) Received: from OMTA12.westchester.pa.mail.comcast.net ([76.96.62.44]) by QMTA02.westchester.pa.mail.comcast.net with comcast id SQa31Y00F0xGWP80502700; Wed, 19 Dec 2007 00:52:48 +0000 Received: from earth.knownspace ([69.255.34.108]) by OMTA12.westchester.pa.mail.comcast.net with comcast id SQso1Y0032KzDb13Y00000; Wed, 19 Dec 2007 00:52:49 +0000 X-Authority-Analysis: v=1.0 c=1 a=W1V_Dc3PP7cA:10 a=vW43XH9mAkbCPVry6yUA:9 a=Sx_0liUYfXwclHRFQO3SUmD_oQoA:4 a=LY0hPdMaydYA:10 a=rZN5-iyxhhu8Et77S2UA:9 a=00dkVWTqAtldoZfOve_69Y3CIDUA:4 a=rPt6xJ-oxjAA:10 From: Justin Hibbits To: freebsd-ppc@freebsd.org Date: Tue, 18 Dec 2007 19:52:10 -0500 User-Agent: KMail/1.9.7 References: <20071103230152.0bdfbd36.torfinn.ingolfsen@broadpark.no> <200712172045.52132.jrh29@alumni.cwru.edu> <47672C68.1050203@freebsd.org> In-Reply-To: <47672C68.1050203@freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart5947622.l6G1Iqkdty"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200712181952.15956.jrh29@alumni.cwru.edu> 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 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 00:52:50 -0000 --nextPart5947622.l6G1Iqkdty Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday 17 December 2007 21:11:52 Peter Grehan wrote: > > When will these patches be applied to the xorg-server port? Are patches > > available anywhere? > > My bad, I've not submitted a PR yet. > > I've appended the only other patch required. Doing a full BETA4 > installation tonight, so I'll regen the patches and put them into gnats. > > later, > > Peter. > > --- work/xorg-server-1.4/hw/xfree86/os-support/bsd/ppc_video.c.orig > 2007-11- > 09 02:58:11.000000000 +0000 > +++ work/xorg-server-1.4/hw/xfree86/os-support/bsd/ppc_video.c > 2007-11-09 03:00 > > :09.000000000 +0000 > > @@ -164,7 +164,11 @@ > > if (ioBase !=3D MAP_FAILED) > { > +#if defined(__FreeBSD__) > + munmap(__DEVOLATILE(unsigned char *, ioBase), 0x10000); > +#else > munmap(__UNVOLATILE(ioBase), 0x10000); > +#endif > ioBase =3D MAP_FAILED; > } > } Now that I've got it up and running, I've noticed a couple other issues: =20 Exiting out of X kills the video, setting the monitor to an "out of range=20 sync". That part I can deal with, as I can still go back into X. The other issue, which is rather annoying, is that the mouse cursor seems t= o=20 be cut in half, with each half flipped over the Y axis. Also, probably=20 linked to this, remote X programs don't display correctly, as though the=20 color pallette has been reversed. Is this an endian issue? Does it occur = on=20 anyone elses machine? =2D Justin --nextPart5947622.l6G1Iqkdty Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBHaGs/qt29EJDZlM4RAv8tAKC1QgTMQ8k2Qvrv5dMztPsJ0O/SCwCfbDUd oStLkA2Xs7TDQmeaaQLXR+U= =h7+/ -----END PGP SIGNATURE----- --nextPart5947622.l6G1Iqkdty--