LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 01-21-2002, 11:11 AM   #1
therion12
Member
 
Registered: Dec 2001
Location: chicago, IL
Distribution: Gentoo 1.4_rc1
Posts: 913

Rep: Reputation: 30
Help me get Quake3 working please


Well i had it working on Mandrake 8.1 but now i am using SuSE 7.3 which to some extent i find better (except for the gtk & glib BUG). I ran 3DDiag from a terminal window and everything seems okay. All my nvidia drivers are functioning properly, which were automatically installed for me in SuSE update.

When i try to run Quake3 in SuSE 7.3 here is the error i get:

...loading libGL.so: QGL_Init: Can't load libGL.so from /etc/ld.so.conf or current dir: /usr/local/games/quake3/libGL.so: cannot open shared object file: No such file or directory
failed
 
Old 01-21-2002, 11:29 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
it would seem that you've not got the GL drivers installed properly. make sure they are around: "locate libGL.so" and then make sure that the files path is in /etc/ld.so.conf. if yuo needed to add it, run ldconfig.
 
Old 01-21-2002, 12:01 PM   #3
therion12
Member
 
Registered: Dec 2001
Location: chicago, IL
Distribution: Gentoo 1.4_rc1
Posts: 913

Original Poster
Rep: Reputation: 30
This may be weird but here is what i get when i try to locate libGL.so:

/usr/i486-linux-libc5/lib/libGL.so
/usr/lib/GL/libGL.so.1.0.2313.nv_glx
/usr/lib/GL/libGL.so.1.2.mesasoft
/usr/lib/libGL.so.1
/usr/X11R6/lib/moonlight/libGL.so


And here is what i get when i open up /etc/.ld.so.conf:

/lib-aout
/usr/X11R6/lib/Xaw95
/usr/X11R6/lib/Xaw3d
/usr/X11R6/lib
/usr/lib
/usr/i486-linux/lib
/usr/i486-linux-libc5/lib=libc5
/usr/i486-linux-libc6/lib=libc6
/usr/i486-linuxaout/lib
/usr/i386-suse-linux/lib
/usr/local/lib
/usr/openwin/lib
/opt/kde/lib
/opt/kde2/lib
/opt/gnome/lib
/usr/lib/GL/
 
Old 01-21-2002, 12:03 PM   #4
therion12
Member
 
Registered: Dec 2001
Location: chicago, IL
Distribution: Gentoo 1.4_rc1
Posts: 913

Original Poster
Rep: Reputation: 30
/usr/X11R6/lib/moonlight/

I just added that directory as well and ran ldconfig, and then quake3 as a normal user and nothing..

Maybe the file is read protected or something, in which i have no idea what all the chmod numbers mean and the man page doesnt explain it.
 
Old 01-21-2002, 12:16 PM   #5
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
Seriously man, i'm fully prepared to help you when you do have a real problem, however much a criticise you when you talk rubbish. Just remember what you knwo and don't know, and if you think abuot talking abuot somethign you don't acutally know abuot.. drop it ehh?

And thus if you do think you know what you're doing then you should try and think your own problems through before asking for help.

ok... so you have all those files... cool. but your error is that it can't find libGL.so and you don't actually HAVE that file do you? certainly not on your ld.so.conf path

you have libGL.so.1 tho and the nv_glx one.

Maybe i'm being a prick not telling you what to do... but think about it, and look at the 'ln' manpage...
 
Old 01-21-2002, 12:19 PM   #6
therion12
Member
 
Registered: Dec 2001
Location: chicago, IL
Distribution: Gentoo 1.4_rc1
Posts: 913

Original Poster
Rep: Reputation: 30
/usr/i486-linux-libc5/lib/libGL.so

I have the libGL.so file.
 
Old 01-21-2002, 12:25 PM   #7
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
but it's not on your conf path and i've no idea what the hell it is.. do you? you need to use the nvidia gl file, that's the point of installing the nvidia driver
 
Old 01-21-2002, 12:27 PM   #8
therion12
Member
 
Registered: Dec 2001
Location: chicago, IL
Distribution: Gentoo 1.4_rc1
Posts: 913

Original Poster
Rep: Reputation: 30
I made a link and put it in the quake3 root directory and when i ran it it says that the driver i am using is software mesa GL
 
Old 01-21-2002, 12:29 PM   #9
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
well in that case you linked the wrong file...
 
Old 01-21-2002, 12:32 PM   #10
therion12
Member
 
Registered: Dec 2001
Location: chicago, IL
Distribution: Gentoo 1.4_rc1
Posts: 913

Original Poster
Rep: Reputation: 30
I am aware of that. Maybe i'll try renaming that glx or whatever file to libGL.so and then linking it again.
 
Old 01-21-2002, 12:37 PM   #11
therion12
Member
 
Registered: Dec 2001
Location: chicago, IL
Distribution: Gentoo 1.4_rc1
Posts: 913

Original Poster
Rep: Reputation: 30
I FIXED IT!!! woohoo!

Here's what i did:

took that glx file and copied it to Desktop.

Then i removed the original one that was in /usr/lib/GL

created another copy of that glx file on my desktop and put it in /home/therion just incase i forget the name.

Then i renamed the file to libGL.so and moved it back into its place

and then i made a link in /usr/local/games/quake3.

Last edited by therion12; 01-21-2002 at 12:39 PM.
 
Old 01-21-2002, 12:39 PM   #12
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
Quote:
Originally posted by therion12
I FIXED IT!!! woohoo!
ahem... we fixed it
 
Old 01-21-2002, 12:40 PM   #13
therion12
Member
 
Registered: Dec 2001
Location: chicago, IL
Distribution: Gentoo 1.4_rc1
Posts: 913

Original Poster
Rep: Reputation: 30
One problem!! it runs in a window!!

btw, thanks alot for the help, plus i leanred something new...linking hehe
 
Old 01-21-2002, 12:43 PM   #14
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
ok, that's very easy. you need to add additional allowed resolutions in your XF86config(-4) file.
 
Old 01-21-2002, 12:50 PM   #15
therion12
Member
 
Registered: Dec 2001
Location: chicago, IL
Distribution: Gentoo 1.4_rc1
Posts: 913

Original Poster
Rep: Reputation: 30
All the right modes are listed in the /etc/X11/XF86Config file.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Quake3 help siskel Linux - Games 5 06-03-2004 04:55 PM
Quake3 help please vintank Linux - Games 3 11-03-2003 04:11 PM
Quake3 again. Nukes Linux - Software 1 04-28-2003 12:20 PM
Help with quake3 gonus Linux - Software 2 03-10-2003 02:06 PM
Quake3 ? therion12 Linux - General 8 01-13-2002 10:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 09:25 AM.

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