Tremulous Forum
General => Troubleshooting => Topic started by: Master_Frag on November 16, 2006, 02:01:38 am
-
I have the .run file...But how do i install it
-
All in a terminal:
chmod +x tremulous-1.1.0-installer.x86.run
sudo ./tremulous-1.1.0-installer.x86.run
-
and also im a compleat noob on linux how do i bring up the console
-
Accessories -> Terminal
You'll need to move to the directory where you installed it. Tell me where you installed it to, and I'll put it into a command.
-
thx
-
Ok once you're in the terminal, type(and hit enter afterword) the following:
cd /home/kevin/Desktop/
chmod +x tremulous-1.1.0-installer.x86.run
sudo ./tremulous-1.1.0-installer.x86.run
It will ask for your password. Type it in and hit enter. The installer should extract and run. Install it to the default locations.
-
the console says th following...sudo: ./tremulous-1.1.0-installer.x86.run: command not found .....chmod: cannot access `tremulous-1.1.0-installer.x86.run': No such file or directory
-
wait it is installing
-
thank you for your help. it is much apreceated
-
ok it wont start
-
What are you trying to do?
-
well im trying to run tremulous but it wont start. well it will start for about 5 seconds it does th following: click link starts gives black screen for 2 seconds closes.
-
Ok. In the terminal, type in "tremulous" and hit enter. Tell me what it says in the last line after it closes. You may not have your video card drivers installed.
-
no Here is the full console report:----- FS_Startup -----
Current search path:
/home/kevin/.tremulous/base
/usr/local/games/tremulous/base/vms-1.1.0.pk3 (4 files)
/usr/local/games/tremulous/base/map-uncreation-1.1.0.pk3 (110 files)
/usr/local/games/tremulous/base/map-tremor-1.1.0.pk3 (45 files)
/usr/local/games/tremulous/base/map-transit-1.1.0.pk3 (135 files)
/usr/local/games/tremulous/base/map-niveus-1.1.0.pk3 (134 files)
/usr/local/games/tremulous/base/map-nexus6-1.1.0.pk3 (151 files)
/usr/local/games/tremulous/base/map-karith-1.1.0.pk3 (118 files)
/usr/local/games/tremulous/base/map-atcs-1.1.0.pk3 (87 files)
/usr/local/games/tremulous/base/map-arachnid2-1.1.0.pk3 (67 files)
/usr/local/games/tremulous/base/data-1.1.0.pk3 (1229 files)
/usr/local/games/tremulous/base
----------------------
2080 files in pk3 files
execing default.cfg
couldn't exec autogen.cfg
couldn't exec autoexec.cfg
Hunk_Clear: reset the hunk ok
----- Client Initialization -----
----- Initializing Renderer ----
-------------------------------
----- Client Initialization Complete -----
----- R_Init -----
------- Input Initialization -------
Joystick is not active.
------------------------------------
...loading libGL.so.1:
Calling SDL_Init(SDL_INIT_VIDEO)...
SDL_Init(SDL_INIT_VIDEO) passed.
Initializing OpenGL display
...setting mode 3: 640 480
SDL_SetVideoMode failed: Couldn't find matching GLX visual
SDL_SetVideoMode failed: Couldn't find matching GLX visual
Using 8/8/8 Color bits, 16 depth, 8 stencil display.
GL_RENDERER: Mesa GLX Indirect
***********************************************************
You are using software Mesa (no hardware acceleration)!
Driver DLL used: libGL.so.1
If this is intentional, add
"+set r_allowSoftwareGL 1"
to the command line when starting the game.
***********************************************************
...WARNING: could not set the given mode (3)
----- CL_Shutdown -----
RE_Shutdown( 1 )
-----------------------
----- CL_Shutdown -----
-----------------------
Sys_Error: GLimp_Init() - could not load OpenGL subsystem
-
What video card do you have? If you have an nvidia card, do the following in the terminal:
sudo gedit /etc/apt/sources.list
Then, a text editor should pop up. Scroll down and uncomment(by taking out the # in the front) the line that has "multiverse" at the end. JUST THAT LINE, nothing else. Then save it and close it.
This do this:
sudo apt-get update && sudo apt-get install nvidia-glx
It should install the nvidia drivers. When that's done, reboot and try playing tremulous again. If the same thing happens, do this:
sudo gedit /etc/X11/xorg.conf
A text editor should pop up. DO NOT CHANGE ANYTHING UNLESS I TELL YOU TO DO SO! Look for something like this:
Section "Device"
Identifier "NVIDIA Geforce 7800GT"
Driver "nvidia"
BusID "PCI:5:0:0"
VideoRam 262144
EndSection
Thats my video card section in my xorg.conf. Yours will have the Driver set to "nv". Change it to "nvidia", like mine, and save/close. Reboot and try tremulous again.
IF YOU MESS UP YOUR XORG.CONF, YOU MIGHT NOT BE ABLE TO BOOT INTO A GRAPHICAL USER INTERFACE. TO FIX IT, LOGIN AND TYPE "sudo dpkg-reconfigure xserver-xorg", OR EDIT IT BY HAND TO RESTORE THE GUI.
-
My video card is a Nvidia GeForce 5200 256mb.Card manufacturer BFGtech .and i dont think i would like to go into text editing. in windows i would but thats another story
-
Here is the compleat report for video:Section "Device"
Identifier "NVIDIA Corporation NV34 [GeForce FX 5200]"
Driver "nv"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV34 [GeForce FX 5200]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
-
Well you need to in order to install the correct driver that allows 3D acceleration.
Here's the official way to do it:
Official Help Page (https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia)
I guess you've already installed the driver, right?
-
I think i just made it worse...
After installing drivers it now says this in console:
tremulous 1.1.0 linux-x86 Feb 28 2006
----- FS_Startup -----
Current search path:
/home/kevin/.tremulous/base
/usr/local/games/tremulous/base/vms-1.1.0.pk3 (4 files)
/usr/local/games/tremulous/base/map-uncreation-1.1.0.pk3 (110 files)
/usr/local/games/tremulous/base/map-tremor-1.1.0.pk3 (45 files)
/usr/local/games/tremulous/base/map-transit-1.1.0.pk3 (135 files)
/usr/local/games/tremulous/base/map-niveus-1.1.0.pk3 (134 files)
/usr/local/games/tremulous/base/map-nexus6-1.1.0.pk3 (151 files)
/usr/local/games/tremulous/base/map-karith-1.1.0.pk3 (118 files)
/usr/local/games/tremulous/base/map-atcs-1.1.0.pk3 (87 files)
/usr/local/games/tremulous/base/map-arachnid2-1.1.0.pk3 (67 files)
/usr/local/games/tremulous/base/data-1.1.0.pk3 (1229 files)
/usr/local/games/tremulous/base
----------------------
2080 files in pk3 files
execing default.cfg
couldn't exec autogen.cfg
couldn't exec autoexec.cfg
Hunk_Clear: reset the hunk ok
----- Client Initialization -----
----- Initializing Renderer ----
-------------------------------
----- Client Initialization Complete -----
----- R_Init -----
------- Input Initialization -------
Joystick is not active.
------------------------------------
...loading libGL.so.1:
Calling SDL_Init(SDL_INIT_VIDEO)...
SDL_Init(SDL_INIT_VIDEO) passed.
Initializing OpenGL display
...setting mode 3: 640 480
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
SDL_SetVideoMode failed: Couldn't find matching GLX visual
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
SDL_SetVideoMode failed: Couldn't find matching GLX visual
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
SDL_SetVideoMode failed: Couldn't find matching GLX visual
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
SDL_SetVideoMode failed: Couldn't find matching GLX visual
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
SDL_SetVideoMode failed: Couldn't find matching GLX visual
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
SDL_SetVideoMode failed: Couldn't find matching GLX visual
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
SDL_SetVideoMode failed: Couldn't find matching GLX visual
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
SDL_SetVideoMode failed: Couldn't find matching GLX visual
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
SDL_SetVideoMode failed: Couldn't find matching GLX visual
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
SDL_SetVideoMode failed: Couldn't find matching GLX visual
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
SDL_SetVideoMode failed: Couldn't find matching GLX visual
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
SDL_SetVideoMode failed: Couldn't find matching GLX visual
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
SDL_SetVideoMode failed: Couldn't find matching GLX visual
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
SDL_SetVideoMode failed: Couldn't find matching GLX visual
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
SDL_SetVideoMode failed: Couldn't find matching GLX visual
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
SDL_SetVideoMode failed: Couldn't find matching GLX visual
Couldn't get a visual
...WARNING: could not set the given mode (3)
Received signal 11, exiting...
----- CL_Shutdown -----
RE_Shutdown( 1 )
*** glibc detected *** corrupted double-linked list: 0xb7f0c358 ***
DOUBLE SIGNAL FAULT: Received signal 6, exiting...
-
Do you think i would have better luck trying to run the windows version with wine?
-
I fixed the problem