public inbox for gentoo-amd64@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-amd64] ATI drivers and 32 bits games
@ 2005-07-07 23:40 Gustavo Felisberto
  2005-07-08  2:51 ` Allan Wang
  2005-07-10 16:17 ` bist
  0 siblings, 2 replies; 6+ messages in thread
From: Gustavo Felisberto @ 2005-07-07 23:40 UTC (permalink / raw
  To: gentoo-amd64

I have a X700 card with the ati 64 bits drivers and i get:

http://paste.lisp.org/display/9736

when trying to run quake3.

Any ideas?

-- 
Gustavo Felisberto
(HumpBack)
Web: http://dev.gentoo.org/~humpback
Blog: http://blog.felisberto.net/
------------
It's most certainly GNU/Linux, not Linux. Read more at
http://www.gnu.org/gnu/why-gnu-linux.html .
-------------
-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-amd64] ATI drivers and 32 bits games
  2005-07-07 23:40 Gustavo Felisberto
@ 2005-07-08  2:51 ` Allan Wang
  2005-07-08  4:41   ` Ben Skeggs
  2005-07-08 13:26   ` Gustavo Felisberto
  2005-07-10 16:17 ` bist
  1 sibling, 2 replies; 6+ messages in thread
From: Allan Wang @ 2005-07-08  2:51 UTC (permalink / raw
  To: gentoo-amd64

On Fri, 2005-07-08 at 00:40 +0100, Gustavo Felisberto wrote:
> I have a X700 card with the ati 64 bits drivers and i get:
> 
> http://paste.lisp.org/display/9736
> 
> when trying to run quake3.
> 
> Any ideas?

Try doing:

export LIBGL_DRIVERS_DIR=/usr/X11R6/lib32/modules/dri
export LD_LIBRARY_PATH=/usr/lib32:$LD_LIBRARY_PATH

I usually add those two lines to the scripts that start my 32-bit games.

Allan Wang

-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-amd64] ATI drivers and 32 bits games
  2005-07-08  2:51 ` Allan Wang
@ 2005-07-08  4:41   ` Ben Skeggs
  2005-07-08 13:26   ` Gustavo Felisberto
  1 sibling, 0 replies; 6+ messages in thread
From: Ben Skeggs @ 2005-07-08  4:41 UTC (permalink / raw
  To: gentoo-amd64

Allan Wang wrote:

>On Fri, 2005-07-08 at 00:40 +0100, Gustavo Felisberto wrote:
>  
>
>>I have a X700 card with the ati 64 bits drivers and i get:
>>
>>http://paste.lisp.org/display/9736
>>
>>when trying to run quake3.
>>
>>Any ideas?
>>    
>>
>
>Try doing:
>
>export LIBGL_DRIVERS_DIR=/usr/X11R6/lib32/modules/dri
>export LD_LIBRARY_PATH=/usr/lib32:$LD_LIBRARY_PATH
>
>I usually add those two lines to the scripts that start my 32-bit games.
>
>Allan Wang
>
>  
>
Try adding (to your ~/.bashrc):

export LIBGL_DRIVERS_PATH="/usr/lib64/modules/dri/:/usr/lib32/modules/dri/"

Also, is there a difference between LIBGL_DRIVERS_PATH/DIR?

Ben Skeggs.
-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [gentoo-amd64] ATI drivers and 32 bits games
@ 2005-07-08  6:19 Gary Bryden
  0 siblings, 0 replies; 6+ messages in thread
From: Gary Bryden @ 2005-07-08  6:19 UTC (permalink / raw
  To: gentoo-amd64

>Allan Wang wrote:
>
>>On Fri, 2005-07-08 at 00:40 +0100, Gustavo Felisberto wrote:
>>  
>>
>>>I have a X700 card with the ati 64 bits drivers and i get:
>>>
>>>http://paste.lisp.org/display/9736
>>>
>>>when trying to run quake3.
>>>
>>>Any ideas?
>>>    
>>>
>>
>>Try doing:
>>
>>export LIBGL_DRIVERS_DIR=/usr/X11R6/lib32/modules/dri
>>export LD_LIBRARY_PATH=/usr/lib32:$LD_LIBRARY_PATH
>>
>>I usually add those two lines to the scripts that start my 32-bit games.
>>
>>Allan Wang
>>
>>  
>>
>Try adding (to your ~/.bashrc):
>
>export LIBGL_DRIVERS_PATH="/usr/lib64/modules/dri/:/usr/lib32/modules/dri/"
>
>Also, is there a difference between LIBGL_DRIVERS_PATH/DIR?
>
>Ben Skeggs.


I was having a similar problem with my x800 on amd64 trying to get quake3
working, I ended up just copying /usr/lib32/opengl/ati/lib/libGL.so.1 to
/opt/quake3 and it worked.

-gaz

-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-amd64] ATI drivers and 32 bits games
  2005-07-08  2:51 ` Allan Wang
  2005-07-08  4:41   ` Ben Skeggs
@ 2005-07-08 13:26   ` Gustavo Felisberto
  1 sibling, 0 replies; 6+ messages in thread
From: Gustavo Felisberto @ 2005-07-08 13:26 UTC (permalink / raw
  To: gentoo-amd64

Allan Wang wrote:
> On Fri, 2005-07-08 at 00:40 +0100, Gustavo Felisberto wrote:
> 
>>I have a X700 card with the ati 64 bits drivers and i get:
>>
>>http://paste.lisp.org/display/9736
>>
>>when trying to run quake3.
>>
>>Any ideas?
> 
> 
> Try doing:
> 
> export LIBGL_DRIVERS_DIR=/usr/X11R6/lib32/modules/dri
> export LD_LIBRARY_PATH=/usr/lib32:$LD_LIBRARY_PATH
> 
> I usually add those two lines to the scripts that start my 32-bit games.
> 
> Allan Wang
> 
Thanks... It would probably be nice to have this default.....

-- 
Gustavo Felisberto
(HumpBack)
Web: http://dev.gentoo.org/~humpback
Blog: http://blog.felisberto.net/
------------
It's most certainly GNU/Linux, not Linux. Read more at
http://www.gnu.org/gnu/why-gnu-linux.html .
-------------
-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-amd64] ATI drivers and 32 bits games
  2005-07-07 23:40 Gustavo Felisberto
  2005-07-08  2:51 ` Allan Wang
@ 2005-07-10 16:17 ` bist
  1 sibling, 0 replies; 6+ messages in thread
From: bist @ 2005-07-10 16:17 UTC (permalink / raw
  To: gentoo-amd64

From: gentoo-amd64@lists.gentoo.org
¯¯¯¯
GF> I have a X700 card with the ati 64 bits drivers and i get:
GF> http://paste.lisp.org/display/9736
GF> when trying to run quake3.
GF> Any ideas?

I had the same problem with ATi drivers working correctly with
glxgears and fgl_glxgears.

I solved launching Quake3 with this script:

#!/bin/sh
cd "/opt/quake3"
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:"
export LIBGL_DRIVERS_PATH=/usr/lib32/modules/dri
export LIBGL_DRIVERS_DIR=/usr/lib32/modules/dri
exec ./quake3.x86 "$@"

Maybe helps.

-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-07-10 16:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-08  6:19 [gentoo-amd64] ATI drivers and 32 bits games Gary Bryden
  -- strict thread matches above, loose matches on Subject: below --
2005-07-07 23:40 Gustavo Felisberto
2005-07-08  2:51 ` Allan Wang
2005-07-08  4:41   ` Ben Skeggs
2005-07-08 13:26   ` Gustavo Felisberto
2005-07-10 16:17 ` bist

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox