LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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-21-2003, 06:28 PM   #16
311Sam
Member
 
Registered: Nov 2003
Location: waco, tx
Distribution: slackware & kubuntu
Posts: 108

Original Poster
Rep: Reputation: 15

well.. my drive will be locked up and i will not be able to even eject it unless i have supermount enabled. hmmm..
 
Old 11-21-2003, 08:07 PM   #17
LavaDevil94
LQ Guru
 
Registered: Jul 2003
Distribution: Gentoo 2004.2: Who needs exmmpkg when you have emerge?
Posts: 1,795

Rep: Reputation: 47
give it disk 1 and see if that works, like the faq said.
 
Old 11-21-2003, 08:31 PM   #18
311Sam
Member
 
Registered: Nov 2003
Location: waco, tx
Distribution: slackware & kubuntu
Posts: 108

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by LavaDevil94
give it disk 1 and see if that works, like the faq said.
Thats what im doing. Which disc to put in is not the problem. It will start to install and then will ask for me to mount the disc. I will then unmout then mount the disk but then the installer just sits there

Disabling supermount, the installer will not ask for me to mount the disc but the installer will start installing and then just sitter after it has copied a few files. Trying to mount unmount with the super mount disabled will just end up locking up the drive and then i will have to restart


Last edited by 311Sam; 11-21-2003 at 08:33 PM.
 
Old 11-21-2003, 08:47 PM   #19
LavaDevil94
LQ Guru
 
Registered: Jul 2003
Distribution: Gentoo 2004.2: Who needs exmmpkg when you have emerge?
Posts: 1,795

Rep: Reputation: 47
i think it says in the faq that itll look like its just sitting there, but its actually working. you are decompressing over 1gb, after all so after you mount the other disk, leave it for awhile and see if that helps.
 
Old 11-21-2003, 10:51 PM   #20
311Sam
Member
 
Registered: Nov 2003
Location: waco, tx
Distribution: slackware & kubuntu
Posts: 108

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by LavaDevil94
i think it says in the faq that itll look like its just sitting there, but its actually working. you are decompressing over 1gb, after all so after you mount the other disk, leave it for awhile and see if that helps.
hmmmm
if that true im going to be very mad. The other thing is, when it looks like the installer isnt doing anything the cdrom also stops spinning.
 
Old 11-22-2003, 03:16 AM   #21
311Sam
Member
 
Registered: Nov 2003
Location: waco, tx
Distribution: slackware & kubuntu
Posts: 108

Original Poster
Rep: Reputation: 15
well i managed to get it installed. Now i get this error when i try to run it: Couldn't set video mode: Couldn't find matching GLX visual



Any info?
 
Old 11-22-2003, 11:01 AM   #22
LavaDevil94
LQ Guru
 
Registered: Jul 2003
Distribution: Gentoo 2004.2: Who needs exmmpkg when you have emerge?
Posts: 1,795

Rep: Reputation: 47
run glxinfo at the console and put the output on the forum. by the way, what is your video card?
 
Old 11-22-2003, 11:40 AM   #23
valroth
LQ Newbie
 
Registered: Nov 2003
Distribution: Mandrake 9.2
Posts: 8

Rep: Reputation: 0
I just installed UT2003 last night. had a few problems. Here is what I learned, maybe it will help.

UT2003 install start to finish (as I remember it)

copy the install shell script off the third cd to a temp directory
1) run ./linux_installer.sh
(if you get a permissions error you may need to chmod it, enter chmod +x linux_installer.sh)

2) when it prompts you to change cd's, put in disc 1 (that's the play disc)

3) pull up another terminal and un-mount the cdrom drive
umount /mnt/cdrom
(your command may be different)

4) mount the new cd, you may need to specify options
mount -t iso9660 /dev/scd0 /mnt/cdrom (from memory)

if you start getting errors you may need to turn off supermount, this can be done in fstab I think but I just used the mandrake control center, went into Mount Points, then CD/DVD, click options, then uncheck supermount. I think you may need to reboot)

5) After you install I think I've got the fix for you GLX error.

I had a similar problem after installing NVidia drivers off their website (the drivers that came off my distro recognized it as a Geforce 4 (generic) but didn't give me any acceleration. I installed them and then I couldn't run Tuxracer, chromium, etc. from the console I got a GLX error.

The solution I found was to remove a few files that the NVidia driver doesn't actually overwrite, and then reinstall the driver.

to remove files
rm /usr/lib/libGL*
rm /usr/local/lib/libGL*
then reinstall Nvidia drivers
run ldconfig

You may also need to update your /etc/XF86Config file
(note it may be XF86Config-4, you can tell by looking in /var/log/XFree86.0.log a few lines in where it says Using config file)

In the XF86Config file you need to have
Load "glx"
under the Section "Module"

you also need to change Driver "nv" to Driver "nvidia" under Section "Device" if it is not already.

I think there is also one other line that may say dri or something that may need to be removed, that would be in the NVidia docs.

Hope this helps
 
Old 11-22-2003, 01:17 PM   #24
Inexactitude
Member
 
Registered: Oct 2003
Distribution: Slackware 12.2, Ubuntu 9.04
Posts: 477

Rep: Reputation: 30
Quick question: Will this game work on an ATI Radeon?
 
Old 11-22-2003, 06:56 PM   #25
valroth
LQ Newbie
 
Registered: Nov 2003
Distribution: Mandrake 9.2
Posts: 8

Rep: Reputation: 0
It should work just fine, I just can't speak for the drivers.
 
Old 11-22-2003, 06:58 PM   #26
LavaDevil94
LQ Guru
 
Registered: Jul 2003
Distribution: Gentoo 2004.2: Who needs exmmpkg when you have emerge?
Posts: 1,795

Rep: Reputation: 47
the drivers should work fine.
 
Old 11-23-2003, 12:10 AM   #27
Inexactitude
Member
 
Registered: Oct 2003
Distribution: Slackware 12.2, Ubuntu 9.04
Posts: 477

Rep: Reputation: 30
Okay, thanks. I was interested in it because I read somewhere that the demo only works on nvidia hardware. I could be wrong on that too though.
 
Old 11-23-2003, 12:57 AM   #28
LavaDevil94
LQ Guru
 
Registered: Jul 2003
Distribution: Gentoo 2004.2: Who needs exmmpkg when you have emerge?
Posts: 1,795

Rep: Reputation: 47
well, i guess its always worth a check. the big thing is that the open-source drivers dont support S3TC texture compression, which ut2003 desperatly needs. i heard that the latest ati drivers support it, though.
 
  


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
Kaffeine, won't play a DVD but will play individual VOB files? GameGuru Linux - Newbie 12 07-08-2005 12:33 AM
bonuspacks ut2003 salbox Linux - Games 10 07-06-2004 12:25 PM
ut2003 cant play internet games. freeses at "querying master server" qwijibow Linux - Games 12 06-28-2004 04:20 AM
Ut2003 asalford Linux - Software 5 06-24-2004 12:09 AM
Ut2003 qwijibow Linux - Newbie 2 07-22-2003 12:40 PM

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

All times are GMT -5. The time now is 03:52 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