Re: fonts problem

2007-02-26 Thread Huub
Make a .fonts directory in your home directory and add some fonts to it. If you have a windows xp system you could copy the fonts. Then you need to run these commands # mkfontscale /home/your ~ directory/.fonts # mkfontdir /home/your ~ directory/.fonts # fc-cache -v /home/your ~ directory/.font

Re: Not receiving mailing lists

2007-02-26 Thread Bryan Berch
Matthew Dillon wrote: : :For the last 2 days I have not received any mail from the mailing :lists. Is there a problem or is it on my end? : :Bryan I took a look at the mail logs. It looks like your mail gateway was down for three days. The error counter wasn't supposed to disable

Re: Not receiving mailing lists

2007-02-26 Thread Matthew Dillon
: :For the last 2 days I have not received any mail from the mailing :lists. Is there a problem or is it on my end? : :Bryan I took a look at the mail logs. It looks like your mail gateway was down for three days. The error counter wasn't supposed to disable the address but it loo

Re: fonts problem

2007-02-26 Thread Ezra Drummond
On Mon, 26 Feb 2007 06:58:34 +0100 Huub <"v.niekerk at hccnet.nl"@crater.dragonflybsd.org> wrote: > Hi, > > I just installed OpenOffice.org 2.1 and RealPlayer, but they report to > have problems with fonts. At first, they couldn't find any fonts file, > so I copied those from NetBSD and put the

Re: Not receiving mailing lists

2007-02-26 Thread Simon 'corecode' Schubert
Bryan Berch wrote: For the last 2 days I have not received any mail from the mailing lists. Is there a problem or is it on my end? Definitely on your end. Several mails on different lists here. cheers simon -- Serve - BSD +++ RENT this banner advert +++ASCII Ribbon /"\ Work - M

Not receiving mailing lists

2007-02-26 Thread Bryan Berch
For the last 2 days I have not received any mail from the mailing lists. Is there a problem or is it on my end? Bryan

Re: wiki log of #dragonfly irc channel

2007-02-26 Thread Matthew Dillon
:It was coming from Andreas Hauser's IRC bot, which he has taken out of :commission. We're moving the wiki to sit on leaf, and a new logging bot :would have to sit on leaf to reinstate that log there. I have no :experience in setting up something like that. (It's Matt's call if he :even wants t

Re: Drivers of DF

2007-02-26 Thread Matthew Dillon
:I am interested in architecture of DF and it's driver compatibility. So :I HAVE TO ask stupid questions... ;-) : :Are driver binaries of older versions of DF kernels compatible to newer :versions? : :-- :Tero Mäntyvaara Nope. -Matt

Re: Drivers of DF

2007-02-26 Thread Tero Mäntyvaara
So driver have to be modified for every new release, possibly two times per year? Isn't this a problem? How long a release is bug-fixed? Until new release? Simon 'corecode' Schubert wrote: > Tero Mäntyvaara wrote: >> Are driver binaries of older versions of DF kernels compatible to newer >> versio

Re: fonts problem

2007-02-26 Thread Huub
Add some font pathes to emul/linux/etc/fontconfig/local.conf and/or fonts.conf (the former more correct, the latter easier) Joerg I only have local.conf.instsys in /usr/pkg/emul/linux/etc/fonts. And that says: And how do I know what font pathes I should use?

Re: Drivers of DF

2007-02-26 Thread Simon 'corecode' Schubert
Tero Mäntyvaara wrote: Are driver binaries of older versions of DF kernels compatible to newer versions? no. drivers are only source-level compatible within one release. APIs are free to change between releases. ABI compatibility is given also only for releases. cheers simon -- Serve -

Re: fonts problem

2007-02-26 Thread Joerg Sonnenberger
On Mon, Feb 26, 2007 at 06:58:34AM +0100, Huub wrote: > I just installed OpenOffice.org 2.1 and RealPlayer, but they report to > have problems with fonts. Add some font pathes to emul/linux/etc/fontconfig/local.conf and/or fonts.conf (the former more correct, the latter easier) Joerg

Drivers of DF

2007-02-26 Thread Tero Mäntyvaara
I am interested in architecture of DF and it's driver compatibility. So I HAVE TO ask stupid questions... ;-) Are driver binaries of older versions of DF kernels compatible to newer versions? -- Tero Mäntyvaara