LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games
User Name
Password
Linux - Games This forum is for all discussion relating to gaming in Linux.

Notices


Reply
  Search this Thread
Old 11-26-2004, 02:01 PM   #1
Pretzels
LQ Newbie
 
Registered: Nov 2004
Location: California
Distribution: Suse 9.1
Posts: 25

Rep: Reputation: 15
Americas Army SPlash Screen Shows But nothing Happens After


Ok Here is my Exact problem...
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
X Error of failed request: BadColor (invalid Colormap parameter)
Major opcode of failed request: 79 (X_FreeColormap)
Resource id in failed request: 0x2a0000c
Serial number of failed request: 106
Current serial number in output stream: 108
[root@localhost armyops]#

I Read the Nvidia Manual And did exactaly What they Said As Far As editing My config File
and nothing Else Applied. But I still Have the Same Problem!!! The Americas Army Splash Screen Shows But Nothing Happens. I went to AmericasArmy.com And looked at thier Linux Forums And Out of 6 Pages I found Nothing That Helped Me. Please Someone Help Me Figure This Thing Out.

I am running Fedora Core 3 With a nvidia fx 5700 le with 256 ddr

Last edited by Pretzels; 11-27-2004 at 05:15 PM.
 
Old 11-29-2004, 07:38 AM   #2
hanzerik
Member
 
Registered: Jan 2002
Location: Cheyenne Wyoming
Distribution: Debian/Raspbian/Mint
Posts: 717

Rep: Reputation: 32
Do you get the Nvidia splash screen when X starts? And have you tried running glxgears and seeing how the performance is in that?
 
Old 12-14-2004, 03:48 PM   #3
Pretzels
LQ Newbie
 
Registered: Nov 2004
Location: California
Distribution: Suse 9.1
Posts: 25

Original Poster
Rep: Reputation: 15
I don't get a Nvidia splash screen at startp of x, I have tried running glxgears and i get the same error as posted b4.
 
Old 12-16-2004, 11:10 AM   #4
predator.hawk
Member
 
Registered: Aug 2004
Location: USA
Distribution: FreeBSD-5.4-STABLE
Posts: 252

Rep: Reputation: 30
You need to load the GLX extension, edit /etc/X11/xorg.conf (or XF86-Config) and add
Code:
Load       "glx"
in the modules section.
 
Old 12-16-2004, 10:57 PM   #5
RHLinuxGUY
Member
 
Registered: Oct 2003
Distribution: Ubuntu 7.04
Posts: 889
Blog Entries: 1

Rep: Reputation: 30
Also, it seems that the newest army ops may need 24bit color depth. Or maybe your card just can't run at the color depth. Or whatever, change your color depth at the bottom of your X config file.
 
Old 12-19-2004, 08:25 PM   #6
Pretzels
LQ Newbie
 
Registered: Nov 2004
Location: California
Distribution: Suse 9.1
Posts: 25

Original Poster
Rep: Reputation: 15
In My config File it Already Has "load" GLX Drivers.
Im not sure about the whole color depth thing with my video card.
I'll try it out.
I have a Nvidia fx 5700 le with 256 ddr
Not sure if that help to diagnos.


thanks,
josh
 
Old 12-20-2004, 03:45 PM   #7
JCdude2525
Member
 
Registered: Mar 2004
Location: Berlinsville
Distribution: Slackware/Fedora
Posts: 103

Rep: Reputation: 15
Yea I have your same problem, I get that "Cannot load GLX modules", and my xorg.conf has
the load glx in it. I'll be watching this...

-Jim
 
Old 12-30-2004, 01:35 AM   #8
spikespeigel42
LQ Newbie
 
Registered: Dec 2004
Posts: 1

Rep: Reputation: 0
My glxinfo output

I'm having the same problem as everyone else. My XF86-Config-4 file has load glx in it, and nvidia shows up in my lsmod. So, if this helps at all, heres glxinfo:
glxinfo
name of display: :0.0
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual

visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x21 16 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x22 16 dc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Segmentation fault

If that helps ... good ... if not ... well ........
 
Old 01-03-2005, 12:41 PM   #9
hanzerik
Member
 
Registered: Jan 2002
Location: Cheyenne Wyoming
Distribution: Debian/Raspbian/Mint
Posts: 717

Rep: Reputation: 32
If you don't see the Nvidia splash screen when your system starts X then the driver is not fully configured...(Or you disabled the splash screen in your xorg.conf or XF86Config by hand)

The readme at the Nvidia site has alot of good info in it, and as long as the Nvidia installer was able to build or download a driver then it's up to the user to edit the xorg.conf, or XF86Config(-4) per the instructions. You should reboot after the driver module is installed and the config file is edited. As long as you follow the instructions it "should" work.

I always check using glxgears after installing the Nvidia driver to make sure that accerleration is working.

I have an Nvidia GF 5700 FX Ultra 128meg card and I run Americas Army at 1280x1024x24bit.

Edit: don't try to run the game at a mode not supported by your xorg.conf file or it will crash at start. I found this out after switching back to 1024x768 for my desktop while the game was still configured for 1280x1024.

Last edited by hanzerik; 01-03-2005 at 12:43 PM.
 
Old 01-06-2005, 01:12 AM   #10
Pretzels
LQ Newbie
 
Registered: Nov 2004
Location: California
Distribution: Suse 9.1
Posts: 25

Original Poster
Rep: Reputation: 15
I also have a nvidia card built into my motherboard, perhaps that is screwing up the drivers and the config file. If anyone Knows anything about it please help me out.



Thanks,
Josh
 
Old 01-07-2005, 02:02 AM   #11
NL-Stitch
Member
 
Registered: Jul 2004
Posts: 75

Rep: Reputation: 16
I have the same problem

Geforce FX 5200 128mb

i went trough the whole guide on nvidia.com

but the installer won't instal because of my kernel ( it does not reconize it )

any ideas
 
Old 01-07-2005, 01:14 PM   #12
hanzerik
Member
 
Registered: Jan 2002
Location: Cheyenne Wyoming
Distribution: Debian/Raspbian/Mint
Posts: 717

Rep: Reputation: 32
NL-Stitch, make sure you have the kernel source rpm installed. If the Nvidia installer cannot download a prebuilt module it will have to build one for your system. It needs the source code for the kernel version you are running. It should be on one of the 4 Fedora Core 3 cd's.
 
Old 01-08-2005, 05:59 AM   #13
NL-Stitch
Member
 
Registered: Jul 2004
Posts: 75

Rep: Reputation: 16
ok i have the package..

what do i have to do now
rpmbuild does NOT work

do i have to put the src rpm in the smae directory as installer or...


 
Old 01-08-2005, 06:08 AM   #14
NL-Stitch
Member
 
Registered: Jul 2004
Posts: 75

Rep: Reputation: 16
ok i got the source rpm ro work.

next up is that he stil doesn se the source rpm i installed and i don have a tool called cc or gcc... i am checking it out
 
Old 01-08-2005, 06:22 AM   #15
NL-Stitch
Member
 
Registered: Jul 2004
Posts: 75

Rep: Reputation: 16
ok i have downloaded a .bz2 pakkage... of gcc
i unpacked
but where do i have to put it?


 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Americas Army Please Help!!!! DesyphER Linux - Games 17 02-26-2005 03:03 AM
Americas Army dcalt21 Linux - Software 2 03-13-2004 10:09 PM
americas army bm1 Linux - Games 1 11-25-2003 05:28 PM
Americas Army henry_s Linux - Games 10 10-27-2003 12:31 PM
Americas Army MrJBot Linux - Newbie 1 10-25-2003 10:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games

All times are GMT -5. The time now is 10:09 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration