[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Fonts loading problem with X



Hi

I tried to load the M$ TTF fonts with X today. I made it like the howto on 
http://www.paulandlesley.org/linux/xfree4_tt.html tells me to do.

I set everything up and changed the XF86Config. If i try to start X i get this 
error:
	Fatal server error:
	could not open default font 'fixed'

If i remove the FontPath from the XF86Config it starts perfectly and if i add 
the fonts by hand by typing:
	xset fp+ /usr/local/share/fonts/ttfonts
Then i get no errors and the fonts are prefectly avalible.

Ok,its pretty annoying to have to manually load the fonts everytime... Has 
someone an idea where the problem could be? I attach a copy of my XF86Config.

cheers,
Raffaele

-- 
Raffaele Sandrini <rasa@gmx.ch>
Annoyed about M$ Windows? Don't worry. Try Linux! (www.linux.org)
For encrypted Mail get my Public Key from "search.keyserver.net"
ID: 0xEC4950E9
Section "ServerLayout"
	Identifier     "Layout0"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "Generic Mouse" "CorePointer"
EndSection

Section "Files"
#	FontPath        "/usr/local/share/fonts/ttfonts"
EndSection

Section "Module"
	Load  "xie"
	Load  "pex5"
	Load  "glx"
	Load  "dbe"
	Load  "record"
	Load  "extmod"
	Load  "type1"
	Load  "freetype"
EndSection

Section "InputDevice"
	Identifier  "Generic Mouse"
	Driver      "mouse"
	Option      "CorePointer"
	Option      "Device" "/dev/gpmdata"
	Option      "Protocol" "ImPS/2"
	Option      "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option      "XkbModel" "pc105"
	Option      "XkbLayout" "de_CH"
EndSection

Section "Monitor"
	Option "DMPS"
	Identifier   "Monitor0"
	HorizSync    31.5 - 94.0
	VertRefresh  40 - 160
	ModeLine "1152x864"    108.00   1152 1232 1360 1544    864  865  868  900 +hsync +vsync
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "nvidia"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth     16
	SubSection "Display"
		Depth     16
		Modes    "1152x864"
	EndSubSection
EndSection

Section "DRI"
EndSection


Reply to: