PDA

View Full Version : [ubuntu] crossover MS office fonts problems



ctejos
March 19th, 2009, 08:37 PM
I've just installed MS Office 2007 on my PC using CrossOver but I cannot see any text (in Word, Excel, etc.) because it appears entirely aliased. My bet is that I have fonts problems.

Does anyone now how to solve this problem?

Cheers

CT

kestrel1
March 19th, 2009, 08:38 PM
Have you got the msttcorefonts installed?

ctejos
March 19th, 2009, 09:16 PM
Thanks K. for your suggestion, it seams I had not installed the msttcorefonts since when I did

sudo apt-get install msttcorefonts

I started downloading a lot of fonts.

Unfortunately now I have 2 problems, because the msttcorefonts failed and send this message

dpkg: error processing g15daemon (--configure):
subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of g15macro:
g15macro depends on g15daemon; however:
Package g15daemon is not configured yet.

....and I still cannot see MS office texts....

Any ideas?

Cheers,

CT

kestrel1
March 19th, 2009, 09:21 PM
Try typing
sudo dpkg -a --configure
in a terminal & try to install the fonts again or just install the Ubuntu-restricted-extras instead as the msttcorefonts are part of it.

ctejos
March 19th, 2009, 10:17 PM
Hi K. this is pehaps my bad day...

When I proceeded with

sudo dpkg -a --configure

or

sudo apt-get install ubuntu-restricted-extras

or

sudo apt-get install msttcorefonts


I got exactly the same error message:

"dpkg: error processing g15daemon (--configure):
subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of g15macro:
g15macro depends on g15daemon; however:
Package g15daemon is not configured yet.
dpkg: error processing g15macro (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
g15daemon
g15macro
"

Any ideas?

CT

kestrel1
March 19th, 2009, 10:50 PM
Do you happen to have a Logitech G15 keyboard?
If so it appears to be related to that. Have a look at this thread: http://ubuntuforums.org/showthread.php?t=267118&page=44

ctejos
March 19th, 2009, 11:05 PM
unfortunatelly not, I don't have a logitech G15 keybord, so I'm not sure it has something to do with what is reported in that thread....

kestrel1
March 19th, 2009, 11:10 PM
Go to synaptic & see if the G15daemon is installed. If you do not have a Logitech G11 or G15 keyboard I can see no reason for it to be installed.

ctejos
March 19th, 2009, 11:22 PM
I removed g15deamon and g15macro, so now I don't have the second problem any more. I did install msttcorefonts and ubuntu-restricted-extras, but I still have the original problem, I cannot read anything from MS office

Ideas?

CT

kestrel1
March 19th, 2009, 11:29 PM
Can you post a screen shot of the problem.
Do you have Desktop Effects enabled? If so disable them & see if the problem is still there. You may want to restart X server to check this. To restart X logout or press CTRL, ALT & Backspace. You will need to log back in either way.
Also go to System -> Preferences -> Appearance & under the Fonts tab check that you have Subpixel Smoothing (LCD's) checked.

ctejos
March 20th, 2009, 02:57 PM
I had already checked th options subpixel smoothing and no Desktop effects, so that's unfortunately not the problem.

I'm posting a png screenshot to show you the problem

CT

ctejos
March 20th, 2009, 03:47 PM
Hi K., I've got another clue to solve this mystery. Apparently it's not a font problem but might be a rendering problem. I just zoomed in (up to 150%) and everything looked perfect, but below 140% everything starts to mess up.

Ideas?

kestrel1
March 20th, 2009, 04:03 PM
What graphics card do you have?

ctejos
March 20th, 2009, 04:33 PM
GForce4 MX 4000

kestrel1
March 20th, 2009, 05:46 PM
Similar to mine. I will have a look when I get to the machine.

kestrel1
March 20th, 2009, 08:00 PM
Have a look at this link: http://ubuntuforums.org/showthread.php?p=6667437#post6667437
The suggestion in there helped me with a similar problem, related to wine.

dcabrera01
April 24th, 2009, 03:30 AM
find at the \home directory\.cxoffice the file user.reg. Open the file and append the next two lines at the end.

[Software\\Wine\\X11 Driver] 1232814138
"ClientSideWithRender"="N"

Hope it helps.