Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Cyrillic fonts with mozilla problem.
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
raulassis
n00b
n00b


Joined: 07 Jul 2003
Posts: 26
Location: Lisbon, Portugal

PostPosted: Thu Jul 24, 2003 9:55 am    Post subject: Cyrillic fonts with mozilla problem. Reply with quote

Hi there,
Here is my issue: When I open a cyrillic encoded page like www.dir.bg, the cyrillic characters are all grabbled. I tried all the cyrillic encodings available and the result was the same. Then someone suggested to install Windows true type fonts in X. I did that but the problem still persists. Then I found in /usr/X11R6/lib/X11/fonts/cyrillic a bunch of cyrillic fonts. I went to install them and nothing. Still mozilla can't render correctly the cyrillic fonts. I've done also a google search with no luck.
I get pissed off everytime I have to go back to M$ Windows just to open cyrillic sites.
Can someone suggest me a solution?
Back to top
View user's profile Send private message
kahcepb
n00b
n00b


Joined: 08 Apr 2003
Posts: 34

PostPosted: Thu Jul 24, 2003 10:37 am    Post subject: question Reply with quote

Quote:
Then I found in /usr/X11R6/lib/X11/fonts/cyrillic a bunch of cyrillic fonts. I went to install them and nothing.Still mozilla can't render correctly the cyrillic fonts. I've done also a google search with no luck.
Are these fonts availble in moz (can you see some (or any) of TTFonts you installed in fc-list output)?
Back to top
View user's profile Send private message
raulassis
n00b
n00b


Joined: 07 Jul 2003
Posts: 26
Location: Lisbon, Portugal

PostPosted: Thu Jul 24, 2003 7:16 pm    Post subject: Reply with quote

No they aren't. I begin to suspect that xfs is not being used at all.
Back to top
View user's profile Send private message
kahcepb
n00b
n00b


Joined: 08 Apr 2003
Posts: 34

PostPosted: Fri Jul 25, 2003 6:07 am    Post subject: i see... Reply with quote

pls post your XF86Config-4 and XftConfig (i don't see any reason for using xfs for local X)
Back to top
View user's profile Send private message
raulassis
n00b
n00b


Joined: 07 Jul 2003
Posts: 26
Location: Lisbon, Portugal

PostPosted: Fri Jul 25, 2003 9:57 am    Post subject: Reply with quote

I've tried all possible configurations: Added FontPath to the fonts in XF86Config, disabled xfs, restarted X server, added dir path to XftConfig, etc.
Also, I couldn't find any decent documentation on the issue, so for now I'm giving up of the cyrillic fonts.
Back to top
View user's profile Send private message
svyatogor
Retired Dev
Retired Dev


Joined: 13 Feb 2003
Posts: 186
Location: Kingdom of Kells

PostPosted: Fri Jul 25, 2003 10:25 am    Post subject: Reply with quote

Hey, well another guy with mozilla+cyrillic problem ;)

First of all, does mozilla open ofther cyrillic pages correctly?
Secondly: try to run (as root) fc-cache -v
If that does NOT help, then reemerge fontconfig.

Please let me know if it helps, cause I am trying to solve the simmilar problem for bug #24761
Back to top
View user's profile Send private message
kahcepb
n00b
n00b


Joined: 08 Apr 2003
Posts: 34

PostPosted: Fri Jul 25, 2003 4:00 pm    Post subject: 2svyatogor:addtition Reply with quote

better use
Code:
#fc-cache -fv

this will process directories with apparently valid caches which are skipped with
Code:
#fc-cache -v


good luck! :)
Back to top
View user's profile Send private message
raulassis
n00b
n00b


Joined: 07 Jul 2003
Posts: 26
Location: Lisbon, Portugal

PostPosted: Mon Jul 28, 2003 9:53 am    Post subject: Reply with quote

Thanks guys. I'll try your suggestion tonight. I'll post the results in this thread. By the way, to reinstall fontconfig I have to "emerge -c fontconfig" and then "emerge fontconfig"?
Back to top
View user's profile Send private message
svyatogor
Retired Dev
Retired Dev


Joined: 13 Feb 2003
Posts: 186
Location: Kingdom of Kells

PostPosted: Mon Jul 28, 2003 10:10 am    Post subject: Reply with quote

raulassis wrote:
Thanks guys. I'll try your suggestion tonight. I'll post the results in this thread. By the way, to reinstall fontconfig I have to "emerge -c fontconfig" and then "emerge fontconfig"?


emerge fontconfig will do it. But *please* try my syggestion with fc-cashe command first, cause I really need to know wether that helps.
Back to top
View user's profile Send private message
raulassis
n00b
n00b


Joined: 07 Jul 2003
Posts: 26
Location: Lisbon, Portugal

PostPosted: Mon Jul 28, 2003 9:57 pm    Post subject: Reply with quote

fc-cache -v didn't work at all.
emerge fontconfig worked like a sharm ;-)

Thanks to all.
Back to top
View user's profile Send private message
kahcepb
n00b
n00b


Joined: 08 Apr 2003
Posts: 34

PostPosted: Tue Jul 29, 2003 5:06 am    Post subject: Reply with quote

well...bug is still opened...will bootstrap new box to find solution...давно собирался это сделать :)
Back to top
View user's profile Send private message
raulassis
n00b
n00b


Joined: 07 Jul 2003
Posts: 26
Location: Lisbon, Portugal

PostPosted: Tue Jul 29, 2003 1:33 pm    Post subject: Reply with quote

One more question: Can I disable xfs from running in the default runlevel?
Back to top
View user's profile Send private message
svyatogor
Retired Dev
Retired Dev


Joined: 13 Feb 2003
Posts: 186
Location: Kingdom of Kells

PostPosted: Tue Jul 29, 2003 1:50 pm    Post subject: Reply with quote

raulassis wrote:
One more question: Can I disable xfs from running in the default runlevel?

Of course: rc-update del xfs default
Note: Don't forget to specify correct FontPath's in XF86Config!
Back to top
View user's profile Send private message
raulassis
n00b
n00b


Joined: 07 Jul 2003
Posts: 26
Location: Lisbon, Portugal

PostPosted: Fri Aug 01, 2003 9:54 am    Post subject: Reply with quote

I though FontPaths in XF86Config were only read by xfs, not fontconfig. I though fontconfig read the font paths from /etc/fonts/font.conf . What a mess :-(
Back to top
View user's profile Send private message
svyatogor
Retired Dev
Retired Dev


Joined: 13 Feb 2003
Posts: 186
Location: Kingdom of Kells

PostPosted: Fri Aug 01, 2003 9:59 am    Post subject: Reply with quote

raulassis wrote:
I though FontPaths in XF86Config were only read by xfs, not fontconfig. I though fontconfig read the font paths from /etc/fonts/font.conf . What a mess :-(


xfs reads fontpath in /etc/X11/fs/config. Xfree gets access to xfs when you set FontPath "unix/:-1". If you don't use xfs, then you don't set this unix/:-1, but instead specify FonPath's for every font dir.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum