Sebastien Cevey wrote:
> The problem is that Xorg is unusable because the fonts are scrambled
>  in the xterm (and other such terms).  All fonts are not, for
> instance fonts appear correctly in Firefox, but not in the titlebar
> (fluxbox) of the same program.  I guess it depends "who" handles the
> font rendering..
> 
> I cannot find any error about that in the Xorg logs either
> 
Keith Conger suggested the following xorg.conf device options which
solved the screwy font rendering for me:

Option     "XaaNoScanlineImageWriteRect"
Option     "XaaNoScanlineCPUToScreenColorExpandFill" .

I'm using the ati driver with the following device section:

Section "Device"
        Identifier  "Card0_r300"
        Driver      "ati"
        BusID       "PCI:0:16:0"
        Option     "UseFBDev"           "true"  # [<bool>]
        Option     "DMAForXV"           "off"   # [<bool>]
        Option     "XaaNoScanlineImageWriteRect"
        Option     "XaaNoScanlineCPUToScreenColorExpandFill"
EndSection

> PS: Does this belong to this ML or to dri-user?
> 
Probably dri-user...

ciao
  Mark

---
Powerbook5,2 - 1.25GHz 15" G4 Alubook, Radeon 9600 M10

        
        
                
___________________________________________________________ 
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail 
http://uk.messenger.yahoo.com



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to