Re: DRM problem
Jacek Rosik <[email protected]> Sat, 15 May 2004 14:02:04 +0200
| Newsgroups | gmane.comp.freedesktop.xserver |
|---|---|
| Message-ID | <[email protected]> |
W liĆcie z sob, 15-05-2004, godz. 03:41, Alvaro A. Ramirez pisze: > Hello everyone. Just got the xserver installed from CVS. Everything is > great! Now I am trying to get dri working on my radeon card (7500). Just > got a dri module snapshot and recompiled it using the script provided. > Compilation worked without a problem. However, when I start Xati, I get > the following error: > > Failed to Open DRM. DMA won't be used. > Using ATI card:ATI Radeon RV200 QW at PCI:0000:01:00.0 > Screen: 16/16 depth/bpp [snip] > > any pointers? ideas? Have You loaded this module? You may also need to load agpgart (and chipset specific agp module if You are using 2.6). Check Your kernel messages it should display something like that: $ dmesg | grep drm [drm] Initialized radeon 1.10.0 20020828 on minor 0: ATI Radeon RV280 9200 SE [drm] Loading R200 Microcode You will see only first message until dri is initialized. BTW: Make sure You don't have drm compiled into Your kernel if You want to use module. -- Jacek Rosik <[email protected]>