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 != MAP_FAILED)
> {
> +#if defined(__FreeBSD__)
> + munmap(__DEVOLATILE(unsigned char *, ioBase), 0x10000);
> +#else
> munmap(__UNVOLATILE(ioBase), 0x10000);
> +#endif
> ioBase = MAP_FAILED;
> }
> }
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.
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?
- Justin
Attachment:
signature.asc
Description: This is a digitally signed message part.