Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 17th March 2004, 03:33 PM
spidernik84's Avatar
spidernik84 Offline
Registered User
 
Join Date: Mar 2004
Location: Italy
Age: 29
Posts: 35
Unhappy Fonts rendering is ugly(without antialiasing)

Hi everybody...
Firstly i would ask you to forgive me if i'm posting a question already asked many times...but i've been searching around for a solution to my problem without finding any

I've got, obviously, fedora core 1. Everybody likes antialiasing, probably with a good reason, but i really don't...i've been trying to live with it without succes
The problem is that if i'm disabling it the font rendering is damn bad...the only font displaying good is Helvetica with a size less than 10(with greater sizes no way to show it nicely).
On previous rh distros there was the pretty and easy option ":unscaled" with which i was used to solve the prob...now, even putting it in the xml file "local.conf" there ain't any way to get it work!

I'm near to desperation
Thanks for your (eventual) help and for your patience
Reply With Quote
  #2  
Old 19th March 2004, 01:48 AM
Bana's Avatar
Bana Offline
Retired Community Manager
 
Join Date: Feb 2004
Location: Austin, Texas
Age: 26
Posts: 581
Have you tried configuring xfs? It is the new font handler that Fedora uses AFAIK. I am sure you could find a howto somewhere around. HTH
__________________
http://coolhands.blogspot.com/
binarybana AT gmail.com
Reply With Quote
  #3  
Old 12th July 2005, 10:44 PM
spidernik84's Avatar
spidernik84 Offline
Registered User
 
Join Date: Mar 2004
Location: Italy
Age: 29
Posts: 35
Unhappy

Well, up again!
I've installed fedora core 4 on my happy box, and still have that darn font problem...uglinessssss!

I've found this guide suggesting to use a bci enabled freetype...but the links there reported are dead (this one in particular http://avi.alkalay.net/software/msfonts/download/).

http://www.tldp.org/HOWTO/html_single/Font-HOWTO/#fix

So i searched google for an alternative package and i've found those repos by Pretty punk, updated freetype through yum, installed ttf core fonts and...and...still no go

Anyone sorted out how to make fedora ttf fonts look just as windows ones without antialiasing???
Reply With Quote
  #4  
Old 13th July 2005, 07:39 PM
spidernik84's Avatar
spidernik84 Offline
Registered User
 
Join Date: Mar 2004
Location: Italy
Age: 29
Posts: 35
Really none of you finds antialiasing frustrating? Oh please help me i've been passing my last 6 days trying to find out a solution
Reply With Quote
  #5  
Old 13th July 2005, 07:55 PM
Furball's Avatar
Furball Offline
Registered User
 
Join Date: Jul 2005
Location: Passau, Germany
Age: 33
Posts: 331
Fedora is using the freetype library with the bytecode interpreter disabled (because there are some patent issues on it)
This makes all fonts look not so nice as in windows for example. This applies to antialiasing enabled AND disabled. Especially TFT screens are affected by this "problem".
If you want to enable bci (bytecode interpreter) you have to recompile the freetype source rpm by yourself and change the following line in the spec file
Code:
%define without_bytecode_interpreter    1
into
Code:
%define without_bytecode_interpreter    0
If you don't know how to recompile a source rpm, look in the help files, in our forum or just ask here for help.
You will be surprised how good your fonts will look :-)
If you have a TFT screen also disable font antialiasing. They will look sharper then. Antialiasing is only good for CRTs in my opinion.

If you have an x86_64 architecture I can send you ready-to-install rpms, for i386 I haven't compiled them yet.
__________________

Benjamin Duehring, FORWISS
Universitaet Passau, D-94030 Passau
WWW: http://www.lyxx.de/card
Reply With Quote
  #6  
Old 13th July 2005, 08:07 PM
spidernik84's Avatar
spidernik84 Offline
Registered User
 
Join Date: Mar 2004
Location: Italy
Age: 29
Posts: 35
Well, the problem is that i simply can't compile anything because fc4 won't install any compiler because of its poor package installer :\ so i had to use an rpm (i wrote the procedure i followed on the 3rd post of this thread...).
Even updating freetype nothing changes...i'm getting really MAD
Reply With Quote
  #7  
Old 13th July 2005, 08:25 PM
Furball's Avatar
Furball Offline
Registered User
 
Join Date: Jul 2005
Location: Passau, Germany
Age: 33
Posts: 331
Seems that you got a rpm without bci enabled (which makes no difference then).
What's the problem with your gcc ?
The easiest way to set up a complete software development environment is by using fedoras package managment tool 'system-config-packages' and mark the development tools to install them.
__________________

Benjamin Duehring, FORWISS
Universitaet Passau, D-94030 Passau
WWW: http://www.lyxx.de/card
Reply With Quote
  #8  
Old 13th July 2005, 08:45 PM
spidernik84's Avatar
spidernik84 Offline
Registered User
 
Join Date: Mar 2004
Location: Italy
Age: 29
Posts: 35
Quote:
Originally Posted by Furball
What's the problem with your gcc ?
The easiest way to set up a complete software development environment is by using fedoras package managment tool 'system-config-packages' and mark the development tools to install them.
That's exactly what i've been trying to do...
The install can't even start because of these missing packages:

Netpbm
xorg-x11-libs

Required by netpbm-progs, xorg-x11-xfs and xorg-x11

I'm getting crazy, i've never had any problem like all of these with all the fedora releases i've tried (1 and 3)...
Reply With Quote
  #9  
Old 13th July 2005, 09:02 PM
Furball's Avatar
Furball Offline
Registered User
 
Join Date: Jul 2005
Location: Passau, Germany
Age: 33
Posts: 331
Quote:
Originally Posted by spidernik84
The install can't even start because of these missing packages:

Netpbm
xorg-x11-libs

Required by netpbm-progs, xorg-x11-xfs and xorg-x11
What does 'rpm -q netpbm' or 'rpm -q xorg-x11-libs' tell you ?
If you got something like not installed, try as root 'yum install netpbm' to install the missing package. Does that work ? Append any rpm package that is also missing. Then retry the above steps.
__________________

Benjamin Duehring, FORWISS
Universitaet Passau, D-94030 Passau
WWW: http://www.lyxx.de/card
Reply With Quote
  #10  
Old 13th July 2005, 09:27 PM
spidernik84's Avatar
spidernik84 Offline
Registered User
 
Join Date: Mar 2004
Location: Italy
Age: 29
Posts: 35
Quote:
Originally Posted by Furball
What does 'rpm -q netpbm' or 'rpm -q xorg-x11-libs' tell you ?
If you got something like not installed, try as root 'yum install netpbm' to install the missing package. Does that work ? Append any rpm package that is also missing. Then retry the above steps.
To start: thx for your support, much appreciated

Second: they ARE installed...so, wtf is happening? I've installed apt-get but it looks like repos like freshrpms and dag wiers are not ready yet to deploy fc4 stuff :'(
Reply With Quote
  #11  
Old 13th July 2005, 09:50 PM
Furball's Avatar
Furball Offline
Registered User
 
Join Date: Jul 2005
Location: Passau, Germany
Age: 33
Posts: 331
Quote:
Originally Posted by spidernik84
Second: they ARE installed...so, wtf is happening? I've installed apt-get but it looks like repos like freshrpms and dag wiers are not ready yet to deploy fc4 stuff :'(
That does indeed sound wierd. I recommend that you start a new thread covering this topic as it isn't related to font rendering anymore.

But to conclude, the given fedora bci enabled freetype archive is dead for quite a long time so you will have to compile it for yourself. If I'll find another site with a bci enabled freetype binary rpm package I'll post a link here.
__________________

Benjamin Duehring, FORWISS
Universitaet Passau, D-94030 Passau
WWW: http://www.lyxx.de/card
Reply With Quote
  #12  
Old 14th July 2005, 07:43 PM
spidernik84's Avatar
spidernik84 Offline
Registered User
 
Join Date: Mar 2004
Location: Italy
Age: 29
Posts: 35
Thx anyway for your time
Reply With Quote
  #13  
Old 14th July 2005, 10:14 PM
meijer.o Offline
Registered User
 
Join Date: Feb 2005
Location: netherlands
Posts: 61
dear spidernik,

This is how you do it,

Make sure you have the default development packages installd (develepment tools and X software development in Add and remove Packages.

Then:

1) Download the freetype source rpm in the official repository here.

2) Move to the download directyr, and extract the rpm with "rpm -ivh freetype-2.1.4-5.src.rpm"

3) Move to /usr/src/redhat/SPECS, and open freetype.spec with your editor of choice.

4) Change the 1 to a 0 in %define without_bytecode_interpreter 1 and save.

5) Build the rpm with "rpmbuild -bb freetype.spec". Note that this depends on the XFree86-devel package, so install it if you get errors.

6) Move to /usr/src/redhat/RPMS/i386/. The packages should be there. Do a "rpm -Uvh --force freetype-2.1.4-5.i386.rpm". I installed the devel package too, but I'm not sure if that's necessary.

7) Now just restart X, and your fonts should be crisper and better-proportioned :-)

Install microsoft fonts.

If you do not manage, I can send you a RPM for fedora 4, fonts will be alike in windows XP.

Otto
Reply With Quote
  #14  
Old 15th July 2005, 12:20 PM
spidernik84's Avatar
spidernik84 Offline
Registered User
 
Join Date: Mar 2004
Location: Italy
Age: 29
Posts: 35
Quote:
Originally Posted by meijer.o
dear spidernik,

This is how you do it,

Make sure you have the default development packages installd (develepment tools and X software development in Add and remove Packages.
This is exactly the problem...as u can read above, i've got serious problems installing development stuff
Quote:
If you do not manage, I can send you a RPM for fedora 4, fonts will be alike in windows XP.

Otto
Oh man, you would make me a great favour...i'm getting very tired of all this :S
Reply With Quote
  #15  
Old 15th July 2005, 08:50 PM
meijer.o Offline
Registered User
 
Join Date: Feb 2005
Location: netherlands
Posts: 61
here it comes, I hope I can upload it,

Please disable graphical boot before trying. Otherwise the boot process might hang.

Kind regards
Attached Files
File Type: gz freetype-2.1.9-2.i386.rpm.tar.gz (778.1 KB, 342 views)

Last edited by meijer.o; 15th July 2005 at 08:57 PM.
Reply With Quote
Reply

Tags
antialiasing, fonts, rendering, uglywithout

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Fed up with ugly fonts stevouch Using Fedora 4 19th December 2008 10:53 AM
Qt4 ugly font rendering cucio Using Fedora 9 4th December 2008 12:50 PM
Running FC5 on Laptop ugly fonts with firefox and Oo scorbel Using Fedora 0 22nd May 2006 10:06 PM


Current GMT-time: 08:02 (Tuesday, 21-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat