glint driver broken in current CVS.

2003-02-16 Thread Björn Augustsson
revision 1.153
date: 2003/02/10 13:20:11;  author: alanh;  state: Exp;  lines: +10 -1
abort when finding a depth 30 visual and no IBM640 dac
fix up depth 555 visual for DRI

The code 

if ( (pGlint-RamDac-RamDacType != (IBM640_RAMDAC)) 
 (pScrn-depth == 30) )

Is the problem, since, at least on this box, pGlint-RamDac is NULL at
this point.

The box is an ev6 alpha, card is an 8MB Elsa Gloria ti_pm2.


Also, something I found while researching something else:
From xc/config/cf/linux.cf:

#   define LdCmdCcCmd -nostdlib -Wl'-m m68klinux

Looks strange, should likely be:

#   define LdCmdCcCmd -nostdlib -Wl,-m m68klinux

/August.
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel



Re: glint driver broken in current CVS.

2003-02-16 Thread Alan Hourihane
Thanks,

I've just committed your fixes for these.

Alan.

On Mon, Feb 17, 2003 at 12:51:05 +0100, Björn Augustsson wrote:
 revision 1.153
 date: 2003/02/10 13:20:11;  author: alanh;  state: Exp;  lines: +10 -1
 abort when finding a depth 30 visual and no IBM640 dac
 fix up depth 555 visual for DRI
 
 The code 
 
 if ( (pGlint-RamDac-RamDacType != (IBM640_RAMDAC)) 
(pScrn-depth == 30) )
 
 Is the problem, since, at least on this box, pGlint-RamDac is NULL at
 this point.
 
 The box is an ev6 alpha, card is an 8MB Elsa Gloria ti_pm2.
 
 
 Also, something I found while researching something else:
 From xc/config/cf/linux.cf:
 
 #   define LdCmd  CcCmd -nostdlib -Wl'-m m68klinux
 
 Looks strange, should likely be:
 
 #   define LdCmd  CcCmd -nostdlib -Wl,-m m68klinux
 
 /August.
 ___
 Devel mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/devel
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel