"[Bug 707]" <[EMAIL PROTECTED]> writes:

> A similar bug to this one happens while upgrading to 9.1 beta3. The installer
> configured correctly my AGP card (an Ati Radeon M7) but added the option
> "AGPMode" "true" to the XF86Config-4 file. This made X startup extremely slow.
> After investigating the logs and the XF86 docs i've discovered that the option
> "AGPMode" takes an integer value of either "1", "2", or "4" (the higher the
> number better the performance, but it also may cause instability with some
> motherboards)

XFdrake is putting AGPMode when putting DRI.

I really don't know what's it for. There is a comment in the code:

  # always enable (as a reminder for people using a better AGP mode to change it at 
their own risk).
  $card->{Options_xfree4}{AGPMode} = 'true';

someone knows better?

Reply via email to