Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
mozilla 1.4 -- menu fonts look like crap
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
pathwalker
n00b
n00b


Joined: 18 Jul 2003
Posts: 26

PostPosted: Fri Jul 18, 2003 4:30 pm    Post subject: mozilla 1.4 -- menu fonts look like crap Reply with quote

Hello,

This is my first full day using Gentoo, after spending a day getting it running. My only complaint is that the menu fonts in mozilla aren't anti-aliased. The email messages are, and web pages are, but the menu fonts are not.

s there something I need to to to get Mozilla to use Xft, or something else? Font wizards, help!!!
Back to top
View user's profile Send private message
dgrant
Apprentice
Apprentice


Joined: 28 May 2003
Posts: 158
Location: Vancouver, BC, Canada

PostPosted: Fri Jul 18, 2003 5:42 pm    Post subject: Reply with quote

Two things:

1) When you install Mozilla, do:

emerge -vp mozilla

and look at the flags. You should see something like:

[ebuild R ] net-www/mozilla-1.4 +java +crypt -ipv6 -gtk2 +ssl -ldap -gnome -mozsvg -mozcalendar -mozaccess -mozp3p -mozxmlterm -moznoirc -moznomail -moznocompose -moznoxft

This is correct for having xft support. If you had USE="moznoxft" set, then you wouldn't have xft support.

2) Check the fonts in the mozilla preferences. I think the menu fonts won't change until you restart mozilla, but I can't remember. I have mine set to sans-serif and they look great!
Back to top
View user's profile Send private message
masseya
Bodhisattva
Bodhisattva


Joined: 17 Apr 2002
Posts: 2602
Location: Baltimore, MD

PostPosted: Fri Jul 18, 2003 5:43 pm    Post subject: Reply with quote

Moved from Desktop Environments. Please try searching next time. There are gobs of posts on the forums about menu font tweaks in mozilla. I'm sure you'll be able to get them up and running nicely in no time! :-)
_________________
if i never try anything, i never learn anything..
if i never take a risk, i stay where i am..
Back to top
View user's profile Send private message
masseya
Bodhisattva
Bodhisattva


Joined: 17 Apr 2002
Posts: 2602
Location: Baltimore, MD

PostPosted: Fri Jul 18, 2003 8:36 pm    Post subject: Reply with quote

Moving back to Desktop Envinronments because pathwalker has been unable to find a solution in the mass of threads about Mozilla menu fonts. Hopefully, someone will find a way to get this working for him.
_________________
if i never try anything, i never learn anything..
if i never take a risk, i stay where i am..
Back to top
View user's profile Send private message
Konsti
l33t
l33t


Joined: 10 Dec 2002
Posts: 691

PostPosted: Fri Jul 18, 2003 9:33 pm    Post subject: Re: mozilla 1.4 -- menu fonts look like crap Reply with quote

You have to provide much more of information to make us able to help you.

Is your mozilla compiled with gtk1.2 or gtk2?
I think a post of
Code:
ldd /usr/lib/mozilla/mozilla-bin
could help here.
I am curious wether libgtk2 or/and libxft are included.

Konsti
Back to top
View user's profile Send private message
pathwalker
n00b
n00b


Joined: 18 Jul 2003
Posts: 26

PostPosted: Mon Jul 21, 2003 12:10 pm    Post subject: ldd /usr/lib/mozilla/mozilla-bin Reply with quote

bash-2.05b$ ldd /usr/lib/mozilla/mozilla-bin
libmozjs.so => /usr/lib/mozilla/libmozjs.so (0x40021000)
libplds4.so => /usr/lib/mozilla/libplds4.so (0x400a0000)
libplc4.so => /usr/lib/mozilla/libplc4.so (0x400a3000)
libnspr4.so => /usr/lib/mozilla/libnspr4.so (0x400a8000)
libpthread.so.0 => /lib/libpthread.so.0 (0x400dc000)
libdl.so.2 => /lib/libdl.so.2 (0x4012c000)
libgtk-1.2.so.0 => /usr/lib/libgtk-1.2.so.0 (0x4012f000)
libgdk-1.2.so.0 => /usr/lib/libgdk-1.2.so.0 (0x4028e000)
libgmodule-1.2.so.0 => /usr/lib/libgmodule-1.2.so.0 (0x402c8000)
libglib-1.2.so.0 => /usr/lib/libglib-1.2.so.0 (0x402cb000)
libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x402f1000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x402f9000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40309000)
libm.so.6 => /lib/libm.so.6 (0x403eb000)
libstdc++.so.5 => /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/libstdc++.so.5 (0x4040e000)
libgcc_s.so.1 => /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/libgcc_s.so.1 (0x404d9000)
libc.so.6 => /lib/libc.so.6 (0x404e1000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
bash-2.05b$
Back to top
View user's profile Send private message
Konsti
l33t
l33t


Joined: 10 Dec 2002
Posts: 691

PostPosted: Mon Jul 21, 2003 3:38 pm    Post subject: Re: ldd /usr/lib/mozilla/mozilla-bin Reply with quote

pathwalker wrote:
bash-2.05b$ ldd /usr/lib/mozilla/mozilla-bin

libgtk-1.2.so.0 => /usr/lib/libgtk-1.2.so.0 (0x4012f000)

bash-2.05b$


So, as a shoot in the dark I suggest you do an
Code:
env USE="-gtk gtk2" mozilla
to see after an hour AAed menu fonts 8)

K
Back to top
View user's profile Send private message
pathwalker
n00b
n00b


Joined: 18 Jul 2003
Posts: 26

PostPosted: Mon Jul 21, 2003 6:16 pm    Post subject: thank you Reply with quote

that was 100% correct.

Now, onto getting my onboard intel 8x0 sound card to work...

*sigh*

:-)
Back to top
View user's profile Send private message
Droopdude
n00b
n00b


Joined: 08 Aug 2003
Posts: 48

PostPosted: Sun Aug 10, 2003 12:57 am    Post subject: Reply with quote

Quote:
So, as a shoot in the dark I suggest you do an

Code:

env USE="-gtk gtk2" mozilla

to see after an hour AAed menu fonts

K


I understand what this implies, but I am unsure were it is used. Is this append to an emerge, or added to make.conf, or ...?
Back to top
View user's profile Send private message
pathwalker
n00b
n00b


Joined: 18 Jul 2003
Posts: 26

PostPosted: Mon Aug 11, 2003 12:15 pm    Post subject: Reply with quote

you can put it in make.conf, or you can do:

USE="gtk2 -gtk" emerge mozilla
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