Hi

I don't know much about 3D or the ATI graphics cards, but I can tell you how I got the 
DRI CVS to work with my ATI 9000 Pro card (ID 4966).

First I took the source to XFree86 4.2.0 compiled and installed, I then checked out 
the latest DRI source from CVS.  Applied my patch, then make World, make install.  I 
then had to do "chmod -R ugo+rX /usr/X11R6" to get the permissions right on the 
drivers.  Then in the DRI CVS tree I went into 
xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel did a "make -f 
Makefile.linux" and copied the radeon.o to /lib/modules/x.y.z/kernel/drivers/char/drm 
and ran "depmod -a".  I then installed agpgart kernel module followed by radeon, then 
started X.  Then when I run glxgears it works great.

To get the DRI permissions set right add the following to the bottom of your XF86 
Config file

Section "DRI"
   Mode 0666
EndSection

Problems:

I do have problems with the 3D support, as I said it is not perfect.  I use the 3D to 
run WarCraft III under Wine in opengl mode, I haven't tried any other programs.  The 
problems I get are, if I try to move the window in which Warcraft starts it will 
completely lock up the graphics card.  The only way of getting any picture back on the 
monitor is by rebooting.  Also some of the 3D objects don't always appear properly and 
can partially appear then disappear, I have also seen some flashing colors.  However, 
This isn't significant enough to make the game unplayable, in fact it is still very 
playable.

Scott Harrison

On Thu, Oct 31, 2002 at 01:18:02PM -0800, [EMAIL PROTECTED] 
wrote:
> Date: Thu, 31 Oct 2002 15:16:26 -0600 (CST)
> From: "D. Hageman" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: [Dri-devel] Radeon 9000 Trials and Tribulations
> 
>   This message is in MIME format.  The first part should be readable text,
>   while the remaining parts are likely unreadable without MIME-aware tools.
>   Send mail to [EMAIL PROTECTED] for more info.
> 
> --2081949219-247632633-1036098986=:979
> Content-Type: TEXT/PLAIN; charset=US-ASCII
> 
> 
> I was discussing on the XFree86 Developers list concerning DRI on the 
> Radeon 9000 when Sven Luther forwarded me a message from this list posted 
> by Scott Harrison.  It indicated that he had some success in getting it to 
> work with very small patch.  I decided that I would check it out myself 
> and found that I didn't have the same luck. Listed below is the process 
> that I went through -- maybe someone here can point me in a good direction 
> to what to look into next.
> 
> The test machine is a Dell Insipiron 8200 with a 64 ATI Radeon Mobility 
> 9000:
> 
> -
> class: VIDEO 
> bus: PCI
> detached: 0
> driver: Card:ATI Radeon Mobility 9000
> desc: "ATI|Radeon RV250 Lf [Radeon Mobility 9000]"
> vendorId: 1002
> deviceId: 4c66
> subVendorId: 1028
> subDeviceId: 00d4
> pciType: 1
> -
> 
> I was running the latest CVS version of the XFree86 tree and pulled over 
> the lastest changes to the DRM/DRI structure.  I then made the 
> modifications that Scott Harrison indicated.  After rebuilding the kenerl 
> modules and the XFree86 tree - I loaded up tuxracer to test things out.  I 
> noticed that I didn't have permission to access /dev/dri/card0 so I 
> modified access so I could get to it.  Tuxracer started up, blanked the 
> screen and the machine would lock hard.
> 
> Relevant entries from my /var/log/messages:
> 
> Oct 31 14:55:09 moko modprobe: modprobe: Can't locate module 
> char-major-13-0
> Oct 31 14:55:09 moko last message repeated 3 times
> Oct 31 14:55:09 moko modprobe: modprobe: Can't locate module 
> char-major-13-64
> Oct 31 14:55:09 moko last message repeated 31 times
> Oct 31 14:55:09 moko modprobe: modprobe: Can't locate module 
> char-major-13-0
> Oct 31 14:55:10 moko last message repeated 31 times
> Oct 31 14:55:10 moko kernel: [drm:radeon_freelist_get] *ERROR* returning 
> NULL!
> Oct 31 14:55:10 moko last message repeated 2485 times
> 
> Attached is my XFree86.0.log ...
> 
> Any ideas would be appreciated ... I will continue to play on my end and 
> see what I can come up with.
> 
> -- 


-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to