All of lore.kernel.org
 help / color / mirror / Atom feed
* wmaker at 16 bpp, X crashes
@ 1999-01-08 12:30 ÀÌÁ¤À±
  1999-01-09 13:33 ` David S. Miller
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ÀÌÁ¤À± @ 1999-01-08 12:30 UTC (permalink / raw)
  To: ultralinux


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


-- 
 / http://www.elim.net/~jeongyun /
/ mailto:jeongyun@elim.net      /

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: wmaker at 16 bpp, X crashes
  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
  1999-01-10 19:32 ` Jakub Jelinek
  2 siblings, 0 replies; 4+ messages in thread
From: David S. Miller @ 1999-01-09 13:33 UTC (permalink / raw)
  To: ultralinux

   Date: 	Fri, 08 Jan 1999 21:30:40 +0900
   From: =?ISO-8859-1?Q?¿Ã¡§¿±?= <jeongyun@netian.com>

   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

Are you on a PCI machine with a mach64/ATI (sun calls is "PGX")
graphics card in it?  If so, I've seen this before.  The same will
happen if you load up a jpg file in gimp at 16 bpp, usually the X
server calls abort.

Later,
David S. Miller
davem@dm.cobaltmicro.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: wmaker at 16 bpp, X crashes
  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
  1999-01-10 19:32 ` Jakub Jelinek
  2 siblings, 0 replies; 4+ messages in thread
From: Steve Dunham @ 1999-01-09 16:30 UTC (permalink / raw)
  To: ultralinux

¿Ã¡§¿± <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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: wmaker at 16 bpp, X crashes
  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
@ 1999-01-10 19:32 ` Jakub Jelinek
  2 siblings, 0 replies; 4+ messages in thread
From: Jakub Jelinek @ 1999-01-10 19:32 UTC (permalink / raw)
  To: ultralinux

> > 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.)

Yep, I have this in my XFree86 patch queue, but have not managed to make new
rpms yet (I'd like to do some hacks in it still). Sorry.

Cheers,
    Jakub
___________________________________________________________________
Jakub Jelinek | jj@sunsite.mff.cuni.cz | http://sunsite.mff.cuni.cz
Administrator of SunSITE Czech Republic, MFF, Charles University
___________________________________________________________________
UltraLinux  |  http://ultra.linux.cz/  |  http://ultra.penguin.cz/
Linux version 2.2.0-pre6 on a sparc64 machine (3958.37 BogoMips)
___________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1999-01-10 19:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
1999-01-10 19:32 ` Jakub Jelinek

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.