LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 06-01-2003, 04:57 AM   #1
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Question Nvidia Drivers question


Hi!!!

I'm having some hard times here trying to install Nvidia Drivers and TV-out in Redhat 9.0 and Mandy 9.1. As Linux automatically identify Nvidia Cards during install ( a generic driver ), do I need to keep trying to install the new drivers? I mean, I basically would like to run some few native Linux games such as Quake 3 and get TV-out to work (yeah, last thing to do before kick M$)....

Is it possible or do I really need the new drivers?

Thanks a lot in advance
 
Old 06-01-2003, 05:06 AM   #2
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Well, like you said, it's a generic driver. It's not going to interface as well as the closed driver available from nvidia.com will, so you probably won't get as much performance as your would from the official driver. However, for general purpose, you might get by. Only one way to really tell though

As for TV - Out, yes, I think you will need the official driver as the options are to the driver, and I doubt the generic driver will have the options to pass to it for the TV Out function.

Cool
 
Old 06-01-2003, 05:17 AM   #3
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Original Poster
Rep: Reputation: 65
Thanks a lot MasterC . I will keep trying to install the new drivers then. Does anybody know a simplified "How to" install Nvidia Drivers? I've read all the documentation and I'm still going nowhere
 
Old 06-01-2003, 05:59 AM   #4
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
What kind of "errors" or "problems" are you having? What have you tried? At which point are you apparently "not getting it" ?

Cool
 
Old 06-01-2003, 07:04 AM   #5
Proud
Senior Member
 
Registered: Dec 2002
Location: England
Distribution: Used to use Mandrake/Mandriva
Posts: 2,794

Rep: Reputation: 116Reputation: 116
If you want a quick test of your drivers, fire up the game Chromium (comes with Mdk9). You'll soon see what hardware's doing the graphics work

