From: Issac G. <ma...@be...> - 2002-04-30 01:52:43
|
I can't seem to get DRI running on my Voodoo3 PCI card. I think the problem may be realted to PCI bus mastering - I can't get it enabled for the video card. lspci reports: 00:11.0 VGA compatible controller: 3Dfx Interactive, Inc. Voodoo 3 (rev 01) 01:00.0 VGA compatible controller: ATI Technologies Inc 3D Rage IIC AGP (rev 3a) The former is a Voodoo3 PCI which does not share resources according to BIOS, and the latter an AGP card. and setpci -s 00:11.0 4.w returns 0003. I tried doing setpci -s 00:11.0 4.w=$(printf %x 0007), but I still got 0003 (although setpci on the ATI returned 0084 and the host bridge returned 7) I'm no real hardware expert, but I tried moving the PCI card around, but to no avail. I'm running on an ABIT KT7-RAID motherboard (Athlon 900) and would really like to get DRI moving... I've been trying for weeks and only now finally discovered the possible bus problem... I have up-to-date source distros installed for: Glide3 XFree86-4.2.0 DRI If anyone can please help me, I'd be most appreciative... Thanks, Issac |