LinuxQuestions.org
Review your favorite Linux distribution.
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 10-23-2004, 02:05 PM   #1
mehlkelm
Member
 
Registered: Apr 2003
Location: Basel, Switzerland
Distribution: Ubuntu, OS X
Posts: 77

Rep: Reputation: 15
defoma & font servers ... confusion


hi everybody

i have some questions about fonts and font servers in debian. maybe someone can relief my confusion.

Is defoma a font server, like xfs?
How do different font servers behave, if there is more than one installed? (eg. xfs and a truetype server)
Or is defoma doing something else than xfs and I need both at the same time?
I configured manually some fonts and font paths without knowing about defoma, could this cause some unexpected behavior I see? (not very bad, though)

Thanks if someone could clarify one or more questions. I have edited too many files for today

stefan
 
Old 10-23-2004, 02:41 PM   #2
macondo
Senior Member
 
Registered: Jul 2003
Location: Central America
Distribution: Slackwre64-current Devuan
Posts: 1,034

Rep: Reputation: 62
macondo@debian:~$ apt-cache show defoma
Package: defoma
Priority: optional
Section: admin
Installed-Size: 500
Maintainer: Angus Lees <gus@debian.org>
Architecture: all
Version: 0.11.8-0.1
Depends: whiptail | dialog, file, perl (>= 5.6.0-16)
Recommends: libft-perl
Suggests: defoma-doc, psfontmgr, x-ttcidfont-conf, dfontmgr
Conflicts: defoma-x, defoma-ps, defoma-gs, psfontmgr (<< 0.5.0), x-ttcidfont-conf (<< 5), dfontmgr (<< 0.10.0)
Filename: pool/main/d/defoma/defoma_0.11.8-0.1_all.deb
Size: 77922
MD5sum: d11d7b51189fd81e48d6ef9f317d7b1d
Description: Debian Font Manager -- automatic font configuration framework
Defoma, which stands for DEbian FOnt MAnager, provides a framework
for automatic font configuration. An application whose configuration
of fonts usually requires manual intervention can automate the
process through Defoma, by installing a Defoma-configuration
script. The script gets called whenever a font is installed and
removed, so that the script may update the application configuration.

"How do different font servers behave, if there is more than one installed? (eg. xfs and a truetype server)
Or is defoma doing something else than xfs and I need both at the same time?"

There is no problem with different servers.

Follow the instructions for better fonts:
http://egads.ertius.org/~rob/font_guide.txt

Read the sticky at the top of the forum page:
Debian Configuration Post-install

it might answer other questions.
.

Last edited by macondo; 10-23-2004 at 02:44 PM.
 
Old 10-23-2004, 03:07 PM   #3
Dead Parrot
Senior Member
 
Registered: Mar 2004
Distribution: Debian GNU/kFreeBSD
Posts: 1,597

Rep: Reputation: 46
I haven't read too much about defoma (there's defoma-doc package in case you're interested) but, as far as I've understood, defoma is not font server and it doesn't conflict with any actual font servers you may want to use. Instead, defoma is a framework for automatically registering and configuring fonts that you install and also fonts that are shipped with the apps that you install.

You can enable or disable defoma by running (as root) "dpkg-reconfigure libpango1.0-common". Disabling defoma simply means that you must register and configure yourself all the fonts that you install. If you suspect that you've misconfigured some fonts and you want defoma to reconfigure all your fonts, you can use (as root) the command "defoma-reconfigure -f".

There's also a GUI frontend for defoma, dfontmgr, which you can install if you want to. dfontmgr should make it easy to configure individual fonts inside defoma framework. Hope this helps.

Last edited by Dead Parrot; 10-23-2004 at 03:20 PM.
 
Old 10-24-2004, 03:27 PM   #4
mehlkelm
Member
 
Registered: Apr 2003
Location: Basel, Switzerland
Distribution: Ubuntu, OS X
Posts: 77

Original Poster
Rep: Reputation: 15
thanks a lot, both posts helped understanding some things.

defoma helps to register fonts... is this the same like manually cp the font in a directory that is in one of the lines in FontPath of XF86Config-4?
Or does it more?
(how can i view defoma-doc? i have it installed, but there is no defoma-doc command)

stefan
 
Old 10-27-2004, 01:21 PM   #5
Dead Parrot
Senior Member
 
Registered: Mar 2004
Distribution: Debian GNU/kFreeBSD
Posts: 1,597

Rep: Reputation: 46
Quote:
how can i view defoma-doc?
I'd suggest that you take a look at /usr/share/doc/ -- it's a very useful directory where you can find documentation for almost all the applications you've installed.
 
Old 10-28-2004, 04:13 PM   #6
michapma
Member
 
Registered: Oct 2003
Location: Zürich
Distribution: Debian
Posts: 537

Rep: Reputation: 39
I'm trying to work with the document that macondo linked. I'd like to install msttcorefonts to see what they look like, whether they are sharper than the Bitstream fonts I have now.

According to
http://packages.debian.org/unstable/...corefonts.html
the package should be available from unstable. However, even though unstable is correctly listed in sources.lst, I get the following result:

# apt-get -t unstable install msttcorefonts
Reading Package Lists... Done
Building Dependency Tree... Done
Package msttcorefonts is not available, but is referred to by another pack age.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package msttcorefonts has no installation candidate

I wouldn't know what to do with the files if I downloaded them from the Debian site I linked above; I don't think I've never installed anything without apt-get in Debian.

What could I be missing here?
 
Old 10-28-2004, 05:11 PM   #7
haimeltjnfg
Member
 
Registered: May 2004
Distribution: debian
Posts: 235

Rep: Reputation: 30
msttcorefonts is in the contrib or non-free section.

you need to append contrib non-free to your sources.list

ie.:
deb ftp://ftp.debian.org/debian/ testing main contrib non-free
 
Old 10-29-2004, 03:37 AM   #8
michapma
Member
 
Registered: Oct 2003
Location: Zürich
Distribution: Debian
Posts: 537

Rep: Reputation: 39
Hrmm. Yeah, I guess that would do it!
 
Old 03-16-2005, 09:37 AM   #9
R00ts
Member
 
Registered: Mar 2004
Location: Austin TX, USA
Distribution: Ubuntu 11.10, Fedora 16
Posts: 547

Rep: Reputation: 30
Man I wish I would have found this thread 5 days ago! I have been really struggling getting Japanese to display correctly. I had gotten as far as getting Hiragana and Katakana to display, but Kanji would not. I made a couple slight changes to my font paths in my XF86Config-4 file and installed the list of recommended non-roman fonts and now it works great. I'm glad that nightmare of foreign language support is now over.
 
Old 03-27-2005, 11:23 AM   #10
R00ts
Member
 
Registered: Mar 2004
Location: Austin TX, USA
Distribution: Ubuntu 11.10, Fedora 16
Posts: 547

Rep: Reputation: 30
Is there an easy way to select default fonts using defoma? I have numerous Japanese fonts installed but the one it uses is one that is highly artistic and more difficult to ready.
 
  


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
User & group permission confusion A32 Linux - Newbie 12 08-31-2014 07:46 PM
modprobe & dhcp confusion argonian Slackware 5 08-23-2005 03:32 PM
Defoma? someone247356 Debian 1 08-16-2004 04:47 PM
CUPS & Localhost Confusion anaylo Linux - Networking 1 02-08-2004 08:28 AM
DHCP & Static IP Confusion! MikHud Linux - Networking 1 01-12-2002 05:03 AM

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

All times are GMT -5. The time now is 07:48 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