Subject: Re: Problem with modular Xorg when memory is increased from 1GB to 2GB
To: None <john@johnrshannon.com>
From: Blair Sadewitz <blair.sadewitz@gmail.com>
List: current-users
Date: 02/06/2008 05:49:34
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