<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.3.2">
</HEAD>
<BODY>
On Tue, 2005-10-04 at 18:26 -0400, Jay Estabrook wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">On Mon, Oct 03, 2005 at 11:44:42AM -0500, Hoover, Tony wrote:</FONT>
<FONT COLOR="#000000">></FONT>
<FONT COLOR="#000000">> I just got my SX running AC1.0 with a Radeon 9000 PCI late last week, and</FONT>
<FONT COLOR="#000000">> have been a bit disappointed in the GL performance.  I'm getting less than 5</FONT>
<FONT COLOR="#000000">> Frames per Second on most of the 3D screen savers.  </FONT>

<FONT COLOR="#000000">Remind me: the 9000 has what chipset?</FONT>
</PRE>
</BLOCKQUOTE>
(--) PCI:*(0:6:0) ATI Technologies Inc Radeon RV250 If [Radeon 9000] rev 1
<BLOCKQUOTE TYPE=CITE>
<PRE>

<FONT COLOR="#000000">> I assume that the 3D rendering is being done in software, instead of the 3D</FONT>
<FONT COLOR="#000000">> engine in the Radeon.  How can I enable it to use the 3D acceleration of the</FONT>
<FONT COLOR="#000000">> graphics card?</FONT>

<FONT COLOR="#000000">Is it possible that there's no</FONT>

<FONT COLOR="#000000">  Load  "dri"</FONT>

<FONT COLOR="#000000">int the config file?</FONT>
</PRE>
</BLOCKQUOTE>
<BR>
Section "Module"<BR>
        Load  "dbe"<BR>
        Load  "extmod"<BR>
        Load  "fbdevhw"<BR>
        Load  "glx"<BR>
        Load  "record"<BR>
        Load  "freetype"<BR>
        Load  "type1"<BR>
        Load  "dri"<BR>
EndSection<BR>
<BR>
Nope, it's there.
<BLOCKQUOTE TYPE=CITE>
<PRE>

<FONT COLOR="#000000">Also, it may be that 6.7 didn't support the 9000 chipset; you could try</FONT>
<FONT COLOR="#000000">the 6.8.2 version from the "development" tree if you're brave... ;-}</FONT>

</PRE>
</BLOCKQUOTE>
This is 6.8.1, according to the log file<BR>
<BR>
does this snippet from my log mean anything?:<BR>
<BR>
(II) RADEON(0): Dynamic Clock Scaling Disabled<BR>
drmOpenDevice: node name is /dev/dri/card0<BR>
drmOpenDevice: open result is -1, (No such device)<BR>
drmOpenDevice: open result is -1, (No such device)<BR>
drmOpenDevice: Open failed<BR>
drmOpenDevice: node name is /dev/dri/card0<BR>
drmOpenDevice: open result is -1, (No such device)<BR>
drmOpenDevice: open result is -1, (No such device)<BR>
drmOpenDevice: Open failed<BR>
drmOpenByBusid: Searching for BusID pci:0000:00:06.0<BR>
drmOpenDevice: node name is /dev/dri/card0<BR>
drmOpenDevice: open result is 4, (OK)<BR>
drmOpenByBusid: drmOpenMinor returns 4<BR>
drmOpenByBusid: drmGetBusid reports pci:0000:00:06.0<BR>
(II) RADEON(0): [drm] loaded kernel module for "radeon" driver<BR>
(II) RADEON(0): [drm] DRM interface version 1.2<BR>
(II) RADEON(0): [drm] created "radeon" driver at busid "pci:0000:00:06.0"<BR>
(II) RADEON(0): [drm] added 8192 byte SAREA at 0xfffffffc00446000<BR>
(II) RADEON(0): [drm] mapped SAREA 0xfffffffc00446000 to 0x2000001c000<BR>
(II) RADEON(0): [drm] framebuffer handle = 0x10000000<BR>
(II) RADEON(0): [drm] added 1 reserved context for kernel<BR>
(WW) RADEON(0): [agp] AGP not available<BR>
(EE) RADEON(0): [agp] AGP failed to initialize. Disabling the DRI.<BR>
(II) RADEON(0): [agp] You may want to make sure the agpgart kernel module<BR>
is loaded before the radeon kernel module.<BR>
(II) RADEON(0): [drm] removed 1 reserved context for kernel<BR>
(II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0xfffffffc00446000 at 0x2000001c000<BR>
(II) RADEON(0): Memory manager initialized to (0,0) (1280,8191)<BR>
(II) RADEON(0): Reserved area from (0,1024) to (1280,1026)<BR>
(II) RADEON(0): Largest offscreen area available: 1280 x 7165<BR>
(II) RADEON(0): Render acceleration enabled<BR>
(II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)<BR>
        Screen to screen bit blits<BR>
        Solid filled rectangles<BR>
        8x8 mono pattern filled rectangles<BR>
        Indirect CPU to Screen color expansion<BR>
        Solid Lines<BR>
        Scanline Image Writes<BR>
        Offscreen Pixmaps<BR>
        Setting up tile and stipple cache:<BR>
                32 128x128 slots<BR>
                32 256x256 slots<BR>
                16 512x512 slots<BR>
(II) RADEON(0): Acceleration enabled<BR>
(==) RADEON(0): Backing store disabled<BR>
(==) RADEON(0): Silken mouse enabled<BR>
(II) RADEON(0): Using hardware cursor (scanline 1026)<BR>
(II) RADEON(0): Largest offscreen area available: 1280 x 7161<BR>
(**) Option "dpms"<BR>
(**) RADEON(0): DPMS enabled<BR>
(II) RADEON(0): Direct rendering disabled<BR>
(==) RandR enabled<BR>
<BR>
but that dev exists...<BR>
<BR>
[hoover@sx ~]$ ls -la /dev/dri<BR>
total 0<BR>
drwxr-xr-x   2 root root     60 Oct  2 14:42 .<BR>
drwxr-xr-x  10 root root   5000 Oct  2 14:42 ..<BR>
crw-rw-rw-   1 root root 226, 0 Oct  2 14:42 card0<BR>
<BR>
<BR>
<BR>
<BR>
Sorry if I included too much info, but I figured it's better to give too much instead of too little.<BR>
<BR>
Thanks in advance for any troubleshooting.<BR>
<BR>
Tony
</BODY>
</HTML>