I have an Ati Mobility Radeon X300 video card, and finally I managed to switch to the Open Source driver. All the applications work well, including Google Earth. Until know GE locked my system, but with the new Mesa release it works well. I thought I share my settings with you.
Upgrade the following packages to these versions:
Code: Select all
xorg-server-1.4.0.90-r3
xf86-video-ati-6.8.0-r1
xf86driproto-2.0.4
mesa-7.0.3
mesa-progs-7.0.3Code: Select all
Section "Device"
Identifier "ATI Radeon X300"
Driver "radeon"
Option "GARTSize" "64"
Option "DynamicClocks" "on"
EndSectionCode: Select all
*********************************WARN_ONCE*********************************
File r300_render.c function r300Fallback line 471
Software fallback:ctx->Line.SmoothFlag
**************************************************************************Code: Select all
emerge driconfCode: Select all
<driconf>
<device screen="0" driver="r300">
<application name="Default">
<option name="force_s3tc_enable" value="false" />
<option name="fp_optimization" value="0" />
<option name="fthrottle_mode" value="2" />
<option name="texture_coord_units" value="8" />
<option name="disable_stencil_two_side" value="false" />
<option name="tcl_mode" value="3" />
<option name="texture_depth" value="0" />
<option name="def_max_anisotropy" value="1.0" />
<option name="no_neg_lod_bias" value="false" />
<option name="command_buffer_size" value="8" />
<option name="round_mode" value="0" />
<option name="dither_mode" value="0" />
<option name="no_rast" value="false" />
<option name="disable_lowimpact_fallback" value="true" />
<option name="texture_image_units" value="8" />
<option name="disable_s3tc" value="false" />
<option name="color_reduction" value="1" />
<option name="vblank_mode" value="1" />
</application>
</device>
</driconf>I'm happy that it works finally with the Open Source driver and I could get rid of Ati's poor closed source driver.


