You are not logged in.
Pages: 1
hi there,
i tried to installed terminus-font with pacman but somehow i don't get it to work... at least not in x11
i can use terminus as a consolefont
after reading wiki / this board i figured out that i need to enable bitmaps
so i tried to enable it - putting a symlink in my /etc/fonts/conf.d/
ll /etc/fonts/conf.d/ shows
lrwxrwxrwx 1 root root 41 28. Mär 09:33 70-bitmaps.conf -> /etc/fonts/conf.avail/70-yes-bitmaps.conf
but after a x restart I still don't get terminus-font in xfontsel or xlsfonts ![]()
I have also "load bitmap" in my xorg.conf and the font-cache is uptodate
p.s. excuse my bad english ![]()
Last edited by jordi (2007-03-28 07:57:02)
Offline
You added
FontPath "/usr/share/fonts/local"
to your xorg.conf?
Offline
Section "Files"
FontPath "/usr/share/fonts"
#FontPath "/usr/share/fonts/local"
EndSectionwhen i uncomment it i get
Fatal server error:
could not open default font 'fixed'when i try to start X
edit:
had to delete the fonts.dir and fonts.scale which I had in /usr/share/fonts/local...
now I can start X with the FontPath in the xorg.conf, but i still can't use the terminus font...
edit#2:
i can select terminus in swiftfox... but can't find it with xlsfonts - how do i get it in my xterm?
Last edited by jordi (2007-03-28 09:47:28)
Offline
I have had excactly the same problem... neither artwiz nor terminus show up in xfontsel... but xft does find them.
If I add the font dirs I get the same error.
Wouldn't be a problem but ion3 doesn't support xft (it's a feature
) and I'd like to change the font.
Offline
For broken and/or braindead applications that still haven't switched to fontconfig/freetype2 for fonts, you have to setup fontpaths in xorg.conf. X comes with some preconfigured paths compiled in the server, but as soon as you set a fontpath, X will skip its builtin values. Be sure to include /usr/share/fonts/misc in the fontpath, otherwise X can't find your fonts.
Offline
For broken and/or braindead applications that still haven't switched to fontconfig/freetype2 for fonts, you have to setup fontpaths in xorg.conf. X comes with some preconfigured paths compiled in the server, but as soon as you set a fontpath, X will skip its builtin values. Be sure to include /usr/share/fonts/misc in the fontpath, otherwise X can't find your fonts.
The problem is that when I include /usr/share/fonts/artwiz-fonts as a fontpath, X doesn't start. It gives excactly the same error the previous poster said.
Offline
That's because you have to include the /usr/share/fonts/misc directory in your fontpath also. When you specify a fontpath, Xorg forgets about its compiled defaults and uses your configured fontpath only.
Offline
That's because you have to include the /usr/share/fonts/misc directory in your fontpath also. When you specify a fontpath, Xorg forgets about its compiled defaults and uses your configured fontpath only.
Ah, my bad.
I had the default "/usr/share/fonts/X11/misc" enabled, and I enabled all in /usr/share/fonts but I misread that to be misc.. now it works. ![]()
Offline
Pages: 1