Summary: | R300 crash (fix included) | ||
---|---|---|---|
Product: | DRI | Reporter: | Kévin Ferrare <timid3000> |
Component: | General | Assignee: | Default DRI bug account <dri-devel> |
Status: | RESOLVED NOTABUG | QA Contact: | |
Severity: | major | ||
Priority: | medium | Keywords: | regression |
Version: | unspecified | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Kévin Ferrare
2008-10-12 03:31:44 UTC
You don't have to go through all that trouble. That commit merely changes the default AGP mode. Just adjust the AGPMode option in the device section of your xorg.conf: Option "AGPMode" "X" Replace X with 1 or 2 or 4 Basically AGP sucks and some chipset/GPU combos only work well in certain configurations. The problem is no one default will work in all cases, so we try and pick a default that will work on the broadest range of hw possible. I will try to add that line to my xorg.conf when I will have access to my hardware. If this is a known problem, may I suggest making the default settings less aggressive? (Supposing that AGP 1x would work better on a broader range of hardware) Also I do not know whether this is relevant or not, but my card works flawlessly under windows in AGP 2x/4x mode ; that makes me thing that the bug I encounter may only be the tip of the iceberg. (In reply to comment #2) > If this is a known problem, may I suggest making the default settings less > aggressive? (Supposing that AGP 1x would work better on a broader range of > hardware) > We've tried various default settings and the current setting was what worked reliably for the most people. We tried 1x, but that was worse than than the alternative, so we changed it back. The commit in question does exactly that. > Also I do not know whether this is relevant or not, but my card works > flawlessly under windows in AGP 2x/4x mode ; that makes me thing that the bug I > encounter may only be the tip of the iceberg. > AGP is broken by design. You card combo/chipset probably requires some special system specific workaround. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.