http://bugs.winehq.org/show_bug.cgi?id=2256
------- Additional Comments From jeb@jebshouse.com 2005-07-02 15:39 ------- There is a workaround for this bug. If you edit the .wine/config file like this:
; Use the Render extension to render client side fonts (default "Y") "ClientSideWithRender" = "N" ; Fallback on X core requests to render client side fonts (default "Y") "ClientSideWithCore" = "N" ; Set both of the previous two to "N" in order to force X11 server side fonts
You should be able to see the text. It's very small and hard to read, but it's there. You can download and install fonts and tweak to try and get better performance (see this thread at boards.wizards.com: http://boards.wizards.com/showthread.php?t=369379 )