Bug 9226 - Radeon driver doesn't handle XFree86-Bigfont properly
Summary: Radeon driver doesn't handle XFree86-Bigfont properly
Status: RESOLVED DUPLICATE of bug 8784
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/General (show other bugs)
Version: 7.1 (2006.05)
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-02 12:20 UTC by Jonathan Ryshpan
Modified: 2010-11-20 11:36 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Jonathan Ryshpan 2006-12-02 12:20:59 UTC
Startup of xboing (should I admit this) fails inside the invocation of:
    XLoadQueryFont(display, "-adobe-helvetica-bold-r-*-*-24-*-*-*-*-*-*-*")
    in init.c line 272 -- edited here for clarity.
Some work with gdb seems to show that the problem is at the reply from the
server to a request for info about the XFree86-Bigfont extension, which the
server finds offensive in some way.

I am running FC6, the driver in question is in the package:
    xorg-x11-drv-ati-6.6.3-1.fc6

I downloaded xboing from:
    http://ftp.x.org/contrib/games/xboing2.4.tar.gz
Comment 1 Michel Dänzer 2006-12-04 03:15:39 UTC
The driver isn't directly involved with XFree86-Bigfont, reassigning.
Comment 2 Daniel Stone 2007-02-27 01:34:58 UTC
Sorry about the phenomenal bug spam, guys.  Adding xorg-team@ to the QA contact so bugs don't get lost in future.
Comment 3 Jesse Adkins 2010-11-20 11:36:45 UTC
(In reply to comment #0)
> Startup of xboing (should I admit this) fails inside the invocation of:
>     XLoadQueryFont(display, "-adobe-helvetica-bold-r-*-*-24-*-*-*-*-*-*-*")

I ran into this while trying to fix #8784. It turns out that this is the result of the order of colors checked in xboing.

You can also just hack xboing to only select the default colormap, in which case everything works perfectly.

Once I fixed the colormap selection, I no longer had that message from XLoadQueryFont. I'm blaming this on xboing's colormap selection, because this exact same request works perfectly by itself if you have the font.

*** This bug has been marked as a duplicate of bug 8784 ***


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.