You are not logged in.
Please note that since xorg-server 1.0.1-3 and xorg-clients 6.9.0-2 the rgb path has moved to /usr/share/X11 instead of /usr/lib/X11. Same goes for XKB.
What do you add to xorg.conf to set the XKB path then? Is it just 'XKBPath "/usr/share/X11"' under section 'Files'?
None of my fonts are being picked up by applications, despite having all the fonts packages installed, and the following paths in my xorg.conf:
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/Cyrillic"
FontPath "/usr/share/fonts/encodings"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/util"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
EndSectionI'm aware that some apps will need to have their font paths manually changed, but even the terminal doesn't have the right fonts ![]()
.oO Komodo Dave Oo.
Offline
This is my xorg.conf files section for xorg 7.0.
Section "Files"
RgbPath "/usr/share/X11/rgb"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
# FontPath "/usr/lib/X11/fonts/local/"
# FontPath "/usr/lib/X11/fonts/misc/"
# FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
# FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
# FontPath "/usr/lib/X11/fonts/Speedo/"
# FontPath "/usr/lib/X11/fonts/Type1/"
# FontPath "/usr/lib/X11/fonts/TrueType/"
# FontPath "/usr/lib/X11/fonts/freefont/"
# FontPath "/usr/lib/X11/fonts/75dpi/"
# FontPath "/usr/lib/X11/fonts/100dpi/"
#The module search path. The default path is shown here.
ModulePath "/usr/lib/xorg/modules"I dont think I understand your problem, XKB is used to set the keymaps when running X right?
The ultimate Archlinux release name: "I am your father"
Offline
I dont think I understand your problem, XKB is used to set the keymaps when running X right?
Correct; the two problems aren't related, I just assumed that since JGC mentioned the XKB path, it was something I oughta put into xorg.conf .
jinn, do you mind doing pacman -Qs ttf and pacman -Qs xorg and posting the output?
.oO Komodo Dave Oo.
Offline
[root@estergon:~]# pacman -Qs ttf
local/font-bh-ttf 1.0.0-1
X.org Luxi Truetype fontss ttf and pacman -Qs x
local/ttf-bitstream-vera 1.10-3
Bitstream vera fonts[root@estergon:~]# pacman -Qs xorg
local/xorg-clients 6.9.0-2
X client programs and related files from X.Org
local/xorg-fonts-100dpi 1.0.0-2
X.org 100dpi fonts
local/xorg-fonts-75dpi 1.0.0-2
X.org 75dpi fonts
local/xorg-fonts-alias 1.0.1-1
X.org font alias files
local/xorg-fonts-cyrillic 1.0.0-1
X.org cyrillic fonts
local/xorg-fonts-encodings 1.0.0-1
X.org font encoding files
local/xorg-fonts-misc 1.0.0-1
X.org misc fonts
local/xorg-fonts-type1 1.0.0-2
X.org Type1 fonts
local/xorg-server 1.0.1-3
X.Org X servers
[root@estergon:~]# The ultimate Archlinux release name: "I am your father"
Offline
nice one jinn; it was the Luxi ttf fonts I needed; cheers bud ![]()
.oO Komodo Dave Oo.
Offline
great!
cheers mate!
The ultimate Archlinux release name: "I am your father"
Offline