LinuxQuestions.org
LinuxAnswers - the LQ Linux tutorial section.
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
 
LinkBack Search this Thread
Old 02-28-2006, 05:57 PM   #1
nomb
Member
 
Registered: Jan 2006
Distribution: Debian Testing
Posts: 673

Rep: Reputation: 57
UT2004 issue


just need some advice:

when im installing ut2004 with the linux install script, it loads fine goes thru disc one and then prompts me for disc two. problem is that even if i umount and mount the drive again it doesn't see the cd as being there. Any helpful suggestions?
 
Old 03-01-2006, 01:39 AM   #2
AC97Conquerer
Member
 
Registered: Nov 2004
Location: US
Distribution: Debian Sid
Posts: 50

Rep: Reputation: 15
But mount/umount doesn't give any errors? Perhaps you're mount/umounting the wrong directory?

Here's my quick installation article for UT2004 on Linux:
http://holla.no-ip.org/art/utinstall.php

Last edited by AC97Conquerer; 03-01-2006 at 01:40 AM.
 
Old 03-01-2006, 10:07 PM   #3
lenny45
Member
 
Registered: Feb 2006
Location: Houston, Texas
Distribution: Mepis
Posts: 140

Rep: Reputation: 15
Quote:
Originally Posted by AC97Conquerer
But mount/umount doesn't give any errors? Perhaps you're mount/umounting the wrong directory?

Here's my quick installation article for UT2004 on Linux:
http://holla.no-ip.org/art/utinstall.php
i did a 2004 install using the Mepis install.http://www.mepisguides.com/ut2k4/ut2k4.html

everything went fine but i got stuck on a 800x600 resolution with no way to change it. does the install method here allow for resolution change?
 
Old 03-02-2006, 02:49 AM   #4
AC97Conquerer
Member
 
Registered: Nov 2004
Location: US
Distribution: Debian Sid
Posts: 50

Rep: Reputation: 15
You have to switch to Software Rendering from OpenGL in order to change game resolution. Once you change the resolution, switch back to OpenGL. It's on the options menu for graphics in the game, top left, in a combo box.
 
Old 03-02-2006, 06:34 AM   #5
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian wheezy/sid, PC-BSD
Posts: 3,000
Blog Entries: 4

Rep: Reputation: 88
Quote:
when im installing ut2004 with the linux install script, it loads fine goes thru disc one and then prompts me for disc two. problem is that even if i umount and mount the drive again it doesn't see the cd as being there. Any helpful suggestions?
The install script automatically mounts and unmounts. You just insert and remove the CDs.

If you manually mount and unmount, it doesn't work.
 
Old 03-02-2006, 09:20 AM   #6
lenny45
Member
 
Registered: Feb 2006
Location: Houston, Texas
Distribution: Mepis
Posts: 140

Rep: Reputation: 15
Quote:
Originally Posted by AC97Conquerer
You have to switch to Software Rendering from OpenGL in order to change game resolution. Once you change the resolution, switch back to OpenGL. It's on the options menu for graphics in the game, top left, in a combo box.
i tried that at first and everything went crazy till i changed it back......but will try again.
 
Old 03-02-2006, 01:19 PM   #7
AC97Conquerer
Member
 
Registered: Nov 2004
Location: US
Distribution: Debian Sid
Posts: 50

Rep: Reputation: 15
Quote:
Originally Posted by lenny45
i tried that at first and everything went crazy till i changed it back......but will try again.
Yeah, software rendering is really slow, but unfortunately you can't change the resolution in OpenGL...only when your in software rendering mode.
 
Old 03-03-2006, 03:43 PM   #8
nomb
Member
 
Registered: Jan 2006
Distribution: Debian Testing
Posts: 673

Original Poster
Rep: Reputation: 57
Quote:
Originally Posted by Harishankar
The install script automatically mounts and unmounts. You just insert and remove the CDs.

If you manually mount and unmount, it doesn't work.
when i do not do anything and let the script do everything, even if i put the 2nd disc in when it asks for it it keeps saying please enter the right disc... and i click retry and it keeps asking me for the disc.
 
Old 03-03-2006, 06:05 PM   #9
AC97Conquerer
Member
 
Registered: Nov 2004
Location: US
Distribution: Debian Sid
Posts: 50

Rep: Reputation: 15
Are you installing with root? What does your
Code:
/etc/fstab
file look like for your CD-ROM drive?

Mine looks like this if you want to compare:
Code:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options>  <dump> <pass>
/dev/hda1 /  ext2 errors=remount-ro 0 1
/dev/hda2 none  swap sw   0 0
proc  /proc  proc defaults  0 0
/dev/fd0 /floppy  auto user,noauto  0 0
/dev/hdc /cdrom  iso9660 ro,user,noauto,unhide  0 0
 
Old 03-03-2006, 08:23 PM   #10
nomb
Member
 
Registered: Jan 2006
Distribution: Debian Testing
Posts: 673

Original Poster
Rep: Reputation: 57
Quote:
Originally Posted by AC97Conquerer
Are you installing with root? What does your
Code:
/etc/fstab
file look like for your CD-ROM drive?

Mine looks like this if you want to compare:
Code:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options>  <dump> <pass>
/dev/hda1 /  ext2 errors=remount-ro 0 1
/dev/hda2 none  swap sw   0 0
proc  /proc  proc defaults  0 0
/dev/fd0 /floppy  auto user,noauto  0 0
/dev/hdc /cdrom  iso9660 ro,user,noauto,unhide  0 0

not sure what it is suppose to look like but here is mine...

linux:/home/nomb # cat /etc/fstab
/dev/hda2 / reiserfs acl,user_xattr 1 1
/dev/hda1 /windows/C ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/hda5 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
/dev/cdrecorder /media/cdrecorder subfs noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
none /subdomain subdomainfs noauto 0 0
linux:/home/nomb #
 
Old 03-03-2006, 10:33 PM   #11
lenny45
Member
 
Registered: Feb 2006
Location: Houston, Texas
Distribution: Mepis
Posts: 140

Rep: Reputation: 15
Quote:
Originally Posted by AC97Conquerer
Yeah, software rendering is really slow, but unfortunately you can't change the resolution in OpenGL...only when your in software rendering mode.
oh well, i switched over to software rendering. logged off,logged on and nada---! i click the UT2004 start icon. it comes up for 3 seconds---no game whatsoever. hmmmmmmm. i'll do a restart......stay tuna
 
Old 03-03-2006, 10:34 PM   #12
lenny45
Member
 
Registered: Feb 2006
Location: Houston, Texas
Distribution: Mepis
Posts: 140

Rep: Reputation: 15
sorry nomb, not trying to hijack your topic. i'll start a new thread
 
Old 03-04-2006, 10:05 PM   #13
OmegaBlac
Member
 
Registered: Aug 2003
Location: California
Distribution: Ubuntu
Posts: 172

Rep: Reputation: 31
Question

Quote:
Originally Posted by AC97Conquerer
Yeah, software rendering is really slow, but unfortunately you can't change the resolution in OpenGL...only when your in software rendering mode.
In general or just in lenny45's case? With the Nvidia drivers installed I have been able to change the game resolution in OpenGL mode without switching to software mode. Oh and in another thread started by lenny45, it appears he does not have the Linux Nvidia drivers installed, so that may be the crux of his problem.
 
Old 03-05-2006, 09:20 AM   #14
nomb
Member
 
Registered: Jan 2006
Distribution: Debian Testing
Posts: 673

Original Poster
Rep: Reputation: 57
i don't mind, u don't have to start your own. Im just waiting for a fix.
 
Old 03-06-2006, 05:42 AM   #15
frikkie.laubscher
LQ Newbie
 
Registered: Feb 2006
Posts: 2

Rep: Reputation: 0
just a thought...

to install a game via any means on SUSE you have to first create the images using for example k3b and then mount each one using the loop when needed

eg. mount -o loop /mnt/cdrom /home/user/"image file" (or something like this)

the other way is to copy all folders from the disks into a folder of your choice (that you have full read/write access to) and then just use the patch from the UT website for linux and change/create the key file by using your Game's key.

a lot of games can be done in this manner.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ut2004 help firedragon Linux - Games 22 02-17-2005 03:28 PM
UT2004 Suse 9.2 libSDL issue? Scallawag Linux - Games 0 01-05-2005 03:42 PM
UT2004 Install Issue phantompgr Linux - Games 13 01-04-2005 06:01 PM
UT2004 ut2004.ini? ub3rj3phf Linux - Hardware 10 11-07-2004 08:01 PM
install ut2004 with nvidia video card, issue (please read and/or direct me to answer) TomCollins Linux - Games 25 10-10-2004 02:19 PM


All times are GMT -5. The time now is 06:51 PM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration