LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 07-19-2005, 01:54 PM   #1
mtb
Member
 
Registered: Nov 2002
Location: Italy
Distribution: Linux Mint 17 Xfce
Posts: 295

Rep: Reputation: 30
Ugly fonts in sarge


I have installed sarge and i have crap looking fonts with gtk 1.2 and wx apps.

I have found out that packages gsfonts-x11 is the cause of the crap looking fonts ( for example with dillo, xmms file selection dialog, guitar, audacity menus ).
The problem is that if i uninstall it, for the session fonts become good, then if i restart the X server fonts are still ok but so small that are nearly unreadable. And for example in the audacity level meter and about window, they are extremely blocky.

I have already searched for a similar problem with google and in this problem but actually i haven't found a solution.

Packages installed:
fontconfig
gsfonts
libfontconfig1
libfontconfig1-dev
psfontmgr
ttf-freefont
x-ttcidfont-conf
xfonts-75dpi
xfonts-base
xfonts-scalable
xfonts-terminus

Xserver configuration:
<code>
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
#FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType/"
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
</code>

Thank you in advance.
 
Old 07-19-2005, 02:02 PM   #2
darkleaf
Senior Member
 
Registered: Jun 2004
Location: the Netherlands
Distribution: debian SID
Posts: 2,170

Rep: Reputation: 45
I don't know if it'll work but there is also a package xfonts-100dpi
 
Old 07-19-2005, 02:09 PM   #3
mtb
Member
 
Registered: Nov 2002
Location: Italy
Distribution: Linux Mint 17 Xfce
Posts: 295

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by darkleaf
I don't know if it'll work but there is also a package xfonts-100dpi
I forgot to say that adding this package changes nothing. Thank you anyway for the hint.
 
Old 07-19-2005, 05:09 PM   #4
betrayed
LQ Newbie
 
Registered: Jul 2005
Location: Denver
Distribution: Debian testing/unstable
Posts: 17

Rep: Reputation: 0
have you tried installing a gtk 1.2 theme. That helped a lot with the issues I was having with lets say xmms menus
 
Old 07-19-2005, 07:55 PM   #5
macondo
Senior Member
 
Registered: Jul 2003
Location: Central America
Distribution: Slackwre64-current Devuan
Posts: 1,034

Rep: Reputation: 62
#apt-get -y install x-ttcidfont-conf

In the /etc/X11/XF86Config-4 file, add these 2 lines at the beginning:

FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"

make sure the following line is last in the list:

FontPath "/usr/lib/X11/fonts/Type1"

The end result should look like this:

Section "Files"
FontPath "unix/:7100" #local font server
# if the local font server has problems, we can fall back on these
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
FontPath "/usr/lib/X11/fonts/Type1"
EndSection

#reboot

Last edited by macondo; 07-19-2005 at 08:00 PM.
 
Old 07-24-2005, 04:10 AM   #6
mtb
Member
 
Registered: Nov 2002
Location: Italy
Distribution: Linux Mint 17 Xfce
Posts: 295

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by betrayed
have you tried installing a gtk 1.2 theme. That helped a lot with the issues I was having with lets say xmms menus
Tried this too .

Quote:
Originally posted by macondo
#apt-get -y install x-ttcidfont-conf

In the /etc/X11/XF86Config-4 file, add these 2 lines at the beginning:

FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"

make sure the following line is last in the list:

FontPath "/usr/lib/X11/fonts/Type1"

The end result should look like this:
...
Thank you.
x-ttcidfont is installed but i'll touch the XF86Config-4 in order to make the changes.
Now i have launched the ppp from a terminal in X so i'll try later.

