LinuxQuestions.org
Review your favorite Linux distribution.
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 02-16-2004, 10:54 AM   #31
BeBop
LQ Newbie
 
Registered: Feb 2004
Posts: 10

Rep: Reputation: 0

I found the driver i need and downloaded it, but I read somewhere I need to configure my XF86Config file. How would I go about doing that

Last edited by BeBop; 02-16-2004 at 11:34 AM.
 
Old 02-16-2004, 02:41 PM   #32
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Original Poster
Rep: Reputation: 45
I still don't know what video card you have, and what driver, so I can't possibly tell you the options needed on your XF86Config file... More info, please.
 
Old 02-16-2004, 02:51 PM   #33
itsjustme
Senior Member
 
Registered: Mar 2003
Location: Earth
Distribution: Slackware, Ubuntu, Smoothwall
Posts: 1,571

Rep: Reputation: 47
Quote:
Originally posted by BeBop
I found the driver i need and downloaded it, but I read somewhere I need to configure my XF86Config file. How would I go about doing that
ftp://download.nvidia.com/XFree86/Li....0-5336/README

Edit: (post #23 - he has a geforce ti 4600)

Last edited by itsjustme; 02-16-2004 at 02:52 PM.
 
Old 02-16-2004, 02:52 PM   #34
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Original Poster
Rep: Reputation: 45
...nVidia, that explains it.
 
Old 02-16-2004, 02:57 PM   #35
itsjustme
Senior Member
 
Registered: Mar 2003
Location: Earth
Distribution: Slackware, Ubuntu, Smoothwall
Posts: 1,571

Rep: Reputation: 47
Quote:
If can be inproved, go for it.
Ok, try "If it can be improved...."

 
Old 02-16-2004, 02:59 PM   #36
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Original Poster
Rep: Reputation: 45
... What I meant was about the XF86Config part... ATi drivers pretty much tell you every thing on the screen (althoug it may be a pain to get the drivers working).
 
Old 02-16-2004, 05:20 PM   #37
buzzert
LQ Newbie
 
Registered: Feb 2004
Distribution: RedHat 9, Slackware 8.0
Posts: 2

Rep: Reputation: 0
Okay Im getting an odd thing.

After I installed the demo, I tried running it.

[james@hyperion james]$ ut2004demo

The splash screen shows up for about 10 Seconds, then DISSAPPEARS. No errors, nothing. Never starts. the cursor just sits below my prompt and blinks.

What the heck is it? Permissions? Video? Sound? Anything would help.

(However, I think it does crash my sound-server after the attempt of running it. :/)

If anyone could help, it would be greatly appreciated.
I wanna play!
 
Old 02-16-2004, 05:30 PM   #38
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Original Poster
Rep: Reputation: 45
No noting on the terminal? that's odd. Try killing esd and/or aRTS... Wierd indeed...
 
Old 02-16-2004, 05:34 PM   #39
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Original Poster
Rep: Reputation: 45
Voice Chat on Linux + ALSA... here's how!

http://icculus.org/~warp/ut2004/

Icculus once again did it, and provided means to get VC with the Linux client. It involves an Open AL recompilation and substitution of the supplied libSDL for your computer's one. I use ALSA drivers. It's quite simpler than it appears to be really. I've already tested this. It works!
 
Old 02-16-2004, 06:10 PM   #40
buzzert
LQ Newbie
 
Registered: Feb 2004
Distribution: RedHat 9, Slackware 8.0
Posts: 2

Rep: Reputation: 0
Quote:
Originally posted by Thetargos
No noting on the terminal? that's odd. Try killing esd and/or aRTS... Wierd indeed...
Yes, very wierd. And no, that didnt work. :-(
 
Old 02-16-2004, 11:00 PM   #41
BeBop
LQ Newbie
 
Registered: Feb 2004
Posts: 10

Rep: Reputation: 0
thanks for the link itsjustme, however while waiting for replies i stumbled onto that site. My problem now is when i try to install the unified driver, it says this:


ERROR: An NVIDIA kernel module 'nvidia' appears to already be loaded in your
kernel. This may be because it is in use (for example, by the X
server). Please be sure you have exited X before attempting to
upgrade your driver. If you have exited X but still receive this
message, then an error has occured that has confused the usage count
of the kernel module; the simplest remedy is to reboot your
computer.

my quesiton is what is the xserver and how would i close it. Also forget the part about me already having it, I'm gettin 6fps max in games. If i'm skipping any steps, please let me know.

Last edited by BeBop; 02-16-2004 at 11:02 PM.
 
Old 02-17-2004, 12:12 AM   #42
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Original Poster
Rep: Reputation: 45
Simply put, you are still into Graphical Mode (AKA the X-Window System, or simply X). I don't quite remember what distribution you have, but I'll try to guide anyway...

In order for the compilation (building process) of the driver, you must not have the module (the driver) loaded, i.e. exit the graphical mode. Since the installer will make a test to load the driver once it's built, you may not use another driver (eg. the nv driver) and build within X, because the DRM susbsystem will be occupied by the loaded driver and you will get an error. Now to exit to a system console (not a console window) you shuould press ctrl+alt+F1. Once there, log in as root and issue the command:
Code:
# init 3
With this command you will change the run level to one witout X ruuning, i.e no GUI. After a series of messages with [ OK ]'s (you may need to press enter to get back your prompt) you may re-build the driver by running the installer. Once the installer finishes, you simply switch the run level again to 5 (GUI) with the same command (init 5).

Note, it is advisable to first make sure the driver has unloaded once you switch to run level 3, you do this with:
Code:
# lsmod | grep nvidia
If the driver is still loaded but unused (after the modules size in bytes there shuould be a number zero), you may remove it with the rmmod command:
Code:
# rmmod nvidia
And continue with the installation.

Hope this helps
 
Old 02-17-2004, 12:29 AM   #43
itsjustme
Senior Member
 
Registered: Mar 2003
Location: Earth
Distribution: Slackware, Ubuntu, Smoothwall
Posts: 1,571

Rep: Reputation: 47
BeBop,

Do a search here on 'nvidia driver'. There's probably a million threads on it.
As Thetargos has pointed out, init 3 will get you out of X.

That README file is your friend. Look in your /etc/X11/XF86Config file for 'Load GLX', change the 'nv' or 'vesa' driver to 'nvidia', set your monitor's horizontal and vertical frequencies, etc....

good luck...
 
Old 02-17-2004, 10:03 AM   #44
Bp`Jph
LQ Newbie
 
Registered: Feb 2004
Posts: 5

Rep: Reputation: 0
Hi everyone !
I installed Ut2004 demo few days ago and I'm stuck. Everytime I try to run it it gives me an error like this:
---------------------------------------
Couldn't set video mode: Couldn't find matching GLX visual


History:

Exiting due to error.
----------------------------------------
I have Mandrake 9.2
AMD XP 2000+
Ati radeon 9600 pro
512 of memory
I have the newest drivers that www.ati.com provides.
I would be grateful if anyone could help.
(Please ,if you give instructions ,make them step by step so that even a newbie can understand )
 
Old 02-17-2004, 12:18 PM   #45
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Original Poster
Rep: Reputation: 45
Check your video drivers, you have not enabled DRI (direct rendering). You may confirm this with the command glxinfo.
 
  


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
UT2004 Demo problems DarkNebula Linux - Games 2 03-08-2005 05:23 PM
Yet another UT2004 Demo Question OutKaster Linux - Games 1 08-05-2004 07:24 AM
Ut2004 demo installing Jere Linux - Software 18 07-02-2004 04:51 AM
ut2004 demo won't run wrepti Linux - Games 0 06-13-2004 02:13 AM
Has anybody installed UT2004 demo? Thaidog Linux - Games 13 02-18-2004 05:25 PM

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

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