Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: bzflag is broken
Date: Sat, 26 Sep 2009 02:54:07
Message-Id: h9jvnb$l97$1@ger.gmane.org
In Reply to: [gentoo-user] bzflag is broken by James
1 On 09/26/2009 04:52 AM, James wrote:
2 > Hello,
3 >
4 > I recently upgraded ati-drivers to 9.9-r2 also to
5 > xorg-server-1.6.3.901-r2
6 >
7 >
8 > bzflag fails to run from the kde menu.
9 >
10 > trying to launch it from the command line yields:
11 > X Error of failed request: BadRequest (invalid request
12 > code or no such operation)
13 > Major opcode of failed request: 129 (GLX)
14 > Minor opcode of failed request: 19 (X_GLXQueryServerString)
15 > Serial number of failed request: 13
16 > Current serial number in output stream: 13
17
18 I don't know why this is happening, but here some things that might be
19 worth checking:
20
21 Check if your graphics card is actually fully supported by
22 ati-drivers-9.9; only HD2000/HD3000/HD4000 series cards are supported.
23
24 Make sure ATI's OpenGL library is used instead of X.Org's:
25
26 eselect opengl set ati
27
28 Also make sure that your /etc/X11/xorg.conf contains this:
29
30 Section "DRI"
31 Mode 0666
32 EndSection
33
34 Finally, make sure to rebuild all X drivers since you updated
35 xorg-server. This should be a rather quick compilation; the drivers are
36 small:
37
38 emerge -a1 `qlist -IC x11-drivers/`
39
40 You need app-portage/portage-utils installed for "qlist" though.
41
42 Restart X.
43
44 For what it's worth, I just installed bzflag here. I'm on AMD64, a
45 Radeon HD4870, ati-drivers-9.10 (renamed ebuild of ati-drivers-8.660,
46 which is a beta release of 9.10 released by Ubuntu, therefore the weird
47 version and mask in portage), gentoo-sources-2.6.31.

Replies

Subject Author
[gentoo-user] Re: bzflag is broken James <wireless@×××××××××××.com>