[4880] in testers

home help back first fref pref prev next nref lref last post

Re: SunBlade X issues

daemon@ATHENA.MIT.EDU (Richard Tibbetts)
Sun Jun 24 23:29:47 2001

Date: Sun, 24 Jun 2001 23:29:43 -0400
From: Richard Tibbetts <tibbetts@MIT.EDU>
To: Garry Zacheiss <zacheiss@MIT.EDU>
Cc: Nick Martin <nim@MIT.EDU>, testers@MIT.EDU
Message-ID: <20010624232942.B20002@multics.mit.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <200106250318.XAA06834@spy-hunter.mit.edu>; from zacheiss@MIT.EDU on Sun, Jun 24, 2001 at 11:18:06PM -0400

On Sun, Jun 24, 2001 at 11:18:06PM -0400, Garry Zacheiss wrote:
> >> Second, whenever I try to load an app that might have 3d stuff on the
> >> ifb display (ProE, xmms OpenGL vis plugin, libSDL binaries) I get
> >> logged out. I believe this is just X dying, but I have not confirmed
> >> this. This does not occur on the m64 display.
> 
>    I couldn't reproduce this, but I noticed the scripts for launching
> proe weren't treating "ifb" as an acceptable device; I'll ask Alex to
> fix this.

I reproduced it on the SIPB sunblade with proe. By putting
/mit/tibbetts/bin/machtype early in my path (included at the end) I
tricked proe2000i2 into starting. It got through the spash screen, and
put up the second window, but killed the X server (or logged me out
instantaneously some other way) just as the second windows was being
drawn.

include /mit/tibbetts/bin/machtype:
#!/bin/sh

case $1 in
	-d) echo ffb;;
	*) exec /bin/athena/machtype $@;;
esac


home help back first fref pref prev next nref lref last post