* PROBLEM: Hangup with Radeon9200 accel. Does not happen when not using agpgart or disabling CPU internal cache.
@ 2003-10-20 10:01 Juanjo García Carré
2003-10-20 10:11 ` Erik Andersen
0 siblings, 1 reply; 4+ messages in thread
From: Juanjo García Carré @ 2003-10-20 10:01 UTC (permalink / raw)
To: linux-kernel
-Foreword: I am not complaining; just hoping to help in developing
a better kernel.
-Symptom: When accelerating graphics, the machine freezes completely
(no response to emergency sys req keys or net access).
As a consequence, NOTHING GETS LOGGED (sorry).
-How to reproduce:
1) Use the following hardware:
Radeon 9200 AGP graphics card.
CPU PentiumII Deschutes (Tried the same card on an
Athlon machine -all the rest being equal- and the problem did not happen).
baseplate Tyan (This means Intel 440BX chipset)
2) Enable in BIOS the CPU internal cache to
"Write Back" mode.
(Either "Write Thru" or "Disabled" will eliminate the problem,
at the expense of an extremely low performance).
3) Use ANY Linux-2.6.0-test kernel, or ANY
Linux-2.4 kernel, (in which case you will need
an updated version for the radeon module).
4) Use XFree86 4.3.0 or over (for radeon acceleration support) with ANY
dri version (older or newest).
I have tried the latest DRI CVS without success.
5) In the XF86Config-4 file, specify the chipset of a Radeon 9100 or
another radeon for which acceleration is already supported (I know this is not
the factor to blame, since -as I said before- it works on an Athlon machine).
6) In the XF86Config-4 file, make sure the option ForcePCIMode is off
(when it is enabled, everything works fine and you need no agpgart
module, but performance is halved).
_ALL_ the other options are indifferent in order to reproduce the
problem, (even the option to use the XFree GPL radeon driver or the propietary
FireGL drivers from Ati).
7) Make sure the agpgart module (and the intel_agp module for 2.6
kernels) are loaded before launching XFree.
8) Launch X. Everything seems to work; glxinfo says Yes as to direct
rendering. Now launch an OpenGL application, like glxgears:
It runs for some instants, then becomes blocked, as does the rest of the
system.
Observation: When a big Graphics Aperture Size (256MB) is specified in
BIOS (thus adopted by the agpgart module) and a small one (4MB) in the
XF86Config-4 file, then the time until crash is considerably increased.
(Does this mean anything to you?)
Please reply with Cc to juanjo@eurogaran.com because I am not
suscribed to any kernel mailing list.
Thank you.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: PROBLEM: Hangup with Radeon9200 accel. Does not happen when not using agpgart or disabling CPU internal cache.
2003-10-20 10:01 PROBLEM: Hangup with Radeon9200 accel. Does not happen when not using agpgart or disabling CPU internal cache Juanjo García Carré
@ 2003-10-20 10:11 ` Erik Andersen
2003-10-22 11:53 ` Juanjo García Carré
0 siblings, 1 reply; 4+ messages in thread
From: Erik Andersen @ 2003-10-20 10:11 UTC (permalink / raw)
To: Juanjo García Carré; +Cc: linux-kernel
On Mon Oct 20, 2003 at 12:01:23PM +0200, Juanjo García Carré wrote:
> 7) Make sure the agpgart module (and the intel_agp module for 2.6
> kernels) are loaded before launching XFree.
>
> 8) Launch X. Everything seems to work; glxinfo says Yes as to direct
> rendering. Now launch an OpenGL application, like glxgears:
> It runs for some instants, then becomes blocked, as does the rest of the
> system.
I added this to my /etc/X11/XF86Config-4 to prevent my system
from locking solid as you describe. This forces XFree86 to drive
my Radeon 9200 as if it were a Radeon 9000. Before upgrading X,
I had to use 0x4242 to drive my card as a Radeon 8500.
Section "Device"
Identifier "ATI Radeon"
Driver "radeon"
Option "AGPMode" "4"
Option "EnablePageflip" "1"
ChipID 0x4964
#ChipID 0x4242
EndSection
-Erik
--
Erik B. Andersen http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-11-17 12:48 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-20 10:01 PROBLEM: Hangup with Radeon9200 accel. Does not happen when not using agpgart or disabling CPU internal cache Juanjo García Carré
2003-10-20 10:11 ` Erik Andersen
2003-10-22 11:53 ` Juanjo García Carré
[not found] ` <20031022121538.GA14480@codepoet.org>
[not found] ` <20031022140114.GA17407@eurogaran.com>
2003-11-17 12:47 ` Juanjo García Carré
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).