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

Fontconfig problems in pure64



Any attempt to run a gtk2-based app (e.g. mozilla-firefox, synaptic) gives me 
the oh-so-familiar "No fonts found" fontconfig error. I compared 
my /etc/fonts/fonts.conf to that found in my 32-bit debian setup and there 
was absolutely no difference. So apparently pure64 by default has some sort 
of deeper configuration issue ??? Can anybody else confirm having this 
problem?
	I do have some truetype fonts installed, such as bitstream-vera. fc-cache 
shows a list of 15 or so fonts that it recognizes. Could the problem be at 
the application end? Or a defoma issue?

Attached is my fonts.conf, local.conf (from /etc/fonts/) and my X config. Any 
other diagnostic info can be made available if necessary :-)

No apparent xrender problems.

Thanks!
- Josh
/usr/share/fonts /usr/X11R6/lib/X11/fonts/Type1 /usr/local/share/fonts ~/.fonts mono monospace sans serif sans-serif sans sans-serif Bitstream Vera Serif Times Times New Roman Nimbus Roman No9 L Luxi Serif Kochi Mincho AR PL SungtiL GB AR PL Mingti2L Big5 Baekmuk Batang FreeSerif serif Bitstream Vera Sans Helvetica Arial Verdana Nimbus Sans L Luxi Sans Kochi Gothic AR PL KaitiM GB AR PL KaitiM Big5 Baekmuk Dotum SimSun FreeSans sans-serif Bitstream Vera Sans Mono Courier Courier New Andale Mono Luxi Mono Nimbus Mono L NSimSun FreeMono monospace sans-serif serif monospace sans-serif GulimChe false DotumChe false BatangChe false GungsuhChe false Bitstream Vera Sans 7.5 false Bitstream Vera Serif 7.5 false Bitstream Vera Sans Mono 7.5 false local.conf ~/.fonts.conf Times Times New Roman Helvetica Verdana Arial Verdana Courier Courier New true Helvetica Arial true Times Times New Roman serif Bitstream Vera Serif Times New Roman Nimbus Roman No9 L Luxi Serif Times Frank Ruehl Kochi Mincho AR PL SungtiL GB AR PL Mingti2L Big5 Baekmuk Batang FreeSerif sans-serif Bitstream Vera Sans Verdana Nimbus Sans L Luxi Sans Arial Helvetica Nachlieli Kochi Gothic AR PL KaitiM GB AR PL KaitiM Big5 Baekmuk Dotum SimSun FreeSans monospace Bitstream Vera Sans Mono Andale Mono Courier New Luxi Mono Nimbus Mono L Miriam Mono Kochi Gothic AR PL KaitiM GB Baekmuk Dotum FreeMono roman roman matrix 10.2 01 oblique 0x0020 0x00a0 0x00ad 0x115f 0x1160 0x1680 0x2000 0x2001 0x2002 0x2003 0x2004 0x2005 0x2006 0x2007 0x2008 0x2009 0x200a 0x200b 0x200c 0x200d 0x200e 0x200f 0x2028 0x2029 0x202a 0x202b 0x202c 0x202d 0x202e 0x202f 0x205f 0x2060 0x2061 0x2062 0x2063 0x206A 0x206B 0x206C 0x206D 0x206E 0x206F 0x3000 0x3164 0xfeff 0xffa0 0xfff9 0xfffa 0xfffb 30 /var/lib/defoma/fontconfig.d/fonts.conf unknown rgb true
# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86-dbg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86-dbg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86-dbg

Section "Files"
#	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
	FontPath	"/usr/lib/X11/fonts/truetype"
	FontPath	"/usr/share/fonts"
	FontPath	"/usr/share/fonts/truetype/freefont"

EndSection

Section "Module"
	Load	"GLcore"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"Radeon"
	Driver		"vesa"
EndSection

Section "Monitor"
	Identifier	"P191M"
	HorizSync	50-75
	VertRefresh	50-75
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Radeon"
	Monitor		"P191M"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection


Reply to: