Ilia Zadorozhko wrote:
> Hi people, 
> Help me please getting DRI to work.
> I've installed latest (rage128-20021008-linux.i386.tar.bz2) versions of DRI. 
> Function drmSetBusid requires some kind of permission, which I can't 
> understand. Launching X from root gives the same results. Please, help !
> 
> Some info and logs:
> Kernel 2.4.19
> ----- lsmod ---------
> Module                  Size  Used by
> r128                   88132   0
> agpgart                31840   1
> -----------ls -l /dev/dri/-----------
> crw-rw-rw-    1 root     root     226,   0 ïËÔ  7 17:14 card0
> -----------XF86Config-4--------
> Section "DRI"
>     Mode        0666
> EndSection
> --------XFree86.0.log-----------
> XFree86 Version 4.2.0 / X Window System
> .............
> (--) PCI:*(2:0:0) ATI Rage 128 Pro PF rev 0, Mem @ 0xf0000000/26, 
> 0xff9fc000/14, I/O @ 0xd800/8, BIOS @ 0xff9c0000/17
> .......
> (==) R128(0): Write-combining range (0xf0000000,0x2000000)
> drmOpenDevice: minor is 0
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is 7, (OK)
> drmOpenDevice: minor is 0
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is 7, (OK)
> drmOpenDevice: minor is 0
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is 7, (OK)
> drmGetBusid returned ''
> (II) R128(0): [drm] drmSetBusid failed (7, PCI:2:0:0), Permission denied
> (EE) R128(0): [dri] DRIScreenInit failed.  Disabling DRI.
> ........
> --------------------
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Dri-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/dri-devel
> 
> 

Ilia,

Maybe it's a kernel module problem.  Make sure your AGPGART module is 
loaded into the kernel before the r128 module.  If that doesn't work, 
post the output from dmesg.

-- 
                                /\
          Jens Owen            /  \/\ _
   [EMAIL PROTECTED]  /    \ \ \   Steamboat Springs, Colorado



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to