To install the drivers, download the .run file to /root, maybe via the root gui, or command line if you're good enough.
*Press Ctrl+Alt+F1. Press Ctrl+Alt+F7 to return to gui at this time
*Log in as root
*Type telinit 3 and press return
*Type sh ./driverfilename.run
*Accept, and it should be done installing in about 5 seconds. (It is for me, something about prebuild drivers)
*Then type vim /etc/X11/XF86Config-4 and press return
*Check the module section doesnt have Load dri or GLcore. Comment out such lines (plase a # at the start of the line)
Press Insert to enter the editing mode, use Esc to leave it.
*Make sure there's a Load "glx" line.
*In the device section, change nv to nvidia, and optionally change generic to 4363 to remind you the driver's installed.
*After that, press Esc, and then press :wq and return.
You should be back at the root command prompt.
*Finally enter telinit 5 and you're all done.

Last edited by Proud; 06-01-2003 at 07:06 AM.
 
Old 06-01-2003, 07:39 AM   #6
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Word!

You forgot the "And test the greatness with glxgears" No, but really, that can be a good indication to you of the difference. Try a benchmark similar to that to give yourself a guage of how much better the official drivers are.

And of course, half the fun, read the README so you can add all the options, like cursor shadowing

Cool
 
Old 06-01-2003, 10:52 AM   #7
slightcrazed
Member
 
Registered: May 2003
Location: Lisbon Falls, Maine
Distribution: RH 8.0, 9.0, FC2 - 4, Slack 9.0 - 10.2, Knoppix 3.4 - 4.0, LFS,
Posts: 789

Rep: Reputation: 30
Quote:
Originally posted by Proud
If you want a quick test of your drivers, fire up the game Chromium (comes with Mdk9). You'll soon see what hardware's doing the graphics work

To install the drivers, download the .run file to /root, maybe via the root gui, or command line if you're good enough.
*Press Ctrl+Alt+F1. Press Ctrl+Alt+F7 to return to gui at this time
*Log in as root
*Type telinit 3 and press return
*Type sh ./driverfilename.run
*Accept, and it should be done installing in about 5 seconds. (It is for me, something about prebuild drivers)
*Then type vim /etc/X11/XF86Config-4 and press return
*Check the module section doesnt have Load dri or GLcore. Comment out such lines (plase a # at the start of the line)
Press Insert to enter the editing mode, use Esc to leave it.
*Make sure there's a Load "glx" line.
*In the device section, change nv to nvidia, and optionally change generic to 4363 to remind you the driver's installed.
*After that, press Esc, and then press :wq and return.
You should be back at the root command prompt.
*Finally enter telinit 5 and you're all done.
You forgot to add
*sit back and relish the fact that you have an OS that doesn't require a reboot just to install a driver*

:P

slight
 
Old 06-01-2003, 11:00 AM   #8
Proud
Senior Member
 
Registered: Dec 2002
Location: England
Distribution: Used to use Mandrake/Mandriva
Posts: 2,794

Rep: Reputation: 116Reputation: 116
Actaully I am quite pleased that I found how to use telinit instead of changing /etc/inittab and rebooting twice
 
Old 06-01-2003, 11:07 PM   #9
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Quote:
Originally posted by Proud
Actaully I am quite pleased that I found how to use telinit instead of changing /etc/inittab and rebooting twice
The real challenge is doing that over an ssh connection, after telinit, you lose the connection, so how to bring it back up to the desired runlevel...

Cool
 
Old 08-05-2003, 12:12 PM   #10
hotkoolaid
LQ Newbie
 
Registered: Aug 2003
Location: Macon GA
Distribution: Mandrake 10.0, K2.6.4-13mdk; Knoppix 3.4 K2.6.x; SuSE 9.1; Dyne:Bolic;Fedora Core2 K2.6.5
Posts: 8

Rep: Reputation: 0
Thumbs up

Proud.
You did a Super Job!

I needed this fix for a laptop. telinit 3, ran Nvidia script, edited XF86Config-4, telinit 5... X Started up no problems, as before it hung with "fixed" font (path error).

many thanks to ya!

 
Old 08-05-2003, 12:54 PM   #11
Proud
Senior Member
 
Registered: Dec 2002
Location: England
Distribution: Used to use Mandrake/Mandriva
Posts: 2,794

Rep: Reputation: 116Reputation: 116
Cool.
Oh yeah, this seems to work for the latest 4496 driver too, as 4363 and 4496 are similar style installers.
 
Old 08-17-2003, 05:45 PM   #12
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Zedraloth
If you're wondering where your first post has gone, I dissected it and it's now titled "Mandrake, Geforce 4 MX440, S-video Out TV Resolution problem".
Our motd being "new questions deserve new threads".

Cheers, unSpawn
 
Old 08-22-2003, 02:57 PM   #13
rooman
Member
 
Registered: Mar 2002
Location: Lausanne, Switzerland
Distribution: Mandriva 2007.0
Posts: 233

Rep: Reputation: 30
Well I've tried the 4496, 4363 and even several of the older drivers, none of them work on my GeForce4 440 mx in mdk9.1. I wonder if it's the SiS chipset that's responsable?
 
Old 08-22-2003, 03:41 PM   #14
psyklops
Member
 
Registered: Jan 2002
Location: Los Angeles
Distribution: RedHat 9.0
Posts: 216

Rep: Reputation: 30
http://www.nvnews.net/vbulletin/foru...php?forumid=14
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
nvidia drivers question vbmark Mandriva 34 11-26-2004 06:46 PM
drivers nvidia for xserver package question darkleaf Linux - Software 0 06-27-2004 03:39 PM
Another Nvidia drivers question from another extreme noob Gosnell Linux - Newbie 3 11-06-2003 11:11 PM
newb question regarding Nvidia drivers for Mandrake 9.1 a-money Linux - Software 8 07-31-2003 06:54 AM
Installing new Nvidia drivers, got a question glock19 Linux - General 2 12-19-2001 01:45 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 03:01 AM.

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