Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Dec 2007 19:52:10 -0500
From:      Justin Hibbits <jrh29@alumni.cwru.edu>
To:        freebsd-ppc@freebsd.org
Subject:   Re: xorg-server 1.4_2,1 fails on RELENG_7
Message-ID:  <200712181952.15956.jrh29@alumni.cwru.edu>
In-Reply-To: <47672C68.1050203@freebsd.org>
References:  <20071103230152.0bdfbd36.torfinn.ingolfsen@broadpark.no> <200712172045.52132.jrh29@alumni.cwru.edu> <47672C68.1050203@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
--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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712181952.15956.jrh29>