[ltp] r300+fireglT2+google_earth? (solved)
Nils
linux-thinkpad@linux-thinkpad.org
Mon, 27 Aug 2007 08:42:24 +0200
Hi,
the problem with google earth was the option EnablePageFlip:
# Option "EnablePageFlip" "1"
I commented it out and with driconf I force for google earth
to disable low-impact fallback.
[The combination AGPFastWrite with AGPMode 4 crashs the system during Xorg
startup.]
Now it's working very fast with the radeon xorg driver.
Nils
My Xorg section:
Section "Device"
Identifier "ATI_x11"
driver "radeon"
BusID "PCI:1:0:0"
Screen 0
Option "DynamicClocks" "yes"
Option "AGPMode" "4"
Option "AccelMethod" "XAA"
Option "AGPFastWrite" "0"
# Option "EnablePageFlip" "1"
Option "AGPSize" "64"
Option "GARTSize" "64"
Option "ColorTiling" "on"
EndSection