View Full Version : UT 2k4 Linux DVD
legacy-ninjaz
01-26-2005, 12:06 AM
I just installed FC3 on my computer and installed the latest NVidia dirvers along with all of the necessary updates to the OS (running 2.6.9). I have a Plextor DVD burner that I'm using to try and install my game on. I am able to mount the drive and cd into the directory. I am able to run the installer GUI and enter in my cd key, it then starts the install of the game and stops and asks for the "play" disc to be inserted and gives me an option to click yes or no to whether or not I have insterted the disc. I click yes since the disc is in the drive and then in the console window I see that it says that there is no disc to be mounted and then asks me to insert the "play" disc again.
Any suggestions???
legacy-Cheeseness
01-28-2005, 02:06 PM
I'm running FC 3 and the DVD version of UT2004. My initial suspicion was that you were perhaps running the wrong installer, but after looking at my DVD, there's only the one installer.
I know that I did have similar problems when my DVD player was not reading the disc properly (swapping drives with another machine fixed that problem).
Other than that I'd be pulling straws. You're not running a windows installer via wine, or a dodgey pirated DVD made by burning all of the CDs onto one disc (if you are, best not to answer that one)?
legacy-eagle.f15
01-28-2005, 04:09 PM
I am having the same problem and i have 2 dvd drives in my system and tried them both, i guess i could try cleaning the lenses if you think they aren't reading correctly, but aside from that. any other ideas?
legacy-Cheeseness
01-29-2005, 01:28 AM
Beware of those lens cleaning discs. In my experience, they knock the lens out of alignment more often than they clean it.
It really sounds like its having trouble reading from the disc.
legacy-ninjaz
01-29-2005, 09:27 AM
I got it to install now, the command that you have to use is:
export SETUP_CDROM=/path/to/cdrom
But now I'm getting this error:
WARNING: ALC_EXT_capture is subject to change!
Xlib: extension "XiG-SUNDRY-NONSTANDARD" missing on display ":0.0".
Either GL_EXT_bgra or glDrawRangeElements not supported- bailing out.
History:
Exiting due to error
-------------------------------------------------------------------------------------------------------
By looking around I have found that its due to the Xi Graphics not being in the x11 config file but thats all that I can find so Im drawing another blank here.
Thanks
legacy-Cheeseness
01-29-2005, 02:19 PM
The ALC_EXT_capture warning is normal. I believe it's to do with the sound recording device used for the in game voice chat (that said, I don't get it since I moved to Fedora 3). I also used to get the XiG error, and that disappeared too when I moved to Fedora 3 and got the latest ATi drivers. Unfortunately, I don't have any experience with nVidia cards and linux, so I can't help there.
legacy-eagle.f15
01-29-2005, 10:50 PM
what makes you think i'd use a lense cleaner, cd/dvd roms do come appart :) a drop of alcohol on a q-tip works very well :) fyi, don't try this at home, i am a trained professional
legacy-eagle.f15
01-29-2005, 10:54 PM
oh yeah ninjaz, that export worked, not a read prob then, more of a path type prob
legacy-DeathPenguin
01-31-2005, 03:10 AM
Originally posted by ninjaz
I got it to install now, the command that you have to use is:
export SETUP_CDROM=/path/to/cdrom
But now I'm getting this error:
WARNING: ALC_EXT_capture is subject to change!
Xlib: extension "XiG-SUNDRY-NONSTANDARD" missing on display ":0.0".
Either GL_EXT_bgra or glDrawRangeElements not supported- bailing out.
History:
Exiting due to error
-------------------------------------------------------------------------------------------------------
By looking around I have found that its due to the Xi Graphics not being in the x11 config file but thats all that I can find so Im drawing another blank here.
Thanks
The XiG thing is normal. However, it looks like you did not modify your xorg.conf file properly. The nVidia documentation goes over that (Remove the lines referring to GLCore and dri, add one for glx), but if you still have trouble then go ahead and post your config file somewhere so we can take a look.
legacy-ninjaz
01-31-2005, 08:15 AM
# XFree86 4 configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
# RgbPath is the location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
# Load "dri"
EndSection
Section "InputDevice"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "DPlus74SB"
DisplaySize 330 240
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 120.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce FX (generic)"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600"
"640x480"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
__________________________________________________ ____________
The GLX info are as follows:
name of display: :0.0
display: :0 screen: 0
direct rendering: No
server glx vendor string: NVIDIA Corporation
server glx version string: 1.3
server glx extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control,
GLX_ARB_multisample, GLX_NV_float_buffer
client glx vendor string: SGI
client glx version string: 1.4
client glx extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method,
GLX_OML_sync_control, GLX_SGI_make_current_read, GLX_SGI_swap_control,
GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group
GLX extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGI_make_current_read,
GLX_SGI_swap_control, GLX_SGI_video_sync, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce FX 5200/AGP/SSE/3DNOW!
OpenGL version string: 1.2 (1.5.2 NVIDIA 66.29)
OpenGL extensions:
GL_ARB_imaging, GL_ARB_multitexture, GL_ARB_point_parameters,
GL_ARB_transpose_matrix, GL_ARB_window_pos, GL_EXT_blend_color,
GL_EXT_blend_func_separate, GL_EXT_blend_minmax,
GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_multi_draw_arrays,
GL_EXT_paletted_texture, GL_EXT_point_parameters, GL_EXT_secondary_color,
GL_EXT_texture3D, GL_EXT_texture_object, GL_EXT_vertex_array,
GL_INGR_blend_func_separate, GL_SUN_multi_draw_arrays
glu version: 1.3
glu extensions:
GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess
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
----------------------------------------------------------------------
0x21 24 tc 0 32 0 r y . 8 8 8 0 4 24 8 16 16 16 16 0 0 None
0x22 24 dc 0 32 0 r y . 8 8 8 0 4 24 8 16 16 16 16 0 0 None
0x23 24 tc 0 32 0 r y . 8 8 8 8 4 24 8 16 16 16 16 0 0 None
0x24 24 tc 0 32 0 r . . 8 8 8 0 4 24 8 16 16 16 16 0 0 None
0x25 24 tc 0 32 0 r . . 8 8 8 8 4 24 8 16 16 16 16 0 0 None
0x26 24 tc 0 32 0 r y . 8 8 8 0 4 16 0 16 16 16 16 0 0 None
0x27 24 tc 0 32 0 r y . 8 8 8 8 4 16 0 16 16 16 16 0 0 None
0x28 24 tc 0 32 0 r . . 8 8 8 0 4 16 0 16 16 16 16 0 0 None
0x29 24 tc 0 32 0 r . . 8 8 8 8 4 16 0 16 16 16 16 0 0 None
0x2a 24 tc 0 32 0 r y . 8 8 8 0 4 0 0 16 16 16 16 0 0 None
0x2b 24 tc 0 32 0 r y . 8 8 8 8 4 0 0 16 16 16 16 0 0 None
0x2c 24 tc 0 32 0 r . . 8 8 8 0 4 0 0 16 16 16 16 0 0 None
0x2d 24 tc 0 32 0 r . . 8 8 8 8 4 0 0 16 16 16 16 0 0 None
0x2e 24 tc 0 32 0 r y . 8 8 8 0 4 24 8 16 16 16 16 2 1 Ncon
0x2f 24 tc 0 32 0 r y . 8 8 8 8 4 24 8 16 16 16 16 2 1 Ncon
0x30 24 tc 0 32 0 r y . 8 8 8 0 4 24 8 16 16 16 16 4 1 Ncon
0x31 24 tc 0 32 0 r y . 8 8 8 8 4 24 8 16 16 16 16 4 1 Ncon
0x32 24 tc 0 32 0 r y . 8 8 8 0 4 16 0 16 16 16 16 2 1 Ncon
0x33 24 tc 0 32 0 r y . 8 8 8 8 4 16 0 16 16 16 16 2 1 Ncon
0x34 24 tc 0 32 0 r y . 8 8 8 0 4 16 0 16 16 16 16 4 1 Ncon
0x35 24 tc 0 32 0 r y . 8 8 8 8 4 16 0 16 16 16 16 4 1 Ncon
0x36 24 dc 0 32 0 r y . 8 8 8 8 4 24 8 16 16 16 16 0 0 None
0x37 24 dc 0 32 0 r . . 8 8 8 0 4 24 8 16 16 16 16 0 0 None
0x38 24 dc 0 32 0 r . . 8 8 8 8 4 24 8 16 16 16 16 0 0 None
0x39 24 dc 0 32 0 r y . 8 8 8 0 4 16 0 16 16 16 16 0 0 None
0x3a 24 dc 0 32 0 r y . 8 8 8 8 4 16 0 16 16 16 16 0 0 None
0x3b 24 dc 0 32 0 r . . 8 8 8 0 4 16 0 16 16 16 16 0 0 None
0x3c 24 dc 0 32 0 r . . 8 8 8 8 4 16 0 16 16 16 16 0 0 None
0x3d 24 dc 0 32 0 r y . 8 8 8 0 4 0 0 16 16 16 16 0 0 None
0x3e 24 dc 0 32 0 r y . 8 8 8 8 4 0 0 16 16 16 16 0 0 None
0x3f 24 dc 0 32 0 r . . 8 8 8 0 4 0 0 16 16 16 16 0 0 None
0x40 24 dc 0 32 0 r . . 8 8 8 8 4 0 0 16 16 16 16 0 0 None
0x41 24 dc 0 32 0 r y . 8 8 8 0 4 24 8 16 16 16 16 2 1 Ncon
0x42 24 dc 0 32 0 r y . 8 8 8 8 4 24 8 16 16 16 16 2 1 Ncon
0x43 24 dc 0 32 0 r y . 8 8 8 0 4 24 8 16 16 16 16 4 1 Ncon
0x44 24 dc 0 32 0 r y . 8 8 8 8 4 24 8 16 16 16 16 4 1 Ncon
0x45 24 dc 0 32 0 r y . 8 8 8 0 4 16 0 16 16 16 16 2 1 Ncon
0x46 24 dc 0 32 0 r y . 8 8 8 8 4 16 0 16 16 16 16 2 1 Ncon
0x47 24 dc 0 32 0 r y . 8 8 8 0 4 16 0 16 16 16 16 4 1 Ncon
0x48 24 dc 0 32 0 r y . 8 8 8 8 4 16 0 16 16 16 16 4 1 Ncon
Thanks!
legacy-DeathPenguin
01-31-2005, 01:11 PM
Something is missing... I did glxinfo on my machine and I do have GL_EXT_bgra. It looks like you don't.
legacy-ninjaz
01-31-2005, 01:57 PM
Well the only thing that I noticed was that it said no for the direct rendering.
legacy-Taube
02-08-2005, 07:39 AM
Hi,
Old Thread but same problem:
Gentoo Linux
Fast PC. DVD-Version.
Want to install:
***@*** *** $ ls /mnt/dvd/
autorun.inf cd1 cd2 cd3 cd4 cd5 cd6 linux-installer.sh setup.exe
***@*** *** $ export SETUP_CDROM=/mnt/dvd/
***@*** *** $ /mnt/dvd/linux-installer.sh
Copying to a temporary location...
Verifying archive integrity... All good.
Uncompressing Unreal Tournament 2004 for GNU/Linux 3186.............................................. ........................
Mounted device /dev/hda1
Can't create /home/***/ut2004: Die Datei existiert bereits
Unmounting device /dev/hda1
Mounted device /dev/hda1
Unmounting device /dev/hda1
It askes always to get the CD:
Please insert the Unreal Tournament 2004 Play Disc CDROM
What can i do now? Why does it want to unmount hda1? My first mounted partition is hda8 :'-(
Greets - Taube
legacy-ninjaz
02-08-2005, 07:53 AM
Are you doing this as root?
legacy-Taube
02-08-2005, 08:16 AM
root makes the same problem - it asks to get the CD ... :-7
***@*** *** $ su -
Password:
*** root # ls /mnt/dvd/
autorun.inf cd1 cd2 cd3 cd4 cd5 cd6 linux-installer.sh setup.exe
*** root # export SETUP_CDROM=/mnt/dvd
*** root # /mnt/dvd/linux-installer.sh
Copying to a temporary location...
Verifying archive integrity... All good.
Uncompressing Unreal Tournament 2004 for GNU/Linux 3186.............................................. ........................
Mounted device /dev/hda1
Unmounting device /dev/hda1
Mounted device /dev/hda1
Unmounting device /dev/hda1
legacy-Taube
02-09-2005, 07:47 AM
Someone knows something to help me? :cry:
legacy-ninjaz
02-09-2005, 07:55 AM
I think there is something really wrong with your install of the distro! The cd is probably looking for hda1 because thats where the OS should be installed at and not hda8. You might want to jump onto irc and go to a #gentoo channel to talk with someone and make sure that everything is where its supposed to be before you go any further. Thats about as much help as im going to be good for because I have never installed Gentoo nor do I know anyone who has used it to ask. Sorry
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.