LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Nvida and insanity (https://www.linuxquestions.org/questions/linux-software-2/nvida-and-insanity-27511/)

ShadowLux 08-08-2002 04:17 PM

Nvida and insanity
 
Ok here we go long story short I have been up for 72 hours. I have Mandrake 8.2 with the kernel 2.4.18-6mdk. I been to nvidia site more times than my own home. Could someone please "guid" me thru this alful thing i am going thru. I am new to linux as you see and i do not understand 99% of the docs out there. the ones i did understand CRASHED MY SYSTEM. I have reinstalled more times that a baby soils a diaper in a weeek. some help please

Thanks
Chris

neo77777 08-08-2002 04:32 PM

Check this out http://www.mandrakeuser.org/downloads/nvidiasetup.pl.gz there are couple of things that need to be done before you install drivers
make sure you have perl installed (rpm -q perl), make sure you are in runlevel 3 no GUI whatsoever (from Xterm/Konsole issue as root telinit 3)
P.S. Forgot, get this script off the webpage I refered you to, save it in a convinient location, run chmod 755 script_name.pl, and when in runlevel3 as root execute it with either perl scrip_name.pl or ./script_name.pl (make sure you are in directory where the script located)

ShadowLux 08-08-2002 04:49 PM

lol ok i was just about to ask be back in a few lol

ShadowLux 08-08-2002 04:55 PM

um the files are there it errored me out saying the transfer failed is there another server i can enter into the pl? Other than that lol the rest went fine hehe

neo77777 08-08-2002 04:56 PM

let me see

neo77777 08-08-2002 04:57 PM

Hold on a sec I got it I need a pen

neo77777 08-08-2002 05:02 PM

Ok here they are for GLX:
http://download.nvidia.com/XFree86_4...-2960.i386.rpm

kernel:
http://download.nvidia.com/XFree86_4...k82up.i586.rpm

P.S. if you need plain text version so you can copy and pasted in lynx
they are:
kernel
download.nvidia.com/XFree86_40/1.0-2960/NVIDIA_kernel-1.0-2960.mdk82up.i586.rpm

and GLX
download.nvidia.com/XFree86_40/1.0-2960/NVIDIA_GLX-1.0-2960.i386.rpm

I ommited http:// tags

ShadowLux 08-08-2002 05:31 PM

ok it just keeps exiting. Um if i go download them 2 files do you know the hands on method?

ShadowLux 08-08-2002 05:57 PM

ok i downloaded thoes 2 files and i think that happens to be the ONLY combination i didnt use. If ya know the hands on method and ya have time that would be great

neo77777 08-08-2002 06:25 PM

Ok, sorry I was off for a while, now when you got the files, still in runlevel3 issue as root
rpm -Uhv NVIDIA_GLX* NVIDIA_kernel*
if everything proceeds fine then go to the next step - edit you /etc/X11/XF86Config-4 file. Are you familiar with any text mode editors (vi, emacs, pico?) I will provide the instructions for vi
cp /etc/X11/XF86Config-4 /etc/X11/XF86XConfig-4.old # to be safe make a backup copy
vi /etc/X11/XF86Config-4
the contents of the file displayed at this moment use arrow up/down/left/right keys, scroll down till you see Load statements
if there is Load "dri" statement what we need is to point our cursor to this line and hit d twice (dd) it will remove the line
now we need to add Load "GLcore" and Load "glx" statements if they are not there
so still among the Load statements hit o key you'll see at the buttom of the screen -- INSERT -- (you are in edit mode)
now type
Load "GLcore"
hit enter and type
Load "glx"
scroll down till you see
Driver "nv"
just change it to "nvidia" so it'll look like
Driver "nvidia"
at this point hit Esc key it throws you back into command mode of vi and press letter z twice while holding a shift key. You are done.
Exit off root and type startx
do you see NVIDIA logo? Then you are fine, otherwise post any errors from /var/log/XFree86.0.log
Good luck.

ShadowLux 08-08-2002 07:05 PM

I got it i got it
 
well what i did was downloaded the files changes the paths in a compiler saved it and ran it

Now my only other problem is. I am trying to Run the game UnrealTournament and i am getting a glide error it cant find glide but the ini says Use opengl any ideas?

btw i will add the source that i modified since theis is a OPEN surce thing here. I will add it later I think the worse ordeal is getting the right ones. You do not know HOW HAPPY you made me when that big old nvidia popup came on i alsomst dried lol

neo77777 08-08-2002 07:16 PM

Glad to hear I could help
Tumbs up!!!

neo77777 08-08-2002 07:18 PM

Regarding UT I've never owned this game, so I guess I am useless here. RTCW is my all-in-one-shoot-them-all game right now.

ShadowLux 08-08-2002 07:56 PM

lol ok kool. Well i know i will get it the web is a HUGE resource for this.

redgore 08-08-2002 08:28 PM

Ut is great. With regards to UT on linux then try try the now sadly unupdated http://openut.sourceforge.net ! Be warned it lags biiiig time


All times are GMT -5. The time now is 11:47 PM.