Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Desktop Environments
  • Search

Gentoo font help pleas!!!!!!

Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
Post Reply
Advanced search
14 posts • Page 1 of 1
Author
Message
MonkeyMartin
Apprentice
Apprentice
Posts: 272
Joined: Wed Mar 19, 2003 6:56 am
Location: Canada

Gentoo font help pleas!!!!!!

  • Quote

Post by MonkeyMartin » Fri Nov 07, 2003 1:28 am

I want to install some nice fonts

I know nothing about how to setup fonts in linux

i am using fluxbox

the fluxbox website tells me to use artwiz

should I use this if so how do i get it to work

I am a noobe
Thanks
Top
QPegasus
n00b
n00b
User avatar
Posts: 42
Joined: Sat Sep 27, 2003 10:58 pm

  • Quote

Post by QPegasus » Fri Nov 07, 2003 2:25 am

"emerge artwiz-fonts" should install them fine. I dont think you need to edit anything, but I might be wrong.

I'd also suggest the MS core fonts. Websites look much better with them installed. :)

They're masked however, so:

ACCEPT_KEYWORDS="~x86" emerge corefonts

To search for others you might want:

emerge -s fonts

...will search for packages with "fonts" in their name.
Top
MonkeyMartin
Apprentice
Apprentice
Posts: 272
Joined: Wed Mar 19, 2003 6:56 am
Location: Canada

  • Quote

Post by MonkeyMartin » Fri Nov 07, 2003 2:30 am

thanks for the serch tip

how do i use them after i install them
Thanks
Top
eolson
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 96
Joined: Fri Sep 12, 2003 12:04 am
Location: Colorado

  • Quote

Post by eolson » Fri Nov 07, 2003 2:33 am

i'm pretty sure you have to add them to your /etc/X11/XF86Config file

near the top there will be FontPath lines

add a new one for

Code: Select all

    FontPath   "/usr/share/fonts/corefonts/"
and repeat for every font you install

restart X
Top
MonkeyMartin
Apprentice
Apprentice
Posts: 272
Joined: Wed Mar 19, 2003 6:56 am
Location: Canada

  • Quote

Post by MonkeyMartin » Fri Nov 07, 2003 3:17 am

I put

Code: Select all

 FontPath  "/usr/share/fonts/artwiz" 


in my /etc/X11/XF86Config file

now what do i do
Thanks
Top
Stu L Tissimus
Veteran
Veteran
User avatar
Posts: 1339
Joined: Sun Jun 08, 2003 2:38 pm
Location: NJ, 5 minutes from NYC

  • Quote

Post by Stu L Tissimus » Fri Nov 07, 2003 3:20 am

Ya use them ^_^
old outdated sig
Top
MonkeyMartin
Apprentice
Apprentice
Posts: 272
Joined: Wed Mar 19, 2003 6:56 am
Location: Canada

  • Quote

Post by MonkeyMartin » Fri Nov 07, 2003 3:25 am

how do i use them
Thanks
Top
gyaikhom
n00b
n00b
User avatar
Posts: 19
Joined: Sun Jul 06, 2003 12:05 am
Location: Edinburgh

  • Quote

Post by gyaikhom » Fri Nov 07, 2003 4:06 am

After you make the changes in the /etc/X11/XF86Config, setting the appropriate font path as stated in previous postings, you have to restart the xfs.

$ /etc/init.d/xfs restart

Now, on any application which uses fonts, the new fonts will be usable. Say, Open Office for example. That simple :lol:
Top
MonkeyMartin
Apprentice
Apprentice
Posts: 272
Joined: Wed Mar 19, 2003 6:56 am
Location: Canada

  • Quote

Post by MonkeyMartin » Fri Nov 07, 2003 4:34 am

I am still having problems

this is what I did

Code: Select all

 emerge artwiz-fonts 

Code: Select all

nano -w /etc/X11/XF86Config
added

Code: Select all

FontPath "/usr/share/fonts/artwiz"
restarted X server with

Code: Select all

/etc/init.d/xfs restart
now when i use Mozilla i should be able to change the fonts. Don't see anything that has changed their are no new fonts to choose from

I would like to use the fonts with fluxbox
Thanks
Top
swimmer
Veteran
Veteran
User avatar
Posts: 1330
Joined: Mon Jul 15, 2002 10:42 am
Location: Netherlands

  • Quote

Post by swimmer » Fri Nov 07, 2003 11:13 am

MonkeyMartin wrote:I am still having problems

this is what I did

Code: Select all

 emerge artwiz-fonts 

Code: Select all

nano -w /etc/X11/XF86Config
added

Code: Select all

FontPath "/usr/share/fonts/artwiz"
restarted X server with

Code: Select all

/etc/init.d/xfs restart
now when i use Mozilla i should be able to change the fonts. Don't see anything that has changed their are no new fonts to choose from

I would like to use the fonts with fluxbox
Hi MonkeyMartin,

if you use xfs you should put the FontPath in /etc/X11/fs/config as well and after that restart xfs and X ...

Success
Stefan
Top
monotux
l33t
l33t
User avatar
Posts: 751
Joined: Tue Sep 09, 2003 4:18 pm
Location: Stockholm, Sweden
Contact:
Contact monotux
Website

  • Quote

Post by monotux » Fri Nov 07, 2003 3:20 pm

you can always check out the other fonts that are available.

Code: Select all

cd /usr/portage/media-fonts/
:-)
Computer science is no more about computers than astronomy is about telescopes.
Top
gyaikhom
n00b
n00b
User avatar
Posts: 19
Joined: Sun Jul 06, 2003 12:05 am
Location: Edinburgh

  • Quote

Post by gyaikhom » Fri Nov 07, 2003 5:32 pm

Why did you choose Mozilla for checking fonts? I mean, you won't see it easily. Use some word processor, or say try doing font setup in KDE. You will be able to see the fonts. If you have Abiword or OO installed, check it there. :lol:
Top
wzzrd
Apprentice
Apprentice
User avatar
Posts: 245
Joined: Thu Jul 18, 2002 10:51 am

  • Quote

Post by wzzrd » Fri Nov 07, 2003 5:54 pm

Actually, afaik, it's like this:

- if you use xfs, you edit the /etc/X11/fs/config file by adding the directories with your fonts and do a /etc/init.d/xfs restart.
- if you do not use xfs, you edit /etc/X11/XF86Config by adding the directories with your fonts and restart you X server.

You do not have to do both.
Top
Stu_28
Tux's lil' helper
Tux's lil' helper
Posts: 129
Joined: Thu Jun 12, 2003 1:12 am

  • Quote

Post by Stu_28 » Sat Nov 08, 2003 12:40 pm

Actually, if you are not using xfs you are using Xft, which can be a little tricky to get setup right (I had problems with it myself, not all applications would see the fonts). Check out pluto's advice in this thread:

http://forums.gentoo.org/viewtopic.php?t=76503
Top
Post Reply

14 posts • Page 1 of 1

Return to “Desktop Environments”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic