Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Problem with modular Xorg when memory is increased from 1GB to 2GB



Given what I see in your X.org log and the fact that this only happens
when you have 2GB of RAM, I strongly suspect
this is due to  the array constant 'agp_max' (in agp.c) being the
wrong type (line 275).

Could you try changing the type from 'const int' to 'const paddr_t'?

If that fixes the problem, I will commit the change.

Regards,

--Blair



Home | Main Index | Thread Index | Old Index