Gentoo Archives: gentoo-amd64

From: bist <bist.noise@×××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] ATI drivers and 32 bits games
Date: Sun, 10 Jul 2005 16:20:57
Message-Id: 1875821844.20050710181706@gmail.com
In Reply to: [gentoo-amd64] ATI drivers and 32 bits games by Gustavo Felisberto
1 From: gentoo-amd64@l.g.o
2 ¯¯¯¯
3 GF> I have a X700 card with the ati 64 bits drivers and i get:
4 GF> http://paste.lisp.org/display/9736
5 GF> when trying to run quake3.
6 GF> Any ideas?
7
8 I had the same problem with ATi drivers working correctly with
9 glxgears and fgl_glxgears.
10
11 I solved launching Quake3 with this script:
12
13 #!/bin/sh
14 cd "/opt/quake3"
15 export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:"
16 export LIBGL_DRIVERS_PATH=/usr/lib32/modules/dri
17 export LIBGL_DRIVERS_DIR=/usr/lib32/modules/dri
18 exec ./quake3.x86 "$@"
19
20 Maybe helps.
21
22 --
23 gentoo-amd64@g.o mailing list