LinuxQuestions.org
Help answer threads with 0 replies.
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 10-15-2005, 01:39 PM   #1
tehaflz
LQ Newbie
 
Registered: Oct 2005
Posts: 11

Rep: Reputation: 0
New To Linux, Help with Ut2k4


im very new to linux, just started using it yesterday. Im running Fedora version. I have ut2004 DVD version. When i double click the linux-installer.sh, nothing happens. so i copied it to the hard drive, and ran ./linux-installer.sh. the installation starts, but when it gets to install, it ask to mount the cd, but the cd is in. what do i do?
 
Old 10-15-2005, 03:18 PM   #2
tehaflz
LQ Newbie
 
Registered: Oct 2005
Posts: 11

Original Poster
Rep: Reputation: 0
i took some screen shots.
http://aflz.com/ss1.JPG
http://aflz.com/ss2.JPG

Last edited by tehaflz; 10-15-2005 at 03:33 PM.
 
Old 10-15-2005, 05:13 PM   #3
ioerror
Member
 
Registered: Sep 2005
Location: Old Blighty
Distribution: Slackware, NetBSD
Posts: 536

Rep: Reputation: 34
You're probably using some stupid auto-mounter. Try mounting the cd manually.
 
Old 10-16-2005, 12:12 AM   #4
tehaflz
LQ Newbie
 
Registered: Oct 2005
Posts: 11

Original Poster
Rep: Reputation: 0
how do you mount manually?
 
Old 10-16-2005, 12:06 PM   #5
kak
Member
 
Registered: Jul 2004
Location: Moriarty, NM, USA about 100 yards form Rattle Snake Coutry
Distribution: Slackware , Ubuntu
Posts: 269

Rep: Reputation: 30
At the shell prompt, type "mount /dev/cdrom /mnt/cdrom"
Should see a message that says to the effect "mounted /dev/cdrom read-only"
Start your install
When complete type "umount /dev/cdrom"
Then "eject /dev/cdrom"
And the disc should pop out. Please be aware that all the previous comands go in without the quotes and you may need to replace the /dev/cdrom & /mnt/cdrom with what is appropriate for your machine and install. Check /etc/fstab to make sure.
 
Old 10-16-2005, 01:20 PM   #6
tehaflz
LQ Newbie
 
Registered: Oct 2005
Posts: 11

Original Poster
Rep: Reputation: 0
heres whats in that file. now what do i do?



ss3

heres one of me trying to mount.
ss4

Last edited by tehaflz; 10-16-2005 at 01:27 PM.
 
Old 10-16-2005, 11:38 PM   #7
tehaflz
LQ Newbie
 
Registered: Oct 2005
Posts: 11

Original Poster
Rep: Reputation: 0
i noticed that when its asking me to mount the cd (from ss2), that in the terminal its saying this

mount: you must specify the filesystem type
 
Old 10-17-2005, 02:16 PM   #8
ioerror
Member
 
Registered: Sep 2005
Location: Old Blighty
Distribution: Slackware, NetBSD
Posts: 536

Rep: Reputation: 34
It looks like whatever automounter you're using is hogging the drive. I don't recognize the window manager, is that GNOME or what?

AFAIK, gnome and kde use some fancy supermount thing-a-ma-jig to automount. I don't use kde/gnome or automounters so I don't know how to disable it (other than finding out which process it is and killing it).

Try unmounting it first, then remounting it.

If that doesn't work, one thing you could do is start X without your window manager. Your display manager (kdm/gdm?) should have a failsafe option to start just an xterm. You could use that to run the installer.

Before you do that though, look through whatever docs you have for your wm/desktop to see if it mentions how to disable the automounter.
 
Old 10-17-2005, 09:38 PM   #9
tehaflz
LQ Newbie
 
Registered: Oct 2005
Posts: 11

Original Poster
Rep: Reputation: 0
ok i finally got it installed. i ran the installer from the cd using sh linux-installer.sh. now im trying to get my video drivers installed. i have a Radeon Xpress 200 Series. I downloaded a file that i think is the right file for what i need. at the end of the install this is what i get, and i dont know what to do. in the display it doesnt have ati at all for my display card after the install.
http://www.aflz.com/ss3.png
 
Old 10-19-2005, 06:01 AM   #10
richikiki
Member
 
Registered: Mar 2005
Location: Montréal, Québec, Canada
Distribution: Slackware 12.1 x32, 13.1 x64
Posts: 90

Rep: Reputation: 15
Then, finally is running finally UT2K4?

I install it on my linux and I love to play it. I have a nvidia card but before install UT. I installed the video card property. I dont know who it works the ATI driver installation. In mi case it was not to much difficult.

If Im not wrong. You should do the what the screenshot said.

1) Save your x windows configuration file, my distribution is slackware not sure if is the same but should be something like:

use the root account and then:

#cp /etc/X11/xorg.conf ~/

2) Then use in a console window:
#fglrxconfig

If someone has experience with the ATI drive, please post how to install that driver.
I whish you install the right driver.
 
Old 10-21-2005, 09:13 AM   #11
ilcra1989
LQ Newbie
 
Registered: May 2005
Distribution: ubuntu
Posts: 2

Rep: Reputation: 0
i have installed the driver, but the mouse doesn´t work then, when i fix it i advise you ok?
 
Old 10-21-2005, 10:32 PM   #12
richikiki
Member
 
Registered: Mar 2005
Location: Montréal, Québec, Canada
Distribution: Slackware 12.1 x32, 13.1 x64
Posts: 90

Rep: Reputation: 15
You just need to edit the configuration file for the Xwindows:

edit the file: /etc/X11/xorg.conf


search for the mouse configuration and just add this line <<<<<<<:

#USB mouse
Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5" <<<<<<<<<<<<<<
EndSection

with that the wheel should work.
 
Old 10-22-2005, 03:22 AM   #13
ilcra1989
LQ Newbie
 
Registered: May 2005
Distribution: ubuntu
Posts: 2

Rep: Reputation: 0
ok, i'll try it and post here if it works
 
  


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
UT2k4, Doom3 itz2000 Linux - Games 8 11-06-2005 08:52 AM
WIndows or LInux versIon of UT2K4? Lobais Linux - Games 9 08-05-2004 06:32 AM
ut2k4 help pls Unity~Shaggy Linux - Games 4 07-26-2004 02:27 AM
ut2k4 again... Grisnak Linux - Games 3 04-15-2004 03:56 PM
is the linux installer for ut2k4 on the same cd as the windoze ... edman007 Linux - Games 8 03-17-2004 12:17 PM

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

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