LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General > LinuxQuestions.org Member Success Stories
User Name
Password
LinuxQuestions.org Member Success Stories Just spent four hours configuring your favorite program? Just figured out a Linux problem that has been stumping you for months?
Post your Linux Success Stories here.

Notices


Reply
  Search this Thread
Old 04-20-2006, 12:03 PM   #181
jolson
LQ Newbie
 
Registered: Nov 2004
Posts: 2

Rep: Reputation: 0

Apparently I'm quite useless.

I've done all steps franklin has suggested.

When I look through my Xorg.0.log file it shows that it's loading freetype from /usr/X11R6

This is obviously incorrect as I compiled freetype into /usr/lib

Perhaps Xorg comes with it's own version of freetype?

I changed the symlink in X11R6 to point to the proper one in /usr/lib hopeing that would fix things.

Xorg.0.log now shows:

(EE) LoadModule: Module freetype does not have a freetypeModuleData data object.(II) UnloadModule: "freetype"
(II) Unloading /usr/X11R6/lib/modules/fonts/libfreetype.so
(EE) Failed to load module "freetype" (invalid module, 0)

On a side note, after completing Franklin's steps xfsinfo no longer works, neither does xselfont.

I've commented out unix:/7100 from xorg.conf and made sure to complete all the obvious other steps.

I'm still dealing with antialiased blurry fonts. many hours into this, anyone able to offer some suggestions?

Edit:

here's my about:buildconfig from firefox

Configure arguments
--disable-ldap --disable-mailnews --enable-extensions=cookie,xml-rpc,xmlextras,pref,transformiix,universalchardet,webservices,inspector,gnomevfs,negotiateauth --enable-crypto --disable-composer --enable-single-profile --disable-profilesharing --with-system-jpeg --with-system-zlib --with-system-png --with-pthreads --disable-tests --disable-debug --disable-jsd --disable-installer '--enable-optimize=-Os -g -pipe -m32 -march=i386 -mtune=pentium4' --enable-xft --enable-xinerama --enable-default-toolkit=gtk2 --enable-official-branding --disable-xprint --disable-strip --enable-pango
 
Old 05-22-2006, 08:45 AM   #182
landroni
Member
 
Registered: Feb 2005
Distribution: Xubuntu 12.04 LTS
Posts: 154

Rep: Reputation: 16
make readable non antialiased fonts in OpenOffice

After following Frank's HOWTO and hint on OpenOffice, I still cannot make OpenOffice fonts look readable.

I have Verdana 7 on all (most of) my applications (GTK2 mainly). OpenOffice only fails to comply. Antialiased fonts are OK, but it becomes horribly slow - almost unusable - for my machine. Thus, I disabled the anti-aliasing in OpenOffice. I enabled system fonts for user interface.

So, the result is that OpenOffice 2.0 has menus and toolbars with normal, desktop-wide fonts. They look quite acceptable, as in any other program. But the actual text (the text to be edited) looks bad. Exactly as their entire help stuff. It gave the same results before recompiling freetype. I have the feeling that it does font renderring itself, without BYTE_CODE_INTERPRETER.

My question: how can I make OpenOffice comply with the system/desktop-wide settings and use BYTE_CODE_INTERPRETER for rendering fonts?
 
Old 07-24-2006, 08:06 AM   #183
qrange
Senior Member
 
Registered: Jul 2006
Location: Belgrade, Yugoslavia
Distribution: Debian stable/testing, amd64
Posts: 1,061

Rep: Reputation: 47
Unhappy

Quote:
Originally Posted by landroni
After following Frank's So, the result is that OpenOffice 2.0 has menus and toolbars with normal, desktop-wide fonts. They look quite acceptable, as in any other program. But the actual text (the text to be edited) looks bad. Exactly as their entire help stuff. It gave the same results before recompiling freetype. I have the feeling that it does font renderring itself, without BYTE_CODE_INTERPRETER.

My question: how can I make OpenOffice comply with the system/desktop-wide settings and use BYTE_CODE_INTERPRETER for rendering fonts?
yes it does, and this is supposed to solve it:
LD_PRELOAD="/usr/lib/libfreetype.so" sofice

but it doesn't in my case
 
Old 07-30-2006, 01:03 PM   #184
landroni
Member
 
Registered: Feb 2005
Distribution: Xubuntu 12.04 LTS
Posts: 154

Rep: Reputation: 16
Thanks.

Where did you take this information from? What file are we talking about? Maybe I'll track this down.

OK. I run soffice under the required environment,

env LD_PRELOAD="/usr/lib/libfreetype.so" sofice

But it didn't work. I'll look later at the links you provided.

Last edited by landroni; 07-31-2006 at 01:51 PM.
 
Old 07-31-2006, 01:49 AM   #185
qrange
Senior Member
 
Registered: Jul 2006
Location: Belgrade, Yugoslavia
Distribution: Debian stable/testing, amd64
Posts: 1,061

Rep: Reputation: 47
I found it on this forum in some other thread, here:
http://www.linuxquestions.org/questi...libfreetype.so

sofice is a file that contains script to run OpenOffice, and you can type
LD_PRELO... directly in shell or put it in some script.

here is also some info :
http://www.ubuntuforums.org/archive/.../t-185129.html


there are some patches for OOo, I'm not sure if they are related to this problem:

http://cvs.pld.org.pl/SOURCES/openof...freetype.patch
(dynamic linking mentioned)

http://freetype.org/freetype2/patche...e-patches.html

However, I have extremely rarely successfully compiled app from sources, and never applied patches. (Guess patches require source and cannot be used on .deb package?) and OpenOffice is probably going to give some error when compiling, not for beginner like me.

Last edited by qrange; 07-31-2006 at 01:52 AM.
 
Old 08-10-2006, 06:53 AM   #186
landroni
Member
 
Registered: Feb 2005
Distribution: Xubuntu 12.04 LTS
Posts: 154

Rep: Reputation: 16
From the last link you provided, this problem is supposed to be fixed with OOo 2.0.3. Don't try to compile. I really doubt it would. However, never tried. Anyway, you'd need about 4-6 GB of spare space.

--update: I have just checked OOo 2.0.3. No word about libfreetype in the ChangeLog. Maybe in 2.0.4?

Last edited by landroni; 08-25-2006 at 04:50 PM.
 
Old 11-05-2008, 02:47 AM   #187
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,629

Rep: Reputation: Disabled
Quote:
Originally Posted by Franklin View Post
Hi again. Sorry this took so long - I was away for a while and returned to too much work.

I posted some new screenshots that are meant to show the Firefox, Mozilla, and Konqueror browsers with the font configurations
that I use. This is nothing you couldn't arrive at easily through trial and error, but since I was asked - here it is:

screenshots

...
Hi Franklin, there go your screenshots:

Forbidden

You don't have permission to access /vze8992v/ on this server.



Can you repair that?

In case I have not said so before, I use your HowTo since I don't know when and have it even copied to my "manual" for re-installations. So: Thank you.
 
  


Reply

Tags
antialiasing, fonts, howto, openoffice.org, resolution, screen



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
xft2 not antialiased fonts look ugly pijulius Linux - Software 0 02-20-2004 09:53 AM
No antialiased fonts in Mozilla 1.6? misfit-x Linux - Software 13 02-10-2004 06:57 AM
Fuzzy antialiased fonts in Slackware 9.0 Kovacs Slackware 1 11-23-2003 08:12 AM
too blurry antialiased fonts oski Mandriva 4 10-12-2003 01:22 PM
How to make the GDM to use the antialiased fonts? Xterminator Conectiva 1 11-22-2002 08:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General > LinuxQuestions.org Member Success Stories

All times are GMT -5. The time now is 03:03 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration