From: Henry N. <Hen...@Ar...> - 2008-03-03 21:53:52
|
Henry Nestler wrote: > Hello baldyeti, > >>> Anyway it had the following: >>> >>> PFN too high! 523367 >= 491520 >>> and >>> PFN too high! 523444 >= 491520 >> For left value have no idea. >> The right value seems me ok. 491520 * 4K = 2013265920 Bytes (1920 MB) >> This are the 2GB minus your graphic card. Some calcutations for left value 2GB = 2048MB = 2147483648 Bytes PFN max for all memory = 2GB / 4K - 1 PFN max for all memory = 524287 PFN max for usable memory = (2GB - 128MB) / 4K - 1 PFN max for usable memory = 491520 Your left values are in the memory between 1920MB and 2048MB. But should not! That's your graphic card. Why this area is not reserved by graphic card driver? -- Henry N. |