http://qa.mandrakesoft.com/show_bug.cgi?id=5359
------- Additional Comments From [EMAIL PROTECTED] 2003-11-10 18:10 -------
Here's the last part of the output of "strace xf86cfg":
read(3, 0xbfffc2e0, 32) = -1 EAGAIN (Resource temporarily
unavailable)
select(4, [3], NULL, NULL, NULL) = 1 (in [3])
read(3, "\0\0178\3\30\1\340\2\0\0-\277\37\0\0\0\'\0\0\0\270Be\t"..., 32) = 32
open("/usr/X11R6/lib/X11/XErrorDB", O_RDONLY) = 5
fstat64(5, {st_mode=S_IFREG|0444, st_size=36378, ...}) = 0
read(5, "! $Xorg: XErrorDB,v 1.3 2000/08/"..., 36378) = 36378
close(5) = 0
brk(0) = 0x8169000
brk(0x818a000) = 0x818a000
write(2, "X Error of failed request: BadN"..., 75X Error of failed request:
BadName (named color or font does not exist)
) = 75
write(2, "Major opcode of failed request: "..., 35Major opcode of failed
request: 45) = 35
write(2, " (X_OpenFont)\n", 14 (X_OpenFont)
) = 14
write(2, " ", 2 ) = 2
write(2, "Serial number of failed request:"..., 37Serial number of failed
request: 824) = 37
write(2, "\n ", 3
) = 3
write(2, "Current serial number in output "..., 44Current serial number in
output stream: 828) = 44
write(2, "\n", 1
) = 1
exit_group(1) = ?
Looks like it wants the 75 dpi fonts, as indicated by:
"BadName (named color or font does not exist)
) = 75"
Note that I installed from the 1st ISO only and installed whichever XFree rpms
were auto-selected.
--
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date:
description:
This is a new problem. Run "xf86cfg" (as root or non-root user) and it starts
up but then crashes with the message:
X Error of failed request: BadName (named color or font does not exist)
Major opcode of failed request: 45 (X_OpenFont)
Serial number of failed request: 813
Current serial number in output stream: 817
However, "xf86cfg -textmode" works fine.