With sarge in testing state ( i have installed it on another pc and still haven't upgraded ) this step wasn't needed.

Anyway reboot isn't needed ( rebooting in linux is almost never needed ), it's enought to kill the xserver ( ctrl + alt + backspace ), and a new startx.
 
Old 07-25-2005, 03:29 PM   #7
mtb
Member
 
Registered: Nov 2002
Location: Italy
Distribution: Linux Mint 17 Xfce
Posts: 295

Original Poster
Rep: Reputation: 30
I have tried this way too, but the directory /var/lib/defoma/x-ttcidfont-conf.d/dirs/CID is empty, and nothing changes .
Does someone with Sarge stable and a good looking fonts in gtk 1.2 apps can post his fonts-related packages ( e.g. with dpkg --get-selections |grep -i font ) and/or XF86Config-4 ?
 
Old 07-25-2005, 04:12 PM   #8
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,885
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
craig@moses:~$ dpkg --get-selections |grep -i font
cmatrix-xfont
fix-fonts
fontconfig
fonts-ttf-decoratives
fonts-ttf-west-european
gsfonts
gsfonts-x11
latex-xft-fonts
libfontconfig1
libfontconfig1-dev
mplayer-fonts
msttcorefonts
psfontmgr
ttf-freefont
tv-fonts
unifont
x-ttcidfont-conf
xfonts-100dpi
xfonts-100dpi-transcoded
xfonts-75dpi
xfonts-75dpi-transcoded
xfonts-artwiz
xfonts-base
xfonts-base-transcoded
xfonts-bolkhov-cp1251-75dpi
xfonts-bolkhov-cp1251-misc
xfonts-dosemu
xfonts-efont-unicode
xfonts-intl-european
xfonts-konsole
xfonts-scalable
xfonts-terminus
xfonts-terminus-dos
xfonts-x3270-misc

I run Sid with XFree86, but I don't see where the difference with fonts would be. My fonts look as good as they did when I ran windows.
 
Old 07-26-2005, 01:56 PM   #9
mtb
Member
 
Registered: Nov 2002
Location: Italy
Distribution: Linux Mint 17 Xfce
Posts: 295

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by craigevil
craig@moses:~$ dpkg --get-selections |grep -i font
...
I run Sid with XFree86, but I don't see where the difference with fonts would be. My fonts look as good as they did when I ran windows.
Thank you, i'll try to install all the fonts you have.

When they looked good, they were as good as windows one with gtk 1.2 / lesstiff apps, and better for other apps.
 
Old 07-27-2005, 09:52 AM   #10
juanjavier_xxx
Member
 
Registered: Aug 2004
Location: Madrid, Spain
Distribution: Debian stable.
Posts: 186

Rep: Reputation: 31
Re: Ugly fonts in sarge

Quote:
Originally posted by mtb
(...) then if i restart the X server fonts are still ok but so small that are nearly unreadable.
I myself had an issue that in a sense looked barely like yours....

http://www.linuxquestions.org/questi...hreadid=335833

....maybe this is a silly post, but it may help you...I hope.

Greetings,

JuanJavier.
 
Old 07-28-2005, 01:19 PM   #11
mtb
Member
 
Registered: Nov 2002
Location: Italy
Distribution: Linux Mint 17 Xfce
Posts: 295

Original Poster
Rep: Reputation: 30
Thank you a lot, craigevil: problem solved!

I'll take a look also to the thread pointed out.

I haven't still checked what is the package that has solved the problem, anyway now i have these fonts and everything is ok .
Soon or later i'll try to uninstall some of them in order to have a minimal but perfectly working install ( already did it with cyrillic and eastern european fonts ).

fontconfig
gsfonts
gsfonts-x11
latex-xft-fonts
libfontconfig1
libfontconfig1-dev
psfontmgr
ttf-freefont
unifont
x-ttcidfont-conf
xfonts-100dpi
xfonts-100dpi-transcoded
xfonts-75dpi
xfonts-75dpi-transcoded
xfonts-artwiz
xfonts-base
xfonts-base-transcoded
xfonts-dosemu
xfonts-intl-european
xfonts-konsole
xfonts-scalable
xfonts-terminus
xfonts-terminus-dos
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ugly Fonts?! CaseMillennium Mandriva 1 03-25-2005 09:52 AM
Ugly fonts? MATJA_KAE_92 Mandriva 12 10-08-2004 05:08 PM
Fonts really ugly saiz66 Slackware 3 06-19-2004 09:25 PM
Open Office fonts look ugly (and print ugly too) TheOneAndOnlySM Linux - Software 6 10-17-2003 07:12 PM
Ugly fonts Paul E Slackware 6 04-12-2003 09:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

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

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