public inbox for gentoo-amd64@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-amd64] AMD64 - America's Army?
@ 2006-06-04 18:06 Mark Knecht
  2006-06-04 18:23 ` Martins Steinbergs
  2006-06-04 18:32 ` Johan Andersson
  0 siblings, 2 replies; 3+ messages in thread
From: Mark Knecht @ 2006-06-04 18:06 UTC (permalink / raw
  To: gentoo-amd64

Hi,
   My son wanted to play America's Army under Linux so I downloaded
and installed a copy. When I started it it complained about a missing
DRI interface, among other things:

mark@lightning ~ $ ./armyops
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
Cheat protection disabled
WARNING: ALC_EXT_capture is subject to change!
Xlib:  extension "XiG-SUNDRY-NONSTANDARD" missing on display ":0.0".

Either GL_EXT_bgra or glDrawRangeElements not supported- bailing out.

History:

Exiting due to error
mark@lightning ~ $

   So, do you think it's bailing due to the DRI missing or is it a GL
issue? I don't understand GL at all so I probably need to get some
education.

   Am I corrct in remembering that DRI was not even supported on AMD64
back when I built this machine? (Possibly about a year ago?) If so is
this still the case? lsmod seems to say that drm is loaded:

mark@lightning ~ $ /sbin/lsmod
Module                  Size  Used by
<SNIP>
radeon                110496  0
drm                    78576  1 radeon
mark@lightning ~ $


   The VGA is ATI-based:

01:00.0 VGA compatible controller: ATI Technologies Inc RV370 5B60
[Radeon X300 (PCIE)]
01:00.1 Display controller: ATI Technologies Inc RV370 [Radeon X300SE]

lightning ~ # eix ati-drivers
* x11-apps/ati-drivers-extra
     Available versions:  -8.18.6 -8.18.8 -8.19.10 -8.20.8 -8.21.7
-8.22.5 -8.23.7
     Installed:           none
     Homepage:            http://www.ati.com
     Description:         Ati precompiled drivers extra application

* x11-drivers/ati-drivers
     Available versions:  8.14.13-r2 8.14.13-r3 ~8.14.13-r4
~8.14.13-r5 *8.16.20 *8.16.20-r1 ~8.18.6 ~8.18.6-r1 ~8.18.8 ~8.18.8-r1
8.18.8-r2 ~8.19.10 ~8.20.8 ~8.21.7 ~8.21.7-r1 ~8.22.5 ~8.23.7 ~8.24.8
~8.25.18
     Installed:           8.18.8-r2
     Homepage:            http://www.ati.com
     Description:         Ati precompiled drivers for r350, r300, r250
and r200 chipsets

Found 2 matches
lightning ~ #

Thanks,
Mark
-- 
gentoo-amd64@gentoo.org mailing list



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

* Re: [gentoo-amd64] AMD64 - America's Army?
  2006-06-04 18:06 [gentoo-amd64] AMD64 - America's Army? Mark Knecht
@ 2006-06-04 18:23 ` Martins Steinbergs
  2006-06-04 18:32 ` Johan Andersson
  1 sibling, 0 replies; 3+ messages in thread
From: Martins Steinbergs @ 2006-06-04 18:23 UTC (permalink / raw
  To: gentoo-amd64

hi,

try launching with lib32 modules like this:
cd "/opt/americas-army" export LIBGL_DRIVERS_PATH=/usr/lib32/xorg/modules/dri 
exec ./armyops "$@"

or make desktop entry 

[Desktop Entry]
Comment=
Comment[en_US]=
Encoding=UTF-8
Exec=cd "/opt/americas-army" \n export 
LIBGL_DRIVERS_PATH=/usr/lib32/xorg/modules/dri \n exec ./armyops "$$@"
GenericName=
GenericName[en_US]=
Icon=/usr/share/pixmaps/armyops.xpm
MimeType=
Name=Armyops
Name[en_US]=Armyops
Path=
StartupNotify=true
Terminal=true
TerminalOptions=\s--noclose
Type=Application
Version=1.0
X-DCOP-ServiceType=none
X-KDE-SubstituteUID=false
X-KDE-Username=root

hope this helps

martins


On Sunday 04 June 2006 21:06, Mark Knecht wrote:
> Hi,
>    My son wanted to play America's Army under Linux so I downloaded
> and installed a copy. When I started it it complained about a missing
> DRI interface, among other things:
>
> mark@lightning ~ $ ./armyops
> Xlib:  extension "XFree86-DRI" missing on display ":0.0".
> Cheat protection disabled
> WARNING: ALC_EXT_capture is subject to change!
> Xlib:  extension "XiG-SUNDRY-NONSTANDARD" missing on display ":0.0".
>
> Either GL_EXT_bgra or glDrawRangeElements not supported- bailing out.
-- 
gentoo-amd64@gentoo.org mailing list



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

* Re: [gentoo-amd64] AMD64 - America's Army?
  2006-06-04 18:06 [gentoo-amd64] AMD64 - America's Army? Mark Knecht
  2006-06-04 18:23 ` Martins Steinbergs
@ 2006-06-04 18:32 ` Johan Andersson
  1 sibling, 0 replies; 3+ messages in thread
From: Johan Andersson @ 2006-06-04 18:32 UTC (permalink / raw
  To: gentoo-amd64

Mark Knecht wrote:
> Hi,
>   My son wanted to play America's Army under Linux so I downloaded
> and installed a copy. When I started it it complained about a missing
> DRI interface, among other things:
>
> mark@lightning ~ $ ./armyops
> Xlib:  extension "XFree86-DRI" missing on display ":0.0".
> Cheat protection disabled
> WARNING: ALC_EXT_capture is subject to change!
> Xlib:  extension "XiG-SUNDRY-NONSTANDARD" missing on display ":0.0".
>
> Either GL_EXT_bgra or glDrawRangeElements not supported- bailing out.
>
> History:
>
> Exiting due to error
> mark@lightning ~ $
>
>   So, do you think it's bailing due to the DRI missing or is it a GL
> issue? I don't understand GL at all so I probably need to get some
> education.
>
>   Am I corrct in remembering that DRI was not even supported on AMD64
> back when I built this machine? (Possibly about a year ago?) If so is
> this still the case? lsmod seems to say that drm is loaded:
>
> mark@lightning ~ $ /sbin/lsmod
> Module                  Size  Used by
> <SNIP>
> radeon                110496  0
> drm                    78576  1 radeon
> mark@lightning ~ $
>
>
>   The VGA is ATI-based:
>
> 01:00.0 VGA compatible controller: ATI Technologies Inc RV370 5B60
> [Radeon X300 (PCIE)]
> 01:00.1 Display controller: ATI Technologies Inc RV370 [Radeon X300SE]
>
> lightning ~ # eix ati-drivers
> * x11-apps/ati-drivers-extra
>     Available versions:  -8.18.6 -8.18.8 -8.19.10 -8.20.8 -8.21.7
> -8.22.5 -8.23.7
>     Installed:           none
>     Homepage:            http://www.ati.com
>     Description:         Ati precompiled drivers extra application
>
> * x11-drivers/ati-drivers
>     Available versions:  8.14.13-r2 8.14.13-r3 ~8.14.13-r4
> ~8.14.13-r5 *8.16.20 *8.16.20-r1 ~8.18.6 ~8.18.6-r1 ~8.18.8 ~8.18.8-r1
> 8.18.8-r2 ~8.19.10 ~8.20.8 ~8.21.7 ~8.21.7-r1 ~8.22.5 ~8.23.7 ~8.24.8
> ~8.25.18
>     Installed:           8.18.8-r2
>     Homepage:            http://www.ati.com
>     Description:         Ati precompiled drivers for r350, r300, r250
> and r200 chipsets
>
> Found 2 matches
> lightning ~ #
>
> Thanks,
> Mark
What driver do you have in your xorg.conf ?
Change radeon to fglrx to use ATi's driver.
-- 
gentoo-amd64@gentoo.org mailing list



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

end of thread, other threads:[~2006-06-04 18:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-04 18:06 [gentoo-amd64] AMD64 - America's Army? Mark Knecht
2006-06-04 18:23 ` Martins Steinbergs
2006-06-04 18:32 ` Johan Andersson

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