Results 1 to 6 of 6

Thread: UT2k3 and Ubuntu problem.

  1. #1
    Join Date
    Oct 2004
    Location
    Lancaster, Pennsylvania
    Beans
    147

    UT2k3 and Ubuntu problem.

    So, i went to install Unreal Tournament 2k3 via linux installer on 3rd disc (as i've done many times in the past) copied the linux_installer.sh to my desktop... did a chmod +x to it... and off i went.

    Put everything into /home/oddabel/ut2003 etc...

    so i go to run it and this happens

    Code:
    oddabel@ubuntu:~/ut2003 $ sh ut2003
    fcntl: Operation not permitted
    fcntl: Operation not permitted
    Xlib:  extension "XiG-SUNDRY-NONSTANDARD" missing on display ":0.0".
    OpenGL renderer relies on DXTC/S3TC support.
    
    History:
    
    Exiting due to error
    oddabel@ubuntu:~/ut2003 $
    I get the splash screen and that's it.... GLXgears work great... and Steam works great. I can't seem to figure it out.

    Anyone?

    PS- i also have my nvidia drivers installed via their site.
    Last edited by oddabe19; February 2nd, 2005 at 06:08 AM.
    "For to me, to live is Christ and to die is gain." - Philippians 1:21 (NIV)

  2. #2
    Join Date
    Feb 2005
    Beans
    19
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: UT2k3 and Ubuntu problem.

    When you run:
    glxinfo | grep direct

    Does it say yes?

    If not, edit /etc/X11/xorg.conf and where it says Driver "nv" insert Driver "nvidia"

    restart your xserver with CTL+ALT+BKSPC

    Just maybe the video drivers aren't loading. Or maybe your gfx card is old. My old nvidia gfx card doesnt support doom3, not in terms of performance but functionality.

  3. #3
    Join Date
    Oct 2004
    Location
    Lancaster, Pennsylvania
    Beans
    147

    Re: UT2k3 and Ubuntu problem.

    Quote Originally Posted by dhonn
    When you run:
    glxinfo | grep direct

    Does it say yes?

    If not, edit /etc/X11/xorg.conf and where it says Driver "nv" insert Driver "nvidia"

    restart your xserver with CTL+ALT+BKSPC

    Just maybe the video drivers aren't loading. Or maybe your gfx card is old. My old nvidia gfx card doesnt support doom3, not in terms of performance but functionality.
    Code:
    oddabel@ubuntu:~ $ glxinfo | grep direct
    direct rendering: No
    OpenGL renderer string: Mesa GLX Indirect
    oddabel@ubuntu:~ $
    But i've already replaced my xorg.conf file stuff.... and did everything you're supposed to with nvidia...

    IIRC, there used to be a problem with the mesa portion of the drivers and xorg/xfree but i don't remember how to fix anyof it...
    "For to me, to live is Christ and to die is gain." - Philippians 1:21 (NIV)

  4. #4
    Join Date
    Nov 2004
    Location
    Roma, Italia
    Beans
    279

    Re: UT2k3 and Ubuntu problem.

    Quote Originally Posted by oddabe19
    Code:
    oddabel@ubuntu:~ $ glxinfo | grep direct
    direct rendering: No
    OpenGL renderer string: Mesa GLX Indirect
    oddabel@ubuntu:~ $
    But i've already replaced my xorg.conf file stuff.... and did everything you're supposed to with nvidia...

    IIRC, there used to be a problem with the mesa portion of the drivers and xorg/xfree but i don't remember how to fix anyof it...
    What did you do to install nvidia drivers? Have you got a line in /etc/modules which reads: nvidia ?
    Did you issue a:
    sudo nvidia-glx-config enable ?

  5. #5
    Join Date
    Oct 2004
    Location
    Lancaster, Pennsylvania
    Beans
    147

    Re: UT2k3 and Ubuntu problem.

    I actually use their own drivers from their site...

    Anyway, i forgot to reinstall when I updated xorg and the newest kernel, so the drivers didn't know what to do.

    I reinstalled them and it worked....

    my bad, human error... thanks anyway guys.
    "For to me, to live is Christ and to die is gain." - Philippians 1:21 (NIV)

  6. #6
    Join Date
    Apr 2005
    Beans
    13

    Re: UT2k3 and Ubuntu problem.

    This is the error I get when following the guide here http://www.easylinuxguide.com/index....5a675b0d20066e
    I get the following error when trying to do step 6.
    Code:
    root@apiata:/home/conrad # sh linux_installer.sh
    Copying to a temporary location...
    Verifying archive integrity... All good.
    Uncompressing Unreal Tournament 2003 for GNU/Linux 2107......................................................................
    No UI drivers available
    .setup22050: dynamic-link.h:57: elf_get_dynamic_info: Assertion `! "bad dynamic tag"' failed.
    ./setup.sh: line 104: 22073 Aborted                 "$setup" "$@"
    The setup program seems to have failed on x86/glibc-2.1
    
    Fatal error, no tech support email configured in this setup
    The program returned an error code (1)
    root@apiata:/home/conrad #
    Please help a Linux newbie out, as I succesfully installed Enemy Territory thanks to a guide on these forums.
    Last edited by GrayFox^; April 21st, 2005 at 05:20 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •