Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
xft - not available !!???
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
H-Dragon
Guru
Guru


Joined: 22 Oct 2002
Posts: 547

PostPosted: Tue Oct 29, 2002 10:16 am    Post subject: xft - not available !!??? Reply with quote

i emerged gnome after successfully having installed gentoo 1.4. about 4 days ago. so i should have the newest stuff. yet i don't have a XftConfig file in /etc/..... nor anywhere else (except a link)
and emerge ...xft (the lib) says it is masked (what does that mean?)
anyway... i am running gnome at the moment with
export GDK_USE_XFT=0 in my gnome sessions file (etc/X11/Sessions/Gnome)

what's wrong?????
Back to top
View user's profile Send private message
tirantloblanc
Apprentice
Apprentice


Joined: 22 Oct 2002
Posts: 179
Location: Barcelona, ES

PostPosted: Tue Oct 29, 2002 12:23 pm    Post subject: Re: xft - not available !!??? Reply with quote

H-Dragon wrote:
i emerged gnome after successfully having installed gentoo 1.4. about 4 days ago. so i should have the newest stuff. yet i don't have a XftConfig file in /etc/..... nor anywhere else (except a link)
and emerge ...xft (the lib) says it is masked (what does that mean?)
anyway... i am running gnome at the moment with
export GDK_USE_XFT=0 in my gnome sessions file (etc/X11/Sessions/Gnome)

what's wrong?????


I think you dont need Xftconfig anymore... now you have /etc/fonts/fonts.conf
Back to top
View user's profile Send private message
mgirard
n00b
n00b


Joined: 30 Jul 2002
Posts: 64

PostPosted: Tue Oct 29, 2002 2:30 pm    Post subject: Reply with quote

I had trouble with this as well. Here is what I discovered in another thread (https://forums.gentoo.org/viewtopic.php?t=19194):

Quote:
In addition, there isn't a /etc/X11/XftConfig ... just a symlink to the missing file under /usr/X11R6/lib/X11/XftConfig. I had to copy /usr/portage/x11-base/xfree/files/4.2.1/XftConfig manually.


It seems to have worked for me. Hope it helps!
-Mg
Back to top
View user's profile Send private message
tirantloblanc
Apprentice
Apprentice


Joined: 22 Oct 2002
Posts: 179
Location: Barcelona, ES

PostPosted: Wed Oct 30, 2002 8:44 am    Post subject: Reply with quote

mgirard wrote:
I had trouble with this as well. Here is what I discovered in another thread (https://forums.gentoo.org/viewtopic.php?t=19194):

Quote:
In addition, there isn't a /etc/X11/XftConfig ... just a symlink to the missing file under /usr/X11R6/lib/X11/XftConfig. I had to copy /usr/portage/x11-base/xfree/files/4.2.1/XftConfig manually.


It seems to have worked for me. Hope it helps!
-Mg


I didn't need to copy that file to get AA and truetype fonts, i just configured /etc/fonts/fonts.conf
Back to top
View user's profile Send private message
H-Dragon
Guru
Guru


Joined: 22 Oct 2002
Posts: 547

PostPosted: Wed Oct 30, 2002 9:30 pm    Post subject: Reply with quote

H O W did you configure it?????

i like easy solutions... they're the best... but i am yet new to Gentoo
and are not too experienced with linux as well. i only practice some problem - solving sporadicly.

(thanks)
Back to top
View user's profile Send private message
tirantloblanc
Apprentice
Apprentice


Joined: 22 Oct 2002
Posts: 179
Location: Barcelona, ES

PostPosted: Thu Oct 31, 2002 11:22 pm    Post subject: Reply with quote

I just added the fonts directories:

Code:


        <dir>/usr/share/fonts</dir>
        <dir>~/.fonts</dir>
        <dir>/usr/X11R6/lib/X11/fonts/truetype</dir>
        <dir>/usr/X11R6/lib/X11/fonts/75dpi</dir>
        <dir>/usr/X11R6/lib/X11/fonts/100dpi</dir>
        <dir>/usr/X11R6/lib/X11/fonts/local</dir>
        <dir>/usr/X11R6/lib/X11/fonts/misc</dir>
        <dir>/usr/X11R6/lib/X11/fonts/PEX</dir>
        <dir>/usr/X11R6/lib/X11/fonts/Speedo</dir>
        <dir>/usr/X11R6/lib/X11/fonts/TTF</dir>
        <dir>/usr/X11R6/lib/X11/fonts/Type1</dir>



And uncommented sub-pixel rendering. Nothing more.:

Code:
<!--
  Enable sub-pixel rendering
-->
        <match target="font">
                <edit name="rgba" mode="assign"><const>rgb</const></edit>
        </match>

[/code]
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