Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
xbl when run results in the message below and exits, this is relevant for both 1.1.3 and 1.1.4 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: 55 Current serial number in output stream: 218
Created an attachment (id=106935) [edit] patch for version 1.1.3
Created an attachment (id=106936) [edit] same patch for version 1.1.4
(From update of attachment 106936 [edit]) --- bl.c.orig 2006-02-04 20:13:23.000000000 +0000 +++ bl.c 2007-01-14 11:53:17.000000000 +0000 @@ -279,7 +279,7 @@ bl.opt.state = STOP ; strcpy( bl.opt.thefont , "-*-*-*-r-*-*-12-*-*-*-*-*-iso8859-1" ) ; - strcpy( bl.opt.thefont2 , "-*-*-*-r-*-*-24-*-*-*-*-*-iso8859-1" ) ; + strcpy( bl.opt.thefont2 , "-*-*-*-r-*-*-20-*-*-*-*-*-iso8859-1" ) ; bl.boardkey[0] = bl.opt.userkey ; bl.boardkey[1] = "14789632azqswx \035p\0030" ;
Created an attachment (id=106938) [edit] same patch for version 1.1.4
please post "grep -i fontpath /etc/X11/xorg.conf"
As discussed some time ago in #-amd64-dev and #-games, this is actually a bug. The proposed patch works fine, although it hides the actual bug, which is that xblockout crashes when it tries to set a fallback font after the default fails.
Why does loading the default font fail?
Honestly, I don't know. If you want to check in your arch, try: # xbl -bigfont '-*-*-*-r-*-*-24-*-*-*-*-*-iso8859-1' -font '-*-*-*-r-*-*-24-*-*-*-*-*-iso8859-1' If you see "Some problems when loading a font... trying others"... you have it. iirc on x86 it wasn't a problem because the fallback font was loaded successfully.
amd64 keyword dropped.