[cw-discuss] Fonts on remote terminal

James E. LaBarre jamesl at bestweb.net
Sun Feb 4 09:41:55 CST 2007


Andrew Bogott wrote:
>    I believe that your problem is a subcase of this problem, here:
> http://www.codeweavers.com/support/docs/crossover-pro/troubleshooting#NOMACHINE-MACOS 
> 
> James E. LaBarre wrote:
>> I have Crossover Office installed on my Ubuntu 6.10 system, and am 
>> trying to call various apps (MSIE 6.0, various Windows installers) on 
>> a remote terminal (an old Rev.D iMac, running Ubuntu 6.06 PPC).  I'm 
>> using  the iMac to start a full X-session from the desktop machine ("X 
>> -query main_desktop_IP").
>>
>> If I start MSIE, etc on the desktop itself, the apps display fine, 
>> with all the menu fonts, etc displaying correctly.  However, under the 
>> X-terminal session on the iMac, the menu fonts, various dialogues, 
>> etc. show *NO* fonts.  I've tried adding in all my native Windows 
>> fonts, even tried replacing the wine versions of fonts with Windows 
>> native ones. Still don't see the fonts in the window.

Yes, that fixed the problem.  I figured it had to be some search variant 
I hadn't thought of (yes, it was on a mac, but not that particular OS). 
  Of course, I had to do the edits on my primary desktop machine, since 
running the "regetit" command from the terminal had the same problem of 
no fonts displaying <g>.  But once I did it once in the default bottle, 
I found the location in user.reg to add the settings for other bottles, 
so I can simply use vi from the remote terminal.


under "[Software\\Wine\\X11 Driver]":
add the 3 options
	"ClientSideAntiAliasWithCore"="N"
	"ClientSideAntiAliasWithRender"="N"
	"ClientSideWithRender"="N"

I know, you'd probably prefer people use the regedit tools, but this is 
another workaround.  (the same fix wrks for a current CVS build of Wine).





More information about the discuss mailing list