--
Walter Dnes <walt...@waltdnes.org>
if you want a bitmap font, try terminus-font. If not, have a look at dejavu.
--
Gruß | Greetings | Qapla'
Error 96: Found dead mouse in hard drive C:
I've successfully installed Gentoo on my 10" netbook.
I simply did 'emerge xorg-x11', which had 91 dependencies,
which included lots of fonts. Fluxbox is working well.
I prefer Luxi Mono for even-spaced font; size 8 seems best for a netbook.
No problems with CPU power (ASUS 1005HA) or memory use.
--
========================,,============================================
SUPPORT ___________//___, Philip Webb
ELECTRIC /] [] [] [] [] []| Cities Centre, University of Toronto
TRANSIT `-O----------O---' purslowatchassdotutorontodotca
I found this site helpful to set up spionic.ttf. And I have only
xorg-server and only the default window mgr that comes with X.
http://www.textkit.com/greek-latin-forum/viewtopic.php?f=2&t=3644
Maybe it'll suit your case.
mw
Font rendering, typically, takes so little processing it'll be the
least of your worries if you find something being sluggish. I have
dell mini 9 here with flux running beautifully on all 1024x600 I have
to play with, and am using whatever gtk picked up as "Sans" in 8pt for
all my gtk apps, .fluxbox/overlay set to override all fonts with
sans-8, and just glancing at my installed fonts, I believe that's
mapping to dejavu's sans serif font. All my installed fonts, at the
moment, I have:
media-fonts/corefonts
media-fonts/dejavu
media-fonts/font-cursor-misc
media-fonts/font-misc-misc
media-fonts/gnu-gs-fonts-std
And those could be slimmed down a bit, really. I've run 6pt, here and
there, but decided it best not to ruin my eyesight by staring at a
glossy screen and deciphering that small of text (was still quite
crisp, I'm still impressed by this display).
--
Poison [BLX]
Joshua M. Murphy
> I have dell mini 9 here with flux running beautifully on all 1024x600
Speaking of Fluxbox, I have it installed. I've experimented with some
fonts. I find that regardless of the fonts I install, xterm runs a
tiny, almost unreadable font. And what's worse, I *CANNOT* resize the
font. xterm totally ignores anything I set by hitting
{CTRL}{RIGHT-CLICK} inside an xterm. Any ideas?
--
Walter Dnes <walt...@waltdnes.org>
setting the font and size in ~/.Xresources should do the trick.
Quite a few good pointers here (one of the early hits on google when I
realized I set everything *except* font for aterm on my netbook here):
http://fixunix.com/debian/132898-xterm-font-size.html
obviously, if it's ignoring your selections on the menu, the bits on
that thread about setting available font options on the menu aren't
much help, but much of the rest should help.
In my Fluxbox menu in my desktop machine, I have
...
[submenu] (Terminals)
...
[exec] (Xterm) {xterm -geometry 79x65+0+0 -fn 9x15}
...
> Speaking of Fluxbox, I have it installed. I've experimented with some
> fonts. I find that regardless of the fonts I install, xterm runs a
> tiny, almost unreadable font. And what's worse, I *CANNOT* resize the
> font. xterm totally ignores anything I set by hitting
> {CTRL}{RIGHT-CLICK} inside an xterm. Any ideas?
It was a case of "picky, picky, picky". My desktop machine has a
gazillion fonts installed. Not so the netbook. When I try to set the
the xterm font, "cannot load font" error messages show up in the text
console from which it was launched. Here are the fonts that it tries to
load, and the corresponding menu item...
nil2 - Unreadable
5x7 - Tiny
6x10 - Small
7x13 - Medium
9x15 - Large
10x20 - Huge
I don't happen to have those *EXACT* sizes installed on the netbook,
hence the error messages. I find that if I launch xterm with the
command "xterm -fn -monotype" it comes up at a nice readable size. With
the help of xfontsel, I can find what font families and sizes I do have
and launch xterm with those fonts. A bit of RTFM turned up some info
about how to control the expected font for each of the menu entries via
resource files...
Default (fontdefault) - *VT100.font resource.
Unreadable (font1) - *VT100.font1 resource.
Tiny (font2) - *VT100.font2 resource.
Small (font3) - *VT100.font3 resource.
Medium (font4) - *VT100.font4 resource.
Large (font5) - *VT100.font5 resource.
Huge (font6) - *VT100.font6 resource.
So it should be a one-time job to enter the proper values in a
resource file and xterm will be happy.
--
Walter Dnes <walt...@waltdnes.org>