--- Alexander Stohr <[EMAIL PROTECTED]> wrote: > > But it hangs with a blank screen. > > I can only do CTRL-ALT-DEL to restart the machine. > > You might be able to log into your computer via > telnet or ssh. Then you will have the chance to > analyze what went wrong in that particular moment.
It works. I can telnet to the computer. dmesg shows the kernel drm doesn't support PCI_GART. Well, so I change the kernel module. My Radeon QD PCI card works like a charm. glxinfo shows I have DRI. (I wasn't clear in my last email. The driver works without DRI. I may be a little greedy to get DRI working. :) To sum up. PCIGART code for Alpha can be used in x86. Forget any register initialization as I suggested in my last email. Simply define PCIGART_ENABLE in _both_ dri and linux kernel modules. The Radeon QD PCI card will have DRI in XFree 4.1.0. However, the following question still remain: > > 2. I notice that both r128 and radeon do not make a > > map for texture in PCI/PCIGART mode. Is it ok? In addition, although 32-bit mode works fine, 16-bit mode isn't stable. Since I've spent time reading the source already, I'll see if I can solve the problem. Thanks for the tips! Bow-Yaw __________________________________________________ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.yahoo.com _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
