The point of this thread, everyone who knows something credible about the ati Xxxx series (and others) lack of frame buffer should post info here. The lack of frame buffer is why there is mouse tearing (and possibly even the not so nice-looking fonts, but that could be a remote issue with just my laptop.) Any other information pertaining to building a fully functional ati Xxxx series driver should be posted here. No requests. you may post your card, your problem and information that can possibly be valuable in building a better driver.
What should be posted here:
- Detailed information about what we need (stuff I obviously don't know)
- How we could possibly go about building a fully functional driver/frame buffer
- Anything else relating to this
Keep it clean, productive, and informational. I will edit this thread as information is posted, thanks.
-------------------------------------------------------------------------------------------------------------------
Affected Cards: 9500, 9550, 9600, 9700, 9800, X200 (maybe not), X300, X550, X600, X700, X800, X850 and related (if there are any.)
-------------------------------------------------------------------------------------------------------------------
-Current ATi 9500-9800 & X300-X850 frame buffer with all features that nVidia and X1000 cards get is compiled only for PPC (/System/Library/Extensions/AppleNDRV/ATiRuntimeDriver.kext and ATiDriver.kext)
-If a proper frame buffer with no tearing has to be built, it has to implement a hardware cursor. Existing frame buffers like Callisto and XRadeonFB don't have this, but have a software drawn cursor that creates tearing when used in conjunction with QE/CI.(or not)
-XRadeonFB or Callisto simply need VBL service ( hardware or software blit )
-Need to have a working knowledge of C/C++ and IOKit to be able to build a good OS X driver.
