I always kept going back to the OSS drivers only to find that they were unacceptably slow. At least, that's what I thought at the time. Every time I'd try and use them, I'd find that despite being a fair bit more stable, they would often not use DRI properly, or even if they did, they'd run really slowly. The problem was that there was a cascade of issues that needed to be dealt with before the OSS driver works properly:
- Firstly, you need the DRM module in the kernel. I knew this part, and I had to recompile my kernel with radeon built into it.
- Second, you need to have the ATI drivers uninstalled (or at least the original libGL re-named) .
- Finally, you need to make sure that you've got the X drivers for radeon correctly installed.
Anyway, the point here is: persevere, and the OSS driver "radeon" will work nearly as fast as the "fglrx" one. It won't be just as fast, and it doesn't support all the extensions, but it's a lot more stable, and offers a lot more features. I can breathe easily now.
Add Comment
<< Home