All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steve Dunham <dunham@cse.msu.edu>
To: ultralinux@vger.kernel.org
Subject: Re: wmaker at 16 bpp, X crashes
Date: Sat, 09 Jan 1999 16:30:56 +0000	[thread overview]
Message-ID: <marc-linux-ultrasparc-91598904211686@msgid-missing> (raw)
In-Reply-To: <marc-linux-ultrasparc-91588845410084@msgid-missing>

¿Ã¡§¿± <jeongyun@netian.com> writes:

> ultrapenguin 1.1.9, xf86 3.3.2.3-26, kernel 2.2.0pre4

> is this a known bug? tmw and fvwm2 works just fine at 16 bpp

I sent Jakub this patch a few weeks ago. I discovered the problem
while porting Debian to the UltraSparc.  It fixes the problem.  (It's
very easy to track these things down with gdb if you have a Debug
build of X lying around.)

--- xc/programs/Xserver/cfb/cfb8line.c.orig	Sun Dec 20 16:30:59 1998
+++ xc/programs/Xserver/cfb/cfb8line.c	Sun Dec 20 16:34:58 1998
@@ -898,7 +898,11 @@
 		if (x1_or_len)
 		  {
 		    maskpartialbits(y1_or_e1, x1_or_len, e)
+#ifdef __sparc__
+		      RROP_SOLID_MASK_lu((unsigned long *) addrp, e);
+#else
 		      RROP_SOLID_MASK((unsigned long *) addrp, e);
+#endif
 		  }
 	      }
 	    else

  parent reply	other threads:[~1999-01-09 16:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-01-08 12:30 wmaker at 16 bpp, X crashes ÀÌÁ¤À±
1999-01-09 13:33 ` David S. Miller
1999-01-09 16:30 ` Steve Dunham [this message]
1999-01-10 19:32 ` Jakub Jelinek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-linux-ultrasparc-91598904211686@msgid-missing \
    --to=dunham@cse.msu.edu \
    --cc=ultralinux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.