|
From: Roland S. <rsc...@hi...> - 2006-03-06 16:57:27
|
[LoN]Kamikaze wrote: > I have a diff between the Xorg.0.log files attached. The old (-) data is > when one monitor is present, the new data (+) when 2 Monitors are > present and the performance is thus boosted. Are you sure it's this way around? You have > -(--) RADEON(0): Virtual size is 1024x768 (pitch 1024) > -(II) RADEON(0): Will use 17408 kb for textures at offset 0xf00000 vs. > +(--) RADEON(0): Virtual size is 1600x1200 (pitch 1600) > +(II) RADEON(0): Will use 2752 kb for textures at offset 0x1d4c000 Needless to say, that's a BIG difference in available texture memory, and unless you turn down texture detail to the lowest setting (and I'm not sure this is enough) not all textures will fit into local video mem. btw, you have > (II) RADEON(0): Detected Radeon Mobility M7, disabling multimedia i2c So, this is a r100 class chip (with presumably 32MB 64bit DDR ram?), not r200 (rv200 is not r200), though this means the driver will at least be able to use AGP GART for textures (r200 driver won't, causing texture thrashing, manifesting as heavy stuttering). Roland |