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

Reply via email to