LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   red hat 9 nvidia driver install (https://www.linuxquestions.org/questions/red-hat-31/red-hat-9-nvidia-driver-install-92943/)

ronss 09-15-2003 06:03 AM

red hat 9 nvidia driver install
 
having some trouble installing nvidia,s driver onto redhat 9

1. downloaded the nvidia driver, that ia32 that ends in run

2.the problem- get out of the x server and boot into the vga console-so i can install the driver

HOW DO I DO THIS????

Caeda 09-15-2003 06:07 AM

Just for the record the full instructions are right on the NVIDIA website right below the driver with several recommendations to read them.
But anyway
Pull up a terminal.
telinit 3 or if that doesnt work init 3
install
telinit 5 or init 5

ronss 09-15-2003 06:23 AM

thanks , will go back to nvida site and see if i can figure it out. telinit 3 got me out of the x-server into a text format-.

whateve happen to the nvidia rpm? tryed it for red hat 8 on red hat 9, but it was configured for a differnent kernel. figured that .

later

DrOzz 09-15-2003 01:48 PM

they got rid of the rpm and went with the shell script for simplicity...

Caeda 09-15-2003 08:11 PM

They also went to a script because unlike the rpm, if the script doesnt find a supported kernel it will custom build the driver for you, no extra steps needed :)

newbie45 09-16-2003 06:15 PM

I've got REDHAT 9, and the latest kernel out there. It ends in a 9, it was ending in an 8. But, nvidia's drivers say my kernel cant be found, and it cant make me one?

how can i fix this?

How do I go about getting out of freex? those init 3 and telinit dont work.

ronss 09-16-2003 06:44 PM

download nivida driver, then to get out of x-server-run level 3

to get into runlevel 3, do this-

1.open terminal
2.type- su -
3.enter root
4. type this- telinit 3

this should get ya into the texl level running level 3, it will state no mountpoints defined.--

type in your username first, and then you password. now change into the directory containing the nvidia driver, for me , it was this- type-

cd /home/ronss

hit enter

next -get into root- type this-
su -
password

now type in the command to run the driver-sh NVIDIA-Linux-x86-1.0-4496-pkg2.run

should install the driver-

to get out of runlevel 3, type this- startx

after this, you got to open the terminal, and give permission for a text editor, i use kedit-

type this in terminal-

su -c "kedit /etc/x11/xf86confg"
this would work too i believe- su -c "kedit "

this should open kedit-now you use kedit to find the xf86config file- using kedit-click on / , and in the file box, type this /11/ , click okay. it sould open some files,and you should find the xf86 config file, then make you changes as nvidia has instructed in the read me files. then you have to save. i had downloaded nvidia 2 times, so i made changes in both files, and it worked

newbie45 09-16-2003 07:04 PM

that command doesn't work for me.
I'm using Redhat 9.

ronss 09-16-2003 07:56 PM

are you refering to the telinit command, try ctrl-alt-backspace

gizmogadgetus 09-17-2003 09:49 PM

if you can't get telinit to work try this as root "/sbin/init 3", to get back to the graphical/multi-user area type "/sbin/init 5"

Andronik 09-18-2003 09:53 AM

Little problem
 
latest kernel out there is 2.6 test 5,and i run into problems with it on rh9 too. Nvidia driver sh -script>it sais kernelheaders possible misconfiguration blaa-blaa.There is no kernelheaders for 2.6 or what?


All times are GMT -5. The time now is 02:08 AM.