Re: gcc2.95, libttf2, xfree86, and Alpha

2002-08-12 Thread Christopher C. Chimelis
With any luck, we should be using a newer gcc soon, so this should go away then. I don't know a time schedule yet, but we'll be going to gcc 3.2, fyi. C On Mon, 12 Aug 2002, Doug Larrick wrote: > Due to what appears to be a code generation issue, libttf2 > 1.4pre.20011029-1 and XFree86 4.2 se

Re: Want to help fix xdm on MIPS

2002-08-12 Thread Guido Guenther
On Mon, Aug 12, 2002 at 12:35:11PM -0400, Mike Martin wrote: > On Mon, 12 Aug 2002 18:15:12 +0200 > Fair enough. I've replaced strace.xdm.txt with a new one. > MikeM Thanks a lot! The problem is in xdm's genauth.c sumFile function. XDM reads blindly lot's of data from /dev/mem. When it hits the GIO

Re: Want to help fix xdm on MIPS

2002-08-12 Thread Mike Martin
On Mon, 12 Aug 2002 18:15:12 +0200 Guido Guenther <[EMAIL PROTECTED]> wrote: > On Mon, Aug 12, 2002 at 11:39:04AM -0400, Mike Martin wrote: > > On Mon, 12 Aug 2002 11:23:18 +0200 > > Output of strace availible here: > > http://overlord.linux-dude.com/strace.xdm.txt > I think you need to call strac

Re: Want to help fix xdm on MIPS

2002-08-12 Thread Guido Guenther
On Mon, Aug 12, 2002 at 11:39:04AM -0400, Mike Martin wrote: > On Mon, 12 Aug 2002 11:23:18 +0200 > Output of strace availible here: > http://overlord.linux-dude.com/strace.xdm.txt I think you need to call strace with -f to trace the forks too. -- Guido

s3savage drivers and Xv

2002-08-12 Thread Bill Moseley
I'm running 4.2.0-0pre1v2 on a Toshiba laptop with: VGA compatible controller: S3 Inc. 86C270-294 Savage/IX-MV (rev 13) To get video working I went to: http://www.probo.com/timr/savage40.html and then: $ wget http://www.probo.com/timr/s3savage-driver_1.1.23t-1_i386.deb # dpkg -

Re: Want to help fix xdm on MIPS

2002-08-12 Thread Mike Martin
On Mon, 12 Aug 2002 11:23:18 +0200 Guido Guenther <[EMAIL PROTECTED]> wrote: > Branden wrote: > > If it's the same kernel bug I've seen on ia64 and heard about on ARM, > > xdm is in a select(). > > > Please do discuss this on this list. xdm doesn't even work for remote X > > servers at present (

gcc2.95, libttf2, xfree86, and Alpha

2002-08-12 Thread Doug Larrick
Due to what appears to be a code generation issue, libttf2 1.4pre.20011029-1 and XFree86 4.2 segfault on Alpha when attempting to render some TrueType fonts. I have not fully traced this code gen error to the source that triggers it in libttf2, but it appears to be similar to the one in gtk+ w

newport driver update

2002-08-12 Thread Guido Guenther
Hi, here's a small update for the Indy's newport driver. It fixes the most annoying bugs: - broken 24bpp mode setup - black console after starting X - screensaver blanking the console - 1 off errors in the RefreshArea code Branden, can this go into pre1v3? -- Guido Index: xc/programs/Xserver/h

Re: Want to help fix xdm on MIPS

2002-08-12 Thread Guido Guenther
Branden wrote: > If it's the same kernel bug I've seen on ia64 and heard about on ARM, > xdm is in a select(). > Please do discuss this on this list. xdm doesn't even work for remote X > servers at present (or, at least, the last time I looked at this). Thanks for the pointer. Yes this might be t