Hi,

There's a problem when validating a given mode. The board I have has 256 megs and it fails crying that it has insufficient memory for the given mode. This happens because the videoRam in bits is equal to 2^31 ( 256 megs). The number passes the numerical limit of an "int". I believe that the videoRam should be an "unsigned int" instead of a signed "int". What do you think? Will this change create other problems?

Y2K all over again. :)

Luugi

_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to