You are not logged in.

#1 2006-01-05 11:14:01

Komodo
Member
From: Oxford, UK
Registered: 2005-11-03
Posts: 674

XBBPath, font troubles with Xorg 7.0 [SOLVED]

JGC wrote:

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"
EndSection

I'm aware that some apps will need to have their font paths manually changed, but even the terminal doesn't have the right fonts sad


.oO Komodo Dave Oo.

Offline

#2 2006-01-05 11:34:02

jinn
Member
From: Gothenburg
Registered: 2005-12-10
Posts: 506

Re: XBBPath, font troubles with Xorg 7.0 [SOLVED]

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

#3 2006-01-05 11:55:30

Komodo
Member
From: Oxford, UK
Registered: 2005-11-03
Posts: 674

Re: XBBPath, font troubles with Xorg 7.0 [SOLVED]

jinn wrote:

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

#4 2006-01-05 13:03:46

jinn
Member
From: Gothenburg
Registered: 2005-12-10
Posts: 506

Re: XBBPath, font troubles with Xorg 7.0 [SOLVED]

[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

#5 2006-01-05 13:37:03

Komodo
Member
From: Oxford, UK
Registered: 2005-11-03
Posts: 674

Re: XBBPath, font troubles with Xorg 7.0 [SOLVED]

nice one jinn; it was the Luxi ttf fonts I needed; cheers bud big_smile


.oO Komodo Dave Oo.

Offline

#6 2006-01-05 13:42:54

jinn
Member
From: Gothenburg
Registered: 2005-12-10
Posts: 506

Re: XBBPath, font troubles with Xorg 7.0 [SOLVED]

great!

cheers mate!


The ultimate Archlinux release name: "I am your father"

Offline

Board footer

Powered by FluxBB