"Ani Joshi" <[EMAIL PROTECTED]> writes:

> I looked into the situation and found out why its crashing on your
> machine.  The vgaHW pointer is not setting the IOBase, so when it
> tries to read that it crashes.  Do this in r128_driver.c:
> 
> after the hwrec is alloced (vgaHWGetHWRec())
> 
> {
>       vgaHWPtr hwp;
> 
>       vgaHWGetIOBase(hwp);
> }
> 
> (should probably add vgaHWGetIOBase to the loader symlist also)
> 
> This should probably solve your problem.

Michel,

Is this fix sufficient to get get 'Option "Display" "CRT"' working?

jas.

Reply via